Home
last modified time | relevance | path

Searched refs:LDoubleStackSlot (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dlithium.h313 class LDoubleStackSlot: public LOperand {
315 static LDoubleStackSlot* Create(int index) { in Create()
318 return new LDoubleStackSlot(index); in Create()
321 static LDoubleStackSlot* cast(LOperand* op) { in cast()
323 return reinterpret_cast<LDoubleStackSlot*>(op); in cast()
330 static LDoubleStackSlot* cache;
332 LDoubleStackSlot() : LOperand() { } in LDoubleStackSlot() function
333 explicit LDoubleStackSlot(int index) : LOperand(DOUBLE_STACK_SLOT, index) { } in LDoubleStackSlot() function
Dlithium.cc109 DEFINE_OPERAND_CACHE(LDoubleStackSlot, DOUBLE_STACK_SLOT) in DEFINE_OPERAND_CACHE()
118 LDoubleStackSlot::SetUpCache(); in DEFINE_OPERAND_CACHE()
/external/v8/src/ia32/
Dlithium-ia32.cc379 return LDoubleStackSlot::Create(index); in GetNextSpillSlot()
/external/v8/src/arm/
Dlithium-arm.cc435 return LDoubleStackSlot::Create(index); in GetNextSpillSlot()
/external/v8/src/mips/
Dlithium-mips.cc435 return LDoubleStackSlot::Create(index); in GetNextSpillSlot()
/external/v8/src/x64/
Dlithium-x64.cc377 return LDoubleStackSlot::Create(index); in GetNextSpillSlot()