/external/v8/src/crankshaft/arm/ |
H A D | lithium-arm.h | 2412 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2414 LOsrEntry() {} function in class:v8::internal::final
|
H A D | lithium-arm.cc | 2349 return AssignEnvironment(new(zone()) LOsrEntry);
|
H A D | lithium-codegen-arm.cc | 5415 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
|
/external/v8/src/crankshaft/mips/ |
H A D | lithium-mips.h | 2372 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2374 LOsrEntry() {} function in class:v8::internal::final
|
H A D | lithium-mips.cc | 2296 return AssignEnvironment(new(zone()) LOsrEntry);
|
H A D | lithium-codegen-mips.cc | 5413 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
|
/external/v8/src/crankshaft/mips64/ |
H A D | lithium-mips64.h | 2418 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2420 LOsrEntry() {} function in class:v8::internal::final
|
H A D | lithium-mips64.cc | 2301 return AssignEnvironment(new(zone()) LOsrEntry);
|
H A D | lithium-codegen-mips64.cc | 5619 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
|
/external/v8/src/crankshaft/ppc/ |
H A D | lithium-ppc.h | 2342 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2344 LOsrEntry() {} function in class:v8::internal::final
|
H A D | lithium-ppc.cc | 2316 return AssignEnvironment(new (zone()) LOsrEntry);
|
H A D | lithium-codegen-ppc.cc | 5678 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
|
/external/v8/src/crankshaft/s390/ |
H A D | lithium-s390.h | 2189 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2191 LOsrEntry() {} function in class:v8::internal::final
|
H A D | lithium-s390.cc | 2123 return AssignEnvironment(new (zone()) LOsrEntry);
|
H A D | lithium-codegen-s390.cc | 5567 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
|
/external/v8/src/crankshaft/x64/ |
H A D | lithium-x64.h | 2409 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 2411 LOsrEntry() {} function in class:v8::internal::final
|
H A D | lithium-x64.cc | 2410 return AssignEnvironment(new(zone()) LOsrEntry);
|
/external/v8/src/crankshaft/arm64/ |
H A D | lithium-arm64.h | 517 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> { 519 LOsrEntry() {} function in class:v8::internal::final
|
H A D | lithium-arm64.cc | 1856 return AssignEnvironment(new(zone()) LOsrEntry);
|
H A D | lithium-codegen-arm64.cc | 4383 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
|
/external/v8/src/crankshaft/ia32/ |
H A D | lithium-ia32.h | 2424 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
|
H A D | lithium-ia32.cc | 2405 return AssignEnvironment(new(zone()) LOsrEntry);
|
H A D | lithium-codegen-ia32.cc | 5182 void LCodeGen::DoOsrEntry(LOsrEntry* instr) {
|
/external/v8/src/crankshaft/x87/ |
H A D | lithium-x87.h | 2420 class LOsrEntry final : public LTemplateInstruction<0, 0, 0> {
|
H A D | lithium-x87.cc | 2407 return AssignEnvironment(new(zone()) LOsrEntry);
|