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

/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc722 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
742 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
934 void LCodeGen::RecordSafepointWithLazyDeopt( function in class:v8::internal::LCodeGen
3618 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
5615 RecordSafepointWithLazyDeopt(
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc867 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
895 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
1140 void LCodeGen::RecordSafepointWithLazyDeopt( function in class:v8::internal::LCodeGen
3706 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
6295 RecordSafepointWithLazyDeopt(
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc703 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
716 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
917 void LCodeGen::RecordSafepointWithLazyDeopt( function in class:v8::internal::LCodeGen
3505 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT);
5637 RecordSafepointWithLazyDeopt(
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc603 RecordSafepointWithLazyDeopt(instr, safepoint_mode, argc);
630 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT, 0);
825 void LCodeGen::RecordSafepointWithLazyDeopt( function in class:v8::internal::LCodeGen
3310 RecordSafepointWithLazyDeopt(instr, RECORD_SIMPLE_SAFEPOINT, 0);
5357 RecordSafepointWithLazyDeopt(instr, RECORD_SAFEPOINT_WITH_REGISTERS, 0);
/external/v8/src/arm/
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/ia32/
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/mips/
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(
/external/v8/src/x64/
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);

Completed in 107 milliseconds