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

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

Completed in 486 milliseconds