Home
last modified time | relevance | path

Searched refs:STACK_SLOT (Results 1 – 14 of 14) 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()
/external/chromium_org/v8/src/
Dlithium.h40 V(StackSlot, STACK_SLOT) \
52 STACK_SLOT, enumerator
377 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { } in LStackSlot()
Ddeoptimizer.cc806 case Translation::STACK_SLOT: in DoComputeOutputFrames()
2018 case Translation::STACK_SLOT: { in DoTranslateObject()
2287 case Translation::STACK_SLOT: { in DoTranslateCommand()
2784 buffer_->Add(STACK_SLOT, zone()); in StoreStackSlot()
2834 case STACK_SLOT: in NumberOfOperandsFor()
2902 case Translation::STACK_SLOT: { in ComputeSlotForNextArgument()
Dlithium.cc99 case STACK_SLOT: in PrintTo()
Ddeoptimizer.h705 V(STACK_SLOT) \
Dframes.cc986 ASSERT(opcode == Translation::STACK_SLOT || in Summarize()
996 } else if (opcode == Translation::STACK_SLOT) { in Summarize()
Dlithium-allocator.cc632 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
Dobjects.cc11010 case Translation::STACK_SLOT: { in DeoptimizationInputDataPrint()