Home
last modified time | relevance | path

Searched refs:TAG_RESULT (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.h48 TAG_RESULT, enumerator
800 TaggingMode tagging_mode = TAG_RESULT,
Dmacro-assembler-arm.cc2911 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
2919 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
/external/v8/src/mips/
Dmacro-assembler-mips.h55 TAG_RESULT, enumerator
561 TaggingMode tagging_mode = TAG_RESULT,
Dmacro-assembler-mips.cc3576 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
3584 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h43 TAG_RESULT, enumerator
686 TaggingMode tagging_mode = TAG_RESULT,
Dmacro-assembler-ppc.cc2745 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
2753 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h55 TAG_RESULT, enumerator
589 TaggingMode tagging_mode = TAG_RESULT,
Dmacro-assembler-mips64.cc4004 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
4012 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.cc4702 __ AllocateHeapNumber(dst, tmp1, tmp2, tmp3, &slow, TAG_RESULT); in DoDeferredNumberTagIU()