Searched refs:TAG_RESULT (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 33 TAG_RESULT, enumerator 785 TaggingMode tagging_mode = TAG_RESULT,
|
D | macro-assembler-arm.cc | 3227 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber() 3235 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.h | 40 TAG_RESULT, enumerator 549 TaggingMode tagging_mode = TAG_RESULT,
|
D | macro-assembler-mips.cc | 3609 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber() 3617 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.h | 40 TAG_RESULT, enumerator 570 TaggingMode tagging_mode = TAG_RESULT,
|
D | macro-assembler-mips64.cc | 3519 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber() 3527 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
|
D | lithium-codegen-mips64.cc | 4735 __ AllocateHeapNumber(dst, tmp1, tmp2, tmp3, &slow, TAG_RESULT); in DoDeferredNumberTagIU()
|
/external/v8/src/ic/arm/ |
D | handler-compiler-arm.cc | 375 TAG_RESULT, MUTABLE); in GenerateStoreTransition()
|
/external/v8/src/ic/mips64/ |
D | handler-compiler-mips64.cc | 370 TAG_RESULT, MUTABLE); in GenerateStoreTransition()
|
/external/v8/src/ic/mips/ |
D | handler-compiler-mips.cc | 370 TAG_RESULT, MUTABLE); in GenerateStoreTransition()
|