Home | History | Annotate | Download | only in optimizing

Lines Matching defs:dex_pc

410     uint32_t dex_pc,
473 InvokeRuntime(entrypoint, field_access, dex_pc, nullptr);
627 static void CheckCovers(uint32_t dex_pc,
634 if (loop_headers[i]->GetDexPc() == dex_pc) {
636 DCHECK(code_info.GetOsrStackMapForDexPc(dex_pc, encoding).IsValid());
665 size_t dex_pc = 0;
669 uint32_t target = dex_pc + instruction.GetTargetOffset();
672 DexSwitchTable table(instruction, dex_pc);
679 uint32_t target = dex_pc + table.GetEntryAt(i + offset);
683 dex_pc += instruction.SizeInCodeUnits();
700 uint32_t dex_pc,
725 uint32_t outer_dex_pc = dex_pc;
783 dex_pc, native_pc, register_mask, locations->GetStackMask(), outer_environment_size, 0);
821 uint32_t dex_pc,
823 if (GetCompilerOptions().GetNativeDebuggable() && dex_pc != kNoDexPc) {
828 RecordPcInfo(instruction, dex_pc, slow_path);
840 uint32_t dex_pc = block->GetDexPc();
850 stack_map_stream_.BeginStackMapEntry(dex_pc,