Searched refs:GeneratePrologue (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/
H A Ddeoptimizer.h241 virtual void GeneratePrologue() { } function in class:v8::internal::Deoptimizer::BASE_EMBEDDED
254 virtual void GeneratePrologue();
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h171 bool GeneratePrologue();
H A Ddeoptimizer-ia32.cc846 GeneratePrologue();
1002 void Deoptimizer::TableEntryGenerator::GeneratePrologue() { function in class:v8::internal::Deoptimizer::TableEntryGenerator
H A Dlithium-codegen-ia32.cc79 // the frame (that is done in GeneratePrologue).
82 return GeneratePrologue() &&
131 bool LCodeGen::GeneratePrologue() { function in class:v8::internal::LCodeGen
/external/v8/src/x64/
H A Dlithium-codegen-x64.h162 bool GeneratePrologue();
H A Ddeoptimizer-x64.cc747 GeneratePrologue();
948 void Deoptimizer::TableEntryGenerator::GeneratePrologue() { function in class:v8::internal::Deoptimizer::TableEntryGenerator
H A Dlithium-codegen-x64.cc76 // the frame (that is done in GeneratePrologue).
79 return GeneratePrologue() &&
128 bool LCodeGen::GeneratePrologue() { function in class:v8::internal::LCodeGen
/external/v8/src/arm/
H A Dlithium-codegen-arm.h183 bool GeneratePrologue();
H A Ddeoptimizer-arm.cc775 GeneratePrologue();
964 void Deoptimizer::TableEntryGenerator::GeneratePrologue() { function in class:v8::internal::Deoptimizer::TableEntryGenerator
H A Dlithium-codegen-arm.cc75 // the frame (that is done in GeneratePrologue).
78 return GeneratePrologue() &&
127 bool LCodeGen::GeneratePrologue() { function in class:v8::internal::LCodeGen
/external/v8/src/mips/
H A Dlithium-codegen-mips.h180 bool GeneratePrologue();
H A Ddeoptimizer-mips.cc762 GeneratePrologue();
959 void Deoptimizer::TableEntryGenerator::GeneratePrologue() { function in class:v8::internal::Deoptimizer::TableEntryGenerator
H A Dlithium-codegen-mips.cc74 // the frame (that is done in GeneratePrologue).
77 return GeneratePrologue() &&
125 bool LCodeGen::GeneratePrologue() { function in class:v8::internal::LCodeGen

Completed in 266 milliseconds