Searched defs:safepoint_mode (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc751 SafepointMode safepoint_mode,
758 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
1001 LInstruction* instr, SafepointMode safepoint_mode) {
1002 if (safepoint_mode == RECORD_SIMPLE_SAFEPOINT) {
1005 DCHECK(safepoint_mode == RECORD_SAFEPOINT_WITH_REGISTERS_AND_NO_ARGUMENTS);
748 CallCodeGeneric(Handle<Code> code, RelocInfo::Mode mode, LInstruction* instr, SafepointMode safepoint_mode, TargetAddressStorageMode storage_mode) argument
1000 RecordSafepointWithLazyDeopt( LInstruction* instr, SafepointMode safepoint_mode) argument
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc391 SafepointMode safepoint_mode) {
396 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
531 SafepointMode safepoint_mode) {
532 if (safepoint_mode == RECORD_SIMPLE_SAFEPOINT) {
535 DCHECK(safepoint_mode == RECORD_SAFEPOINT_WITH_REGISTERS_AND_NO_ARGUMENTS);
388 CallCodeGeneric(Handle<Code> code, RelocInfo::Mode mode, LInstruction* instr, SafepointMode safepoint_mode) argument
530 RecordSafepointWithLazyDeopt(LInstruction* instr, SafepointMode safepoint_mode) argument
/external/chromium_org/v8/src/ia32/
H A Dlithium-codegen-ia32.cc720 SafepointMode safepoint_mode) {
723 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
970 LInstruction* instr, SafepointMode safepoint_mode) {
971 if (safepoint_mode == RECORD_SIMPLE_SAFEPOINT) {
974 DCHECK(safepoint_mode == RECORD_SAFEPOINT_WITH_REGISTERS_AND_NO_ARGUMENTS);
717 CallCodeGeneric(Handle<Code> code, RelocInfo::Mode mode, LInstruction* instr, SafepointMode safepoint_mode) argument
969 RecordSafepointWithLazyDeopt( LInstruction* instr, SafepointMode safepoint_mode) argument
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.cc735 SafepointMode safepoint_mode) {
738 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
965 LInstruction* instr, SafepointMode safepoint_mode) {
966 if (safepoint_mode == RECORD_SIMPLE_SAFEPOINT) {
969 DCHECK(safepoint_mode == RECORD_SAFEPOINT_WITH_REGISTERS_AND_NO_ARGUMENTS);
732 CallCodeGeneric(Handle<Code> code, RelocInfo::Mode mode, LInstruction* instr, SafepointMode safepoint_mode) argument
964 RecordSafepointWithLazyDeopt( LInstruction* instr, SafepointMode safepoint_mode) argument
/external/chromium_org/v8/src/mips64/
H A Dlithium-codegen-mips64.cc685 SafepointMode safepoint_mode) {
688 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
915 LInstruction* instr, SafepointMode safepoint_mode) {
916 if (safepoint_mode == RECORD_SIMPLE_SAFEPOINT) {
919 DCHECK(safepoint_mode == RECORD_SAFEPOINT_WITH_REGISTERS_AND_NO_ARGUMENTS);
682 CallCodeGeneric(Handle<Code> code, RelocInfo::Mode mode, LInstruction* instr, SafepointMode safepoint_mode) argument
914 RecordSafepointWithLazyDeopt( LInstruction* instr, SafepointMode safepoint_mode) argument
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.cc625 SafepointMode safepoint_mode,
629 RecordSafepointWithLazyDeopt(instr, safepoint_mode, argc);
880 LInstruction* instr, SafepointMode safepoint_mode, int argc) {
881 if (safepoint_mode == RECORD_SIMPLE_SAFEPOINT) {
884 DCHECK(safepoint_mode == RECORD_SAFEPOINT_WITH_REGISTERS);
622 CallCodeGeneric(Handle<Code> code, RelocInfo::Mode mode, LInstruction* instr, SafepointMode safepoint_mode, int argc) argument
879 RecordSafepointWithLazyDeopt( LInstruction* instr, SafepointMode safepoint_mode, int argc) argument
/external/chromium_org/v8/src/x87/
H A Dlithium-codegen-x87.cc983 SafepointMode safepoint_mode) {
986 RecordSafepointWithLazyDeopt(instr, safepoint_mode);
1252 LInstruction* instr, SafepointMode safepoint_mode) {
1253 if (safepoint_mode == RECORD_SIMPLE_SAFEPOINT) {
1256 DCHECK(safepoint_mode == RECORD_SAFEPOINT_WITH_REGISTERS_AND_NO_ARGUMENTS);
980 CallCodeGeneric(Handle<Code> code, RelocInfo::Mode mode, LInstruction* instr, SafepointMode safepoint_mode) argument
1251 RecordSafepointWithLazyDeopt( LInstruction* instr, SafepointMode safepoint_mode) argument

Completed in 1836 milliseconds