Home
last modified time | relevance | path

Searched refs:STACK_SLOT (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dlithium.h43 STACK_SLOT, enumerator
55 bool IsStackSlot() const { return kind() == STACK_SLOT; } in IsStackSlot()
311 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { } in LStackSlot()
Ddeoptimizer.cc517 case Translation::STACK_SLOT: { in DoTranslateCommand()
695 case Translation::STACK_SLOT: { in DoOsrTranslateCommand()
1052 buffer_->Add(STACK_SLOT); in StoreStackSlot()
1094 case STACK_SLOT: in NumberOfOperandsFor()
1121 case STACK_SLOT: in StringFor()
1185 case Translation::STACK_SLOT: { in ComputeSlotForNextArgument()
Dlithium.cc81 case STACK_SLOT: in PrintTo()
Ddeoptimizer.h463 STACK_SLOT, enumerator
Dlithium-allocator.cc64 DEFINE_OPERAND_CACHE(LStackSlot, STACK_SLOT) in DEFINE_OPERAND_CACHE()
625 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_index()); in AllocateFixed()
Dframes.cc745 ASSERT(opcode == Translation::STACK_SLOT); in Summarize()
Dobjects.cc6460 case Translation::STACK_SLOT: { in DeoptimizationInputDataPrint()