Searched refs:SIZE_IN_WORDS (Results 1 – 19 of 19) sorted by relevance
/external/v8/src/ |
D | macro-assembler.h | 29 SIZE_IN_WORDS = 1 << 2, enumerator
|
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1268 DCHECK((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate() 1346 DCHECK((flags & SIZE_IN_WORDS) == 0); in Allocate() 1420 DCHECK((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1302 DCHECK((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate() 1380 DCHECK((flags & SIZE_IN_WORDS) == 0); in Allocate() 1454 DCHECK((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 4669 DCHECK((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate() 4735 DCHECK((flags & SIZE_IN_WORDS) == 0); in Allocate() 4747 DCHECK((flags & SIZE_IN_WORDS) == 0); in Allocate()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1711 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate() 1874 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
|
D | builtins-arm.cc | 480 __ Allocate(r9, r4, r9, r6, &rt_call, SIZE_IN_WORDS); in Generate_JSConstructStubHelper()
|
D | code-stubs-arm.cc | 1800 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in GenerateNewStrict()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 2951 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate() 3061 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
|
D | builtins-arm64.cc | 490 __ Allocate(obj_size, new_obj, next_obj, x11, &rt_call, SIZE_IN_WORDS); in Generate_JSConstructStubHelper()
|
D | code-stubs-arm64.cc | 2051 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in GenerateNewStrict()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 1503 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate() 1659 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
|
D | builtins-ppc.cc | 488 __ Allocate(r10, r7, r10, r9, &rt_call, SIZE_IN_WORDS); in Generate_JSConstructStubHelper()
|
D | code-stubs-ppc.cc | 1924 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in GenerateNewStrict()
|
/external/v8/src/mips64/ |
D | builtins-mips64.cc | 480 __ Allocate(a4, t0, a4, t2, &rt_call, SIZE_IN_WORDS); in Generate_JSConstructStubHelper()
|
D | macro-assembler-mips64.cc | 3720 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate() 3841 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
|
D | code-stubs-mips64.cc | 1916 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in GenerateNewStrict()
|
/external/v8/src/mips/ |
D | builtins-mips.cc | 485 __ Allocate(t3, t4, t3, t6, &rt_call, SIZE_IN_WORDS); in Generate_JSConstructStubHelper()
|
D | macro-assembler-mips.cc | 3277 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate() 3414 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
|
D | code-stubs-mips.cc | 1914 static_cast<AllocationFlags>(TAG_OBJECT | SIZE_IN_WORDS)); in GenerateNewStrict()
|