Searched refs:DeoptComment (Results 1 - 11 of 11) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-codegen.h43 void DeoptComment(const Deoptimizer::DeoptInfo& deopt_info);
H A Dlithium-codegen.cc168 void LCodeGenBase::DeoptComment(const Deoptimizer::DeoptInfo& deopt_info) { function in class:v8::internal::LCodeGenBase
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc324 DeoptComment(table_entry->deopt_info);
837 DeoptComment(deopt_info);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.cc773 DeoptComment(table_entry->deopt_info);
911 DeoptComment(deopt_info);
/external/v8/src/crankshaft/ia32/
H A Dlithium-codegen-ia32.cc276 DeoptComment(table_entry->deopt_info);
736 DeoptComment(deopt_info);
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc343 DeoptComment(table_entry->deopt_info);
821 DeoptComment(deopt_info);
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc316 DeoptComment(table_entry->deopt_info);
809 DeoptComment(deopt_info);
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.cc337 DeoptComment(table_entry->deopt_info);
784 DeoptComment(deopt_info);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.cc298 DeoptComment(table_entry->deopt_info);
763 DeoptComment(deopt_info);
/external/v8/src/crankshaft/x87/
H A Dlithium-codegen-x87.cc278 DeoptComment(table_entry->deopt_info);
1027 DeoptComment(deopt_info);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.cc325 DeoptComment(table_entry->deopt_info);

Completed in 756 milliseconds