Searched refs:LRegister (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dlithium.h337 class LRegister: public LOperand { class in namespace:v8::internal
339 static LRegister* Create(int index) {
342 return new LRegister(index);
345 static LRegister* cast(LOperand* op) {
347 return reinterpret_cast<LRegister*>(op);
354 static LRegister* cache;
356 LRegister() : LOperand() { } function in class:v8::internal::LRegister
357 explicit LRegister(int index) : LOperand(REGISTER, index) { } function in class:v8::internal::LRegister
H A Dlithium.cc110 DEFINE_OPERAND_CACHE(LRegister, REGISTER)
119 LRegister::SetUpCache();
H A Dlithium-allocator.h59 class LRegister;
H A Dlithium-allocator.cc235 op = LRegister::Create(assigned_register());

Completed in 215 milliseconds