/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2214 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2216 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-mips.cc | 2184 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-mips.cc | 5281 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 2250 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2252 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-x64.cc | 2301 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-x64.cc | 5301 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 2043 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2045 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-s390.cc | 2026 return AssignEnvironment(new (zone()) LOsrEntry); in DoOsrEntry()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2255 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2257 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-arm.cc | 2237 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-arm.cc | 5251 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2260 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2262 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-mips64.cc | 2189 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-mips64.cc | 5490 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 2188 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2190 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-ppc.cc | 2206 return AssignEnvironment(new (zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-ppc.cc | 5528 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 509 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 511 LOsrEntry() {} in LOsrEntry() function
|
D | lithium-arm64.cc | 1795 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-arm64.cc | 4279 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2264 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
|
D | lithium-x87.cc | 2301 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2268 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
|
D | lithium-ia32.cc | 2299 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
|
D | lithium-codegen-ia32.cc | 5020 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
|