HomeSort by relevance Sort by last modified time
    Searched refs:TAG_OBJECT (Results 1 - 20 of 20) sorted by null

  /external/v8/src/ia32/
macro-assembler-ia32.cc 744 if ((flags & TAG_OBJECT) != 0) {
749 } else if ((flags & TAG_OBJECT) != 0) {
794 if ((flags & TAG_OBJECT) != 0) {
839 if ((flags & TAG_OBJECT) != 0) {
872 TAG_OBJECT);
902 TAG_OBJECT);
937 TAG_OBJECT);
963 TAG_OBJECT);
    [all...]
builtins-ia32.cc 867 TAG_OBJECT);
    [all...]
macro-assembler-ia32.h 42 TAG_OBJECT = 1 << 0,
    [all...]
code-stubs-ia32.cc 69 __ AllocateInNewSpace(JSFunction::kSize, eax, ebx, ecx, &gc, TAG_OBJECT);
125 eax, ebx, ecx, &gc, TAG_OBJECT);
211 __ AllocateInNewSpace(size, eax, ebx, edx, &slow_case, TAG_OBJECT);
    [all...]
full-codegen-ia32.cc     [all...]
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
builtins-x64.cc 931 TAG_OBJECT);
    [all...]
code-stubs-x64.cc 66 __ AllocateInNewSpace(JSFunction::kSize, rax, rbx, rcx, &gc, TAG_OBJECT);
122 rax, rbx, rcx, &gc, TAG_OBJECT);
202 __ AllocateInNewSpace(size, rax, rbx, rdx, &slow_case, TAG_OBJECT);
636 TAG_OBJECT);
    [all...]
macro-assembler-x64.h 41 TAG_OBJECT = 1 << 0,
    [all...]
full-codegen-x64.cc     [all...]
lithium-codegen-x64.cc     [all...]
  /external/v8/src/arm/
builtins-arm.cc 119 TAG_OBJECT);
204 TAG_OBJECT);
222 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS));
539 TAG_OBJECT);
    [all...]
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h 69 TAG_OBJECT = 1 << 0,
    [all...]
code-stubs-arm.cc 92 TAG_OBJECT);
147 TAG_OBJECT);
235 TAG_OBJECT);
    [all...]
full-codegen-arm.cc     [all...]
lithium-codegen-arm.cc     [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
macro-assembler-mips.h 73 TAG_OBJECT = 1 << 0,
    [all...]

Completed in 292 milliseconds