Home
last modified time | relevance | path

Searched refs:DOUBLE_STACK_SLOT (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dlithium.cc82 case DOUBLE_STACK_SLOT: in PrintTo()
109 DEFINE_OPERAND_CACHE(LDoubleStackSlot, DOUBLE_STACK_SLOT) in DEFINE_OPERAND_CACHE()
Dlithium.h45 DOUBLE_STACK_SLOT, enumerator
57 bool IsDoubleStackSlot() const { return kind() == DOUBLE_STACK_SLOT; } in IsDoubleStackSlot()
333 explicit LDoubleStackSlot(int index) : LOperand(DOUBLE_STACK_SLOT, index) { } in LDoubleStackSlot()
Ddeoptimizer.cc812 case Translation::DOUBLE_STACK_SLOT: { in DoTranslateCommand()
990 case Translation::DOUBLE_STACK_SLOT: { in DoOsrTranslateCommand()
1387 buffer_->Add(DOUBLE_STACK_SLOT); in StoreDoubleStackSlot()
1418 case DOUBLE_STACK_SLOT: in NumberOfOperandsFor()
1455 case DOUBLE_STACK_SLOT: in StringFor()
1529 case Translation::DOUBLE_STACK_SLOT: { in ComputeSlotForNextArgument()
Ddeoptimizer.h563 DOUBLE_STACK_SLOT, enumerator
Dobjects.cc8259 case Translation::DOUBLE_STACK_SLOT: { in DeoptimizationInputDataPrint()