![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <stdlib.h>#include "v8.h"#include "macro-assembler.h"#include "factory.h"#include "platform.h"#include "serialize.h"#include "cctest.h"
Go to the source code of this file.
Macros | |
| #define | STDCALL __stdcall |
| #define | __ masm-> |
Typedefs | |
| typedef int STDCALL | F0Type () |
| typedef F0Type * | F0 |
Functions | |
| TEST (LoadAndStoreWithRepresentation) | |
| #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.
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.
| TEST | ( | LoadAndStoreWithRepresentation | ) |
Definition at line 52 of file test-macro-assembler-ia32.cc.
References __, OS::Allocate(), CHECK, CHECK_EQ, v8::internal::eax, v8::internal::ebx, v8::internal::ecx, v8::internal::edx, v8::internal::equal, v8::internal::esp, Assembler::GetCode(), CcTest::i_isolate(), V8::Initialize(), Representation::Integer16(), Representation::Integer8(), CpuFeatures::IsSupported(), AssemblerBase::kMinimalBufferSize, v8::internal::kPointerSize, Load(), v8::internal::not_equal, v8::internal::NULL, v8::internal::SSE2, Representation::UInteger16(), Representation::UInteger8(), v8::internal::xmm0, v8::internal::xmm1, and v8::internal::xmm2.