/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2481 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2483 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-mips.cc | 2388 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-mips.cc | 5467 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2493 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2495 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-x64.cc | 2477 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-x64.cc | 5504 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2522 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2524 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-arm.cc | 2441 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-arm.cc | 5437 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2527 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2529 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-mips64.cc | 2393 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-mips64.cc | 5673 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2414 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2416 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-ppc.cc | 2394 return AssignEnvironment(new (zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-ppc.cc | 5714 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 516 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 518 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-arm64.cc | 1958 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-arm64.cc | 4404 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2511 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
|
D | lithium-ia32.cc | 2484 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-ia32.cc | 5314 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2525 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
|
D | lithium-x87.cc | 2488 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-x87.cc | 5874 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|