Searched defs:LOsrEntry (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/arm/
H A Dlithium-arm.cc44 LOsrEntry::LOsrEntry() { function in class:v8::internal::LOsrEntry
54 void LOsrEntry::MarkSpilledRegister(int allocation_index,
84 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index,
2155 return AssignEnvironment(new(zone()) LOsrEntry);
H A Dlithium-arm.h2086 class LOsrEntry: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
2088 LOsrEntry();
/external/v8/src/ia32/
H A Dlithium-ia32.cc46 LOsrEntry::LOsrEntry() { function in class:v8::internal::LOsrEntry
56 void LOsrEntry::MarkSpilledRegister(int allocation_index,
64 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index,
2256 return AssignEnvironment(new(zone()) LOsrEntry);
H A Dlithium-ia32.h2168 class LOsrEntry: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
2170 LOsrEntry();
/external/v8/src/mips/
H A Dlithium-mips.cc44 LOsrEntry::LOsrEntry() { function in class:v8::internal::LOsrEntry
54 void LOsrEntry::MarkSpilledRegister(int allocation_index,
84 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index,
2160 return AssignEnvironment(new(zone()) LOsrEntry);
H A Dlithium-mips.h2066 class LOsrEntry: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
2068 LOsrEntry();
/external/v8/src/x64/
H A Dlithium-x64.cc46 LOsrEntry::LOsrEntry() { function in class:v8::internal::LOsrEntry
56 void LOsrEntry::MarkSpilledRegister(int allocation_index,
64 void LOsrEntry::MarkSpilledDoubleRegister(int allocation_index,
2154 return AssignEnvironment(new(zone()) LOsrEntry);
H A Dlithium-x64.h2056 class LOsrEntry: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
2058 LOsrEntry();

Completed in 153 milliseconds