Searched refs:LOsrEntry (Results 1 - 25 of 25) 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();
H A Dlithium-codegen-arm.cc5035 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
/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();
H A Dlithium-codegen-mips.cc4969 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
/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();
H A Dlithium-codegen-x64.cc4661 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
/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();
H A Dlithium-codegen-ia32.cc4873 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h2519 class LOsrEntry: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
2521 LOsrEntry() {} function in class:v8::internal::LOsrEntry
H A Dlithium-arm.cc2401 return AssignEnvironment(new(zone()) LOsrEntry);
H A Dlithium-codegen-arm.cc5682 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2639 class LOsrEntry: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
2641 LOsrEntry() {} function in class:v8::internal::LOsrEntry
H A Dlithium-ia32.cc2523 return AssignEnvironment(new(zone()) LOsrEntry);
H A Dlithium-codegen-ia32.cc6365 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h2479 class LOsrEntry: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
2481 LOsrEntry() {} function in class:v8::internal::LOsrEntry
H A Dlithium-mips.cc2321 return AssignEnvironment(new(zone()) LOsrEntry);
H A Dlithium-codegen-mips.cc5691 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h2428 class LOsrEntry: public LTemplateInstruction<0, 0, 0> { class in namespace:v8::internal
2430 LOsrEntry() {} function in class:v8::internal::LOsrEntry
H A Dlithium-x64.cc2337 return AssignEnvironment(new(zone()) LOsrEntry);
H A Dlithium-codegen-x64.cc5426 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
/external/v8/src/
H A Dlithium-allocator.cc1449 LOsrEntry* instruction = LOsrEntry::cast(instrs->at(index));

Completed in 316 milliseconds