Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium.cc79 case STACK_SLOT: in PrintTo()
108 DEFINE_OPERAND_CACHE(LStackSlot, STACK_SLOT) in DEFINE_OPERAND_CACHE()
Dlithium.h44 STACK_SLOT, enumerator
56 bool IsStackSlot() const { return kind() == STACK_SLOT; } in IsStackSlot()
309 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { } in LStackSlot()
Ddeoptimizer.cc764 case Translation::STACK_SLOT: { in DoTranslateCommand()
945 case Translation::STACK_SLOT: { in DoOsrTranslateCommand()
1375 buffer_->Add(STACK_SLOT); in StoreStackSlot()
1416 case STACK_SLOT: in NumberOfOperandsFor()
1451 case STACK_SLOT: in StringFor()
1517 case Translation::STACK_SLOT: { in ComputeSlotForNextArgument()
Ddeoptimizer.h561 STACK_SLOT, enumerator
Dframes.cc863 ASSERT(opcode == Translation::STACK_SLOT || in Summarize()
Dlithium-allocator.cc619 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_index()); in AllocateFixed()
Dobjects.cc8247 case Translation::STACK_SLOT: { in DeoptimizationInputDataPrint()