Lines Matching refs:dex_pc

752     uint32_t dex_pc,  in GenerateUnresolvedFieldAccess()  argument
816 InvokeRuntime(entrypoint, field_access, dex_pc, nullptr); in GenerateUnresolvedFieldAccess()
1068 static void CheckCovers(uint32_t dex_pc, in CheckCovers() argument
1074 if (loop_headers[i]->GetDexPc() == dex_pc) { in CheckCovers()
1076 DCHECK(code_info.GetOsrStackMapForDexPc(dex_pc).IsValid()); in CheckCovers()
1105 const uint32_t dex_pc = pair.DexPc(); in CheckLoopEntriesCanBeUsedForOsr() local
1108 uint32_t target = dex_pc + instruction.GetTargetOffset(); in CheckLoopEntriesCanBeUsedForOsr()
1111 DexSwitchTable table(instruction, dex_pc); in CheckLoopEntriesCanBeUsedForOsr()
1118 uint32_t target = dex_pc + table.GetEntryAt(i + offset); in CheckLoopEntriesCanBeUsedForOsr()
1162 uint32_t dex_pc, in RecordPcInfo() argument
1165 RecordPcInfo(instruction, dex_pc, GetAssembler()->CodePosition(), slow_path, native_debug_info); in RecordPcInfo()
1169 uint32_t dex_pc, in RecordPcInfo() argument
1200 stack_map_stream->BeginStackMapEntry(dex_pc, native_pc); in RecordPcInfo()
1221 uint32_t outer_dex_pc = dex_pc; in RecordPcInfo()
1289 uint32_t dex_pc, in MaybeRecordNativeDebugInfo() argument
1291 if (GetCompilerOptions().GetNativeDebuggable() && dex_pc != kNoDexPc) { in MaybeRecordNativeDebugInfo()
1296 RecordPcInfo(instruction, dex_pc, slow_path, /* native_debug_info= */ true); in MaybeRecordNativeDebugInfo()
1308 uint32_t dex_pc = block->GetDexPc(); in RecordCatchBlockInfo() local
1312 stack_map_stream->BeginStackMapEntry(dex_pc, in RecordCatchBlockInfo()