Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dmacro-assembler-arm.h33 TAG_RESULT, enumerator
785 TaggingMode tagging_mode = TAG_RESULT,
Dmacro-assembler-arm.cc3227 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
3235 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
/external/v8/src/mips/
Dmacro-assembler-mips.h40 TAG_RESULT, enumerator
549 TaggingMode tagging_mode = TAG_RESULT,
Dmacro-assembler-mips.cc3609 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
3617 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h40 TAG_RESULT, enumerator
570 TaggingMode tagging_mode = TAG_RESULT,
Dmacro-assembler-mips64.cc3519 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
3527 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
Dlithium-codegen-mips64.cc4735 __ AllocateHeapNumber(dst, tmp1, tmp2, tmp3, &slow, TAG_RESULT); in DoDeferredNumberTagIU()
/external/v8/src/ic/arm/
Dhandler-compiler-arm.cc375 TAG_RESULT, MUTABLE); in GenerateStoreTransition()
/external/v8/src/ic/mips64/
Dhandler-compiler-mips64.cc370 TAG_RESULT, MUTABLE); in GenerateStoreTransition()
/external/v8/src/ic/mips/
Dhandler-compiler-mips.cc370 TAG_RESULT, MUTABLE); in GenerateStoreTransition()