Home
last modified time | relevance | path

Searched refs:tagging_mode (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/arm/
Dmacro-assembler-arm.h781 TaggingMode tagging_mode = TAG_RESULT);
Dmacro-assembler-arm.cc3277 TaggingMode tagging_mode) { in AllocateHeapNumber() argument
3281 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
3285 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()
/external/chromium_org/v8/src/mips/
Dmacro-assembler-mips.h549 TaggingMode tagging_mode = TAG_RESULT);
Dmacro-assembler-mips.cc3277 TaggingMode tagging_mode) { in AllocateHeapNumber() argument
3281 tagging_mode == TAG_RESULT ? TAG_OBJECT : NO_ALLOCATION_FLAGS); in AllocateHeapNumber()
3285 if (tagging_mode == TAG_RESULT) { in AllocateHeapNumber()