Searched refs:kPseudoSafepointPC (Results 1 – 4 of 4) sorted by relevance
85 LIR* safepoint_pc = NewLIR0(kPseudoSafepointPC); in MarkSafepointPC()93 LIR* safepoint_pc = RawLIR(current_dalvik_offset_, kPseudoSafepointPC); in MarkSafepointPCAfter()241 case kPseudoSafepointPC: in DumpLIRInsn()666 if (!tgt_lir->flags.is_nop && (tgt_lir->opcode == kPseudoSafepointPC)) { in CreateMappingTables()701 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()
56 if ((opcode == kPseudoTargetLabel) || (opcode == kPseudoSafepointPC) || in RawLIR()
475 (prev_lir->opcode == kPseudoSafepointPC) || in ApplyLoadHoisting()
90 kPseudoSafepointPC = -15, enumerator