Searched refs:LOsrEntry (Results 1 – 21 of 21) sorted by relevance
/external/v8/src/x64/ |
D | lithium-x64.h | 2614 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> { 2616 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-x64.cc | 2480 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-x64.cc | 5720 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/mips64/ |
D | lithium-mips64.h | 2575 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> { 2577 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-mips64.cc | 2392 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-mips64.cc | 5779 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/mips/ |
D | lithium-mips.h | 2591 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> { 2593 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-mips.cc | 2392 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-mips.cc | 5746 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/arm/ |
D | lithium-arm.h | 2631 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> { 2633 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-arm.cc | 2443 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-arm.cc | 5736 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 549 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> { 551 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-arm64.cc | 1986 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-arm64.cc | 4698 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/ia32/ |
D | lithium-ia32.h | 2619 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> {
|
D | lithium-ia32.cc | 2499 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-ia32.cc | 5539 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/x87/ |
D | lithium-x87.h | 2635 class LOsrEntry FINAL : public LTemplateInstruction<0, 0, 0> {
|
D | lithium-x87.cc | 2503 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-x87.cc | 6135 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|