Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_utils.h47 return calling_convention_visitor.GetMethodLocation(); in MoveArguments()
Dcode_generator.cc508 locations->SetInAt(call->GetSpecialInputIndex(), visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
511 locations->AddTemp(visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
515 locations->AddTemp(visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
519 locations->AddTemp(visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
Dcode_generator_x86_64.h117 Location GetMethodLocation() const override;
Dcode_generator_x86.h88 Location GetMethodLocation() const override;
Dcode_generator.h152 virtual Location GetMethodLocation() const = 0;
Dcode_generator_arm64.h223 Location GetMethodLocation() const override;
Dcode_generator_arm_vixl.h181 Location GetMethodLocation() const override;
Dintrinsics_arm_vixl.cc85 return calling_convention_visitor.GetMethodLocation(); in MoveArguments()
/art/test/910-methods/
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()
/art/openjdkjvmti/
Dti_method.h67 static jvmtiError GetMethodLocation(jvmtiEnv* env,
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()
1628 JvmtiFunctions::GetMethodLocation,
Dti_method.cc398 jvmtiError MethodUtil::GetMethodLocation(jvmtiEnv* env ATTRIBUTE_UNUSED, in GetMethodLocation() function in openjdkjvmti::MethodUtil
/art/test/ti-agent/
Dbreakpoint_helper.cc118 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetMethodLocation(method, &start, &end)); in Java_art_Breakpoint_getStartLocation()
/art/openjdkjvmti/include/
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()