Home
last modified time | relevance | path

Searched refs:LOsrEntry (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/x64/
Dlithium-x64.h2614 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> {
2616 LOsrEntry() {} in LOsrEntry() function
Dlithium-x64.cc2480 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-x64.cc5720 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/mips64/
Dlithium-mips64.h2575 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> {
2577 LOsrEntry() {} in LOsrEntry() function
Dlithium-mips64.cc2392 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-mips64.cc5779 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/mips/
Dlithium-mips.h2591 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> {
2593 LOsrEntry() {} in LOsrEntry() function
Dlithium-mips.cc2392 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-mips.cc5746 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/arm/
Dlithium-arm.h2631 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> {
2633 LOsrEntry() {} in LOsrEntry() function
Dlithium-arm.cc2443 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-arm.cc5736 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/arm64/
Dlithium-arm64.h549 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> {
551 LOsrEntry() {} in LOsrEntry() function
Dlithium-arm64.cc1986 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-arm64.cc4698 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/ia32/
Dlithium-ia32.h2619 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> {
Dlithium-ia32.cc2499 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-ia32.cc5539 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/x87/
Dlithium-x87.h2635 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> {
Dlithium-x87.cc2503 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-x87.cc6135 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()