v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
test-macro-assembler-ia32.cc File Reference
#include <stdlib.h>
#include "v8.h"
#include "macro-assembler.h"
#include "factory.h"
#include "platform.h"
#include "serialize.h"
#include "cctest.h"
Include dependency graph for test-macro-assembler-ia32.cc:

Go to the source code of this file.

Macros

#define STDCALL   __stdcall
 
#define __   masm->
 

Typedefs

typedef int STDCALL F0Type ()
 
typedef F0TypeF0
 

Functions

 TEST (LoadAndStoreWithRepresentation)
 

Macro Definition Documentation

#define __   masm->

Definition at line 49 of file test-macro-assembler-ia32.cc.

Referenced by TEST().

#define STDCALL   __stdcall

Definition at line 43 of file test-macro-assembler-ia32.cc.

Typedef Documentation

typedef F0Type* F0

Definition at line 47 of file test-macro-assembler-ia32.cc.

typedef int STDCALL F0Type()

Definition at line 46 of file test-macro-assembler-ia32.cc.

Function Documentation