Searched refs:RecordSafepointWithLazyDeopt (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h216 void RecordSafepointWithLazyDeopt(LInstruction* instr,
H A Dlithium-codegen-ia32.cc459 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
487 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
662 void LCodeGen::RecordSafepointWithLazyDeopt( function in class:v8::internal::LCodeGen
2767 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
4814 RecordSafepointWithLazyDeopt(
/external/v8/src/x64/
H A Dlithium-codegen-x64.h207 void RecordSafepointWithLazyDeopt(LInstruction* instr,
H A Dlithium-codegen-x64.cc461 RecordSafepointWithLazyDeopt(instr, safepoint_mode, argc);
488 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT, 0);
621 void LCodeGen::RecordSafepointWithLazyDeopt( function in class:v8::internal::LCodeGen
2721 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT, 0);
4608 RecordSafepointWithLazyDeopt(instr, RECORD_SAFEPOINT_WITH_REGISTERS, 0);
/external/v8/src/arm/
H A Dlithium-codegen-arm.h227 void RecordSafepointWithLazyDeopt(LInstruction* instr,
H A Dlithium-codegen-arm.cc577 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
597 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
739 void LCodeGen::RecordSafepointWithLazyDeopt( function in class:v8::internal::LCodeGen
2986 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
4981 RecordSafepointWithLazyDeopt(
/external/v8/src/mips/
H A Dlithium-codegen-mips.h224 void RecordSafepointWithLazyDeopt(LInstruction* instr,
H A Dlithium-codegen-mips.cc545 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
558 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
702 void LCodeGen::RecordSafepointWithLazyDeopt( function in class:v8::internal::LCodeGen
2871 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
4917 RecordSafepointWithLazyDeopt(

Completed in 151 milliseconds