Searched refs:STACK_SLOT (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ |
D | lithium.cc | 79 case STACK_SLOT: in PrintTo() 108 DEFINE_OPERAND_CACHE(LStackSlot, STACK_SLOT) in DEFINE_OPERAND_CACHE()
|
D | lithium.h | 44 STACK_SLOT, enumerator 56 bool IsStackSlot() const { return kind() == STACK_SLOT; } in IsStackSlot() 309 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { } in LStackSlot()
|
D | deoptimizer.cc | 764 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()
|
D | deoptimizer.h | 561 STACK_SLOT, enumerator
|
D | frames.cc | 863 ASSERT(opcode == Translation::STACK_SLOT || in Summarize()
|
D | lithium-allocator.cc | 619 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_index()); in AllocateFixed()
|
D | objects.cc | 8247 case Translation::STACK_SLOT: { in DeoptimizationInputDataPrint()
|
/external/chromium_org/v8/src/ |
D | lithium.h | 40 V(StackSlot, STACK_SLOT) \ 52 STACK_SLOT, enumerator 377 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { } in LStackSlot()
|
D | deoptimizer.cc | 806 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()
|
D | lithium.cc | 99 case STACK_SLOT: in PrintTo()
|
D | deoptimizer.h | 705 V(STACK_SLOT) \
|
D | frames.cc | 986 ASSERT(opcode == Translation::STACK_SLOT || in Summarize() 996 } else if (opcode == Translation::STACK_SLOT) { in Summarize()
|
D | lithium-allocator.cc | 632 operand->ConvertTo(LOperand::STACK_SLOT, operand->fixed_slot_index()); in AllocateFixed()
|
D | objects.cc | 11010 case Translation::STACK_SLOT: { in DeoptimizationInputDataPrint()
|