/external/v8/src/crankshaft/arm/ |
D | lithium-codegen-arm.h | 110 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-codegen-arm.cc | 4904 void Generate() override { codegen()->DoDeferredAllocate(instr_); } in DoAllocate() 4962 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.h | 108 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-codegen-ppc.cc | 5205 void Generate() override { codegen()->DoDeferredAllocate(instr_); } in DoShiftI() 5264 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoShiftI() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 95 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-codegen-x64.cc | 4958 void Generate() override { codegen()->DoDeferredAllocate(instr_); } in DoAllocate() 5039 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/s390/ |
D | lithium-codegen-s390.h | 107 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-codegen-s390.cc | 5144 void Generate() override { codegen()->DoDeferredAllocate(instr_); } in DoShiftI() 5209 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoShiftI() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-codegen-ia32.h | 97 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-codegen-ia32.cc | 4685 void Generate() override { codegen()->DoDeferredAllocate(instr_); } in DoAllocate() 4764 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/mips/ |
D | lithium-codegen-mips.h | 109 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-codegen-mips.cc | 4905 void Generate() override { codegen()->DoDeferredAllocate(instr_); } in DoAllocate() 4964 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-codegen-mips64.h | 110 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-codegen-mips64.cc | 5096 void Generate() override { codegen()->DoDeferredAllocate(instr_); } in DoAllocate() 5155 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-codegen-arm64.h | 128 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-codegen-arm64.cc | 1402 virtual void Generate() { codegen()->DoDeferredAllocate(instr_); } in DoAllocate() 1463 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate() function in v8::internal::LCodeGen
|
/external/v8/src/crankshaft/x87/ |
D | lithium-codegen-x87.h | 132 void DoDeferredAllocate(LAllocate* instr);
|
D | lithium-codegen-x87.cc | 5175 void Generate() override { codegen()->DoDeferredAllocate(instr_); } in DoAllocate() 5256 void LCodeGen::DoDeferredAllocate(LAllocate* instr) { in DoDeferredAllocate() function in v8::internal::LCodeGen
|