Searched refs:kPseudoSafepointPC (Results 1 – 4 of 4) sorted by relevance
91 LIR* safepoint_pc = NewLIR0(kPseudoSafepointPC); in MarkSafepointPC()101 LIR* safepoint_pc = RawLIR(current_dalvik_offset_, kPseudoSafepointPC); in MarkSafepointPCAfter()256 case kPseudoSafepointPC: in DumpLIRInsn()686 if (!tgt_lir->flags.is_nop && (tgt_lir->opcode == kPseudoSafepointPC)) { in CreateMappingTables()732 if (!tgt_lir->flags.is_nop && (tgt_lir->opcode == kPseudoSafepointPC)) { in CreateMappingTables()769 if (!tgt_lir->flags.is_nop && (tgt_lir->opcode == kPseudoSafepointPC)) { in CreateMappingTables()
58 if ((opcode == kPseudoTargetLabel) || (opcode == kPseudoSafepointPC) || in RawLIR()
476 (prev_lir->opcode == kPseudoSafepointPC) || in ApplyLoadHoisting()
107 kPseudoSafepointPC = -13, enumerator