Home
last modified time | relevance | path

Searched refs:GenerateBodyInstructionPre (Results 1 – 18 of 18) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-codegen.h42 virtual void GenerateBodyInstructionPre(LInstruction* instr) {} in GenerateBodyInstructionPre() function
Dlithium-codegen.cc96 GenerateBodyInstructionPre(instr); in GenerateBody()
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h165 void GenerateBodyInstructionPre(LInstruction* instr) override;
Dlithium-codegen-arm.cc241 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h141 void GenerateBodyInstructionPre(LInstruction* instr) override;
Dlithium-codegen-x64.cc251 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h153 void GenerateBodyInstructionPre(LInstruction* instr) override;
Dlithium-codegen-ppc.cc242 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/ia32/
Dlithium-codegen-ia32.h144 void GenerateBodyInstructionPre(LInstruction* instr) override;
Dlithium-codegen-ia32.cc352 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h165 void GenerateBodyInstructionPre(LInstruction* instr) override;
Dlithium-codegen-mips.cc256 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h167 void GenerateBodyInstructionPre(LInstruction* instr) override;
Dlithium-codegen-mips64.cc231 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h275 void GenerateBodyInstructionPre(LInstruction* instr) override;
Dlithium-codegen-arm64.cc721 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre() function in v8::internal::LCodeGen
/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.h174 void GenerateBodyInstructionPre(LInstruction* instr) override;
Dlithium-codegen-x87.cc323 void LCodeGen::GenerateBodyInstructionPre(LInstruction* instr) { in GenerateBodyInstructionPre() function in v8::internal::LCodeGen