Home
last modified time | relevance | path

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

/external/v8/src/
Dmacro-assembler.h26 SIZE_IN_WORDS = 1 << 1, enumerator
/external/v8/src/x87/
Dmacro-assembler-x87.cc1265 DCHECK((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate()
1341 DCHECK((flags & SIZE_IN_WORDS) == 0); in Allocate()
1415 DCHECK((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1323 DCHECK((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate()
1399 DCHECK((flags & SIZE_IN_WORDS) == 0); in Allocate()
1473 DCHECK((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate()
/external/v8/src/arm/
Dmacro-assembler-arm.cc1996 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
2160 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
2213 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
2237 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2947 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
3059 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
3091 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
3138 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1652 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
1811 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
1871 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
1896 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
/external/v8/src/s390/
Dmacro-assembler-s390.cc1555 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
1698 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
1763 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
1795 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
/external/v8/src/mips/
Dmacro-assembler-mips.cc3947 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
4087 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
4117 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
4187 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
/external/v8/src/x64/
Dmacro-assembler-x64.cc4703 DCHECK((flags & (RESULT_CONTAINS_TOP | SIZE_IN_WORDS)) == 0); in Allocate()
4766 DCHECK((flags & SIZE_IN_WORDS) == 0); in Allocate()
4780 DCHECK((flags & SIZE_IN_WORDS) == 0); in Allocate()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc4102 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
4225 if ((flags & SIZE_IN_WORDS) != 0) { in Allocate()
4255 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()
4309 if ((flags & SIZE_IN_WORDS) != 0) { in FastAllocate()