Lines Matching refs:GetDexPc

364     MaybeRecordNativeDebugInfo(slow_path->GetInstruction(), slow_path->GetDexPc(), slow_path);  in GenerateSlowPaths()
412 MaybeRecordNativeDebugInfo(/* instruction= */ nullptr, block->GetDexPc()); in Compile()
419 MaybeRecordNativeDebugInfo(current, block->GetDexPc()); in Compile()
604 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), slow_path); in GenerateInvokeStaticOrDirectRuntimeCall()
633 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr); in GenerateInvokeUnresolvedRuntimeCall()
642 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), slow_path); in GenerateInvokePolymorphicCall()
648 InvokeRuntime(entrypoint, invoke, invoke->GetDexPc(), nullptr); in GenerateInvokeCustomCall()
846 InvokeRuntime(kQuickResolveTypeAndVerifyAccess, cls, cls->GetDexPc()); in GenerateLoadClassRuntimeCall()
849 InvokeRuntime(kQuickResolveType, cls, cls->GetDexPc()); in GenerateLoadClassRuntimeCall()
870 InvokeRuntime(kQuickResolveMethodHandle, method_handle, method_handle->GetDexPc()); in GenerateLoadMethodHandleRuntimeCall()
890 InvokeRuntime(kQuickResolveMethodType, method_type, method_type->GetDexPc()); in GenerateLoadMethodTypeRuntimeCall()
1096 if (loop_headers[i]->GetDexPc() == dex_pc) { in CheckCovers()
1253 outer_dex_pc = outer_environment->GetDexPc(); in RecordPcInfo()
1330 uint32_t dex_pc = block->GetDexPc(); in RecordCatchBlockInfo()
1547 environment->GetDexPc(), in EmitEnvironment()
1569 RecordPcInfo(null_check, null_check->GetDexPc(), GetAssembler()->CodePosition()); in MaybeRecordImplicitNullCheck()