Home
last modified time | relevance | path

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

12

/external/v8/src/crankshaft/mips/
Dlithium-mips.h2214 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
2216 LOsrEntry() {} in LOsrEntry() function
Dlithium-mips.cc2184 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-mips.cc5281 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h2250 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
2252 LOsrEntry() {} in LOsrEntry() function
Dlithium-x64.cc2301 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-x64.cc5301 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/crankshaft/s390/
Dlithium-s390.h2043 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
2045 LOsrEntry() {} in LOsrEntry() function
Dlithium-s390.cc2026 return AssignEnvironment(new (zone()) LOsrEntry); in DoOsrEntry()
/external/v8/src/crankshaft/arm/
Dlithium-arm.h2255 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
2257 LOsrEntry() {} in LOsrEntry() function
Dlithium-arm.cc2237 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-arm.cc5251 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.h2260 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
2262 LOsrEntry() {} in LOsrEntry() function
Dlithium-mips64.cc2189 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-mips64.cc5490 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.h2188 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
2190 LOsrEntry() {} in LOsrEntry() function
Dlithium-ppc.cc2206 return AssignEnvironment(new (zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-ppc.cc5528 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoShiftI()
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.h509 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
511 LOsrEntry() {} in LOsrEntry() function
Dlithium-arm64.cc1795 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-arm64.cc4279 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()
/external/v8/src/crankshaft/x87/
Dlithium-x87.h2264 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
Dlithium-x87.cc2301 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.h2268 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
Dlithium-ia32.cc2299 return AssignEnvironment(new(zone()) LOsrEntry); in DoOsrEntry()
Dlithium-codegen-ia32.cc5020 void LCodeGen::DoOsrEntry(LOsrEntry* instr) { in DoOsrEntry()

12