Home
last modified time | relevance | path

Searched refs:GetMethodLocation (Results 1 – 17 of 17) sorted by relevance

/aosp12/art/test/910-methods/
H A Dmethods.cc134 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 Dti_method.h67 static jvmtiError GetMethodLocation(jvmtiEnv* env,
H A DOpenjdkJvmTi.cc893 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 Dti_method.cc400 jvmtiError MethodUtil::GetMethodLocation(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMethodLocation() function in openjdkjvmti::MethodUtil
/aosp12/art/compiler/optimizing/
H A Dintrinsics_utils.h53 return calling_convention_visitor.GetMethodLocation(); in MoveArguments()
H A Dcode_generator_x86_64.h91 Location GetMethodLocation() const override;
142 Location GetMethodLocation() const override;
H A Dcode_generator_x86.h88 Location GetMethodLocation() const override;
105 Location GetMethodLocation() const override;
H A Dcode_generator_arm_vixl.h182 Location GetMethodLocation() const override;
200 Location GetMethodLocation() const override;
H A Dcode_generator_arm64.h224 Location GetMethodLocation() const override;
241 Location GetMethodLocation() const override;
H A Dcode_generator.cc517 locations->SetInAt(call->GetCurrentMethodIndex(), visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
519 locations->AddTemp(visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
525 locations->AddTemp(visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
H A Dcode_generator.h153 virtual Location GetMethodLocation() const = 0;
H A Dcode_generator_arm64.cc846 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 Dcode_generator_x86_64.cc2566 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 Dcode_generator_arm_vixl.cc2469 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 Dcode_generator_x86.cc1261 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 Dbreakpoint_helper.cc118 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetMethodLocation(method, &start, &end)); in Java_art_Breakpoint_getStartLocation()
/aosp12/art/openjdkjvmti/include/
H A Djvmti.h1380 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()