Searched refs:SIZE_IN_WORDS (Results 1 – 19 of 19) sorted by relevance
/external/chromium_org/v8/src/ |
D | macro-assembler.h | 50 SIZE_IN_WORDS = 1 << 2, enumerator
|
/external/v8/src/arm/ |
D | builtins-arm.cc | 232 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()
|
D | macro-assembler-arm.h | 68 SIZE_IN_WORDS = 1 << 2 enumerator
|
D | macro-assembler-arm.cc | 1532 if ((flags & SIZE_IN_WORDS) != 0) { in AllocateInNewSpace() 1658 if ((flags & SIZE_IN_WORDS) != 0) { in AllocateInNewSpace()
|
D | code-stubs-arm.cc | 4551 SIZE_IN_WORDS)); in GenerateNewStrict() 5054 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in Generate()
|
D | stub-cache-arm.cc | 3210 __ AllocateInNewSpace(r3, r4, r5, r6, &generic_stub_call, SIZE_IN_WORDS); in CompileConstructStub()
|
/external/v8/src/mips/ |
D | builtins-mips.cc | 237 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()
|
D | macro-assembler-mips.h | 65 SIZE_IN_WORDS = 1 << 2 enumerator
|
D | macro-assembler-mips.cc | 2916 if ((flags & SIZE_IN_WORDS) != 0) { in AllocateInNewSpace() 3030 if ((flags & SIZE_IN_WORDS) != 0) { in AllocateInNewSpace()
|
D | code-stubs-mips.cc | 4762 SIZE_IN_WORDS)); in GenerateNewStrict() 5282 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in Generate()
|
D | stub-cache-mips.cc | 3196 __ AllocateInNewSpace(a3, t4, t5, t6, &generic_stub_call, SIZE_IN_WORDS); in CompileConstructStub()
|
/external/chromium_org/v8/src/arm/ |
D | builtins-arm.cc | 423 __ 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()
|
D | macro-assembler-arm.cc | 1661 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate() 1838 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
|
D | code-stubs-arm.cc | 2734 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/ |
D | builtins-mips.cc | 432 __ 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()
|
D | macro-assembler-mips.cc | 2846 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate() 2993 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
|
D | code-stubs-mips.cc | 2831 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/ |
D | macro-assembler-ia32.cc | 1593 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/ |
D | macro-assembler-x64.cc | 4113 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()
|