/aosp12/art/test/910-methods/ |
H A D | methods.cc | 134 jvmtiError result = jvmti_env->GetMethodLocation(id, &start, &end); in Java_art_Test910_getMethodLocationStart() 148 jvmtiError result = jvmti_env->GetMethodLocation(id, &start, &end); in Java_art_Test910_getMethodLocationEnd()
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_method.h | 67 static jvmtiError GetMethodLocation(jvmtiEnv* env,
|
H A D | OpenjdkJvmTi.cc | 893 static jvmtiError GetMethodLocation(jvmtiEnv* env, in GetMethodLocation() function in openjdkjvmti::JvmtiFunctions 898 return MethodUtil::GetMethodLocation(env, method, start_location_ptr, end_location_ptr); in GetMethodLocation() 1582 JvmtiFunctions::GetMethodLocation,
|
H A D | ti_method.cc | 400 jvmtiError MethodUtil::GetMethodLocation(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMethodLocation() function in openjdkjvmti::MethodUtil
|
/aosp12/art/compiler/optimizing/ |
H A D | intrinsics_utils.h | 53 return calling_convention_visitor.GetMethodLocation(); in MoveArguments()
|
H A D | code_generator_x86_64.h | 91 Location GetMethodLocation() const override; 142 Location GetMethodLocation() const override;
|
H A D | code_generator_x86.h | 88 Location GetMethodLocation() const override; 105 Location GetMethodLocation() const override;
|
H A D | code_generator_arm_vixl.h | 182 Location GetMethodLocation() const override; 200 Location GetMethodLocation() const override;
|
H A D | code_generator_arm64.h | 224 Location GetMethodLocation() const override; 241 Location GetMethodLocation() const override;
|
H A D | code_generator.cc | 517 locations->SetInAt(call->GetCurrentMethodIndex(), visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary() 519 locations->AddTemp(visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary() 525 locations->AddTemp(visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
|
H A D | code_generator.h | 153 virtual Location GetMethodLocation() const = 0;
|
H A D | code_generator_arm64.cc | 846 Location InvokeDexCallingConventionVisitorARM64::GetMethodLocation() const { in GetMethodLocation() function in art::arm64::InvokeDexCallingConventionVisitorARM64 888 Location CriticalNativeCallingConventionVisitorARM64::GetMethodLocation() const { in GetMethodLocation() function in art::arm64::CriticalNativeCallingConventionVisitorARM64
|
H A D | code_generator_x86_64.cc | 2566 Location InvokeDexCallingConventionVisitorX86_64::GetMethodLocation() const { in GetMethodLocation() function in art::x86_64::InvokeDexCallingConventionVisitorX86_64 2669 Location CriticalNativeCallingConventionVisitorX86_64::GetMethodLocation() const { in GetMethodLocation() function in art::x86_64::CriticalNativeCallingConventionVisitorX86_64
|
H A D | code_generator_arm_vixl.cc | 2469 Location InvokeDexCallingConventionVisitorARMVIXL::GetMethodLocation() const { in GetMethodLocation() function in art::arm::InvokeDexCallingConventionVisitorARMVIXL 2516 Location CriticalNativeCallingConventionVisitorARMVIXL::GetMethodLocation() const { in GetMethodLocation() function in art::arm::CriticalNativeCallingConventionVisitorARMVIXL
|
H A D | code_generator_x86.cc | 1261 Location InvokeDexCallingConventionVisitorX86::GetMethodLocation() const { in GetMethodLocation() function in art::x86::InvokeDexCallingConventionVisitorX86 1348 Location CriticalNativeCallingConventionVisitorX86::GetMethodLocation() const { in GetMethodLocation() function in art::x86::CriticalNativeCallingConventionVisitorX86
|
/aosp12/art/test/ti-agent/ |
H A D | breakpoint_helper.cc | 118 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetMethodLocation(method, &start, &end)); in Java_art_Breakpoint_getStartLocation()
|
/aosp12/art/openjdkjvmti/include/ |
H A D | jvmti.h | 1380 jvmtiError (JNICALL *GetMethodLocation) (jvmtiEnv* env, 2312 jvmtiError GetMethodLocation(jmethodID method, in GetMethodLocation() function 2315 return functions->GetMethodLocation(this, method, start_location_ptr, end_location_ptr); in GetMethodLocation()
|