Searched refs:LStackSlot (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dlithium.h289 class LStackSlot: public LOperand { class in namespace:v8::internal
291 static LStackSlot* Create(int index) {
294 return new LStackSlot(index);
297 static LStackSlot* cast(LOperand* op) {
299 return reinterpret_cast<LStackSlot*>(op);
306 static LStackSlot* cache;
308 LStackSlot() : LOperand() { } function in class:v8::internal::LStackSlot
309 explicit LStackSlot(int index) : LOperand(STACK_SLOT, index) { } function in class:v8::internal::LStackSlot
H A Dlithium.cc108 DEFINE_OPERAND_CACHE(LStackSlot, STACK_SLOT)
117 LStackSlot::SetUpCache();
H A Dlithium-allocator.h58 class LStackSlot;
/external/v8/src/arm/
H A Dlithium-arm.cc437 return LStackSlot::Create(index);
/external/v8/src/mips/
H A Dlithium-mips.cc437 return LStackSlot::Create(index);
/external/v8/src/x64/
H A Dlithium-x64.cc379 return LStackSlot::Create(index);
/external/v8/src/ia32/
H A Dlithium-ia32.cc381 return LStackSlot::Create(index);

Completed in 199 milliseconds