Home
last modified time | relevance | path

Searched refs:SIZE_IN_WORDS (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/v8/src/
Dmacro-assembler.h50 SIZE_IN_WORDS = 1 << 2, enumerator
/external/v8/src/arm/
Dbuiltins-arm.cc232 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in AllocateJSArray()
779 __ AllocateInNewSpace(r3, r4, r5, r6, &rt_call, SIZE_IN_WORDS); in Generate_JSConstructStubHelper()
860 static_cast<AllocationFlags>(RESULT_CONTAINS_TOP | SIZE_IN_WORDS)); in Generate_JSConstructStubHelper()
Dmacro-assembler-arm.h68 SIZE_IN_WORDS = 1 << 2 enumerator
Dmacro-assembler-arm.cc1532 if ((flags & SIZE_IN_WORDS) != 0) { in AllocateInNewSpace()
1658 if ((flags & SIZE_IN_WORDS) != 0) { in AllocateInNewSpace()
Dcode-stubs-arm.cc4551 SIZE_IN_WORDS)); in GenerateNewStrict()
5054 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in Generate()
Dstub-cache-arm.cc3210 __ AllocateInNewSpace(r3, r4, r5, r6, &generic_stub_call, SIZE_IN_WORDS); in CompileConstructStub()
/external/v8/src/mips/
Dbuiltins-mips.cc237 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in AllocateJSArray()
803 __ AllocateInNewSpace(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS); in Generate_JSConstructStubHelper()
888 static_cast<AllocationFlags>(RESULT_CONTAINS_TOP | SIZE_IN_WORDS)); in Generate_JSConstructStubHelper()
Dmacro-assembler-mips.h65 SIZE_IN_WORDS = 1 << 2 enumerator
Dmacro-assembler-mips.cc2916 if ((flags & SIZE_IN_WORDS) != 0) { in AllocateInNewSpace()
3030 if ((flags & SIZE_IN_WORDS) != 0) { in AllocateInNewSpace()
Dcode-stubs-mips.cc4762 SIZE_IN_WORDS)); in GenerateNewStrict()
5282 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in Generate()
Dstub-cache-mips.cc3196 __ AllocateInNewSpace(a3, t4, t5, t6, &generic_stub_call, SIZE_IN_WORDS); in CompileConstructStub()
/external/chromium_org/v8/src/arm/
Dbuiltins-arm.cc423 __ Allocate(r3, r4, r5, r6, &rt_call, SIZE_IN_WORDS); in Generate_JSConstructStubHelper()
505 static_cast<AllocationFlags>(RESULT_CONTAINS_TOP | SIZE_IN_WORDS)); in Generate_JSConstructStubHelper()
Dmacro-assembler-arm.cc1661 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
1838 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
Dcode-stubs-arm.cc2734 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in GenerateNewStrict()
3244 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in Generate()
/external/chromium_org/v8/src/mips/
Dbuiltins-mips.cc432 __ Allocate(a3, t4, t5, t6, &rt_call, SIZE_IN_WORDS); in Generate_JSConstructStubHelper()
517 static_cast<AllocationFlags>(RESULT_CONTAINS_TOP | SIZE_IN_WORDS)); in Generate_JSConstructStubHelper()
Dmacro-assembler-mips.cc2846 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
2993 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
Dcode-stubs-mips.cc2831 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in GenerateNewStrict()
3357 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in Generate()
/external/chromium_org/v8/src/ia32/
Dmacro-assembler-ia32.cc1593 ASSERT((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate()
1672 ASSERT((flags & SIZE_IN_WORDS) == 0); in Allocate()
1747 ASSERT((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate()
/external/chromium_org/v8/src/x64/
Dmacro-assembler-x64.cc4113 ASSERT((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate()
4182 ASSERT((flags & SIZE_IN_WORDS) == 0); in Allocate()
4194 ASSERT((flags & SIZE_IN_WORDS) == 0); in Allocate()