Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_utils.h47 return calling_convention_visitor.GetMethodLocation(); in MoveArguments()
Dcode_generator.cc514 locations->SetInAt(call->GetSpecialInputIndex(), visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
517 locations->AddTemp(visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
521 locations->AddTemp(visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
525 locations->AddTemp(visitor->GetMethodLocation()); in CreateCommonInvokeLocationSummary()
Dcode_generator_x86_64.h117 Location GetMethodLocation() const override;
Dcode_generator_mips64.h84 Location GetMethodLocation() const override;
Dcode_generator_mips.h86 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.h183 Location GetMethodLocation() const override;
Dintrinsics_arm_vixl.cc85 return calling_convention_visitor.GetMethodLocation(); in MoveArguments()
Dcode_generator_arm64.cc868 Location InvokeDexCallingConventionVisitorARM64::GetMethodLocation() const { in GetMethodLocation() function in art::arm64::InvokeDexCallingConventionVisitorARM64
Dcode_generator_mips64.cc80 Location InvokeDexCallingConventionVisitorMIPS64::GetMethodLocation() const { in GetMethodLocation() function in art::mips64::InvokeDexCallingConventionVisitorMIPS64
Dcode_generator_x86_64.cc2369 Location InvokeDexCallingConventionVisitorX86_64::GetMethodLocation() const { in GetMethodLocation() function in art::x86_64::InvokeDexCallingConventionVisitorX86_64
Dcode_generator_x86.cc1172 Location InvokeDexCallingConventionVisitorX86::GetMethodLocation() const { in GetMethodLocation() function in art::x86::InvokeDexCallingConventionVisitorX86
Dcode_generator_arm_vixl.cc2311 Location InvokeDexCallingConventionVisitorARMVIXL::GetMethodLocation() const { in GetMethodLocation() function in art::arm::InvokeDexCallingConventionVisitorARMVIXL
Dcode_generator_mips.cc84 Location InvokeDexCallingConventionVisitorMIPS::GetMethodLocation() const { in GetMethodLocation() function in art::mips::InvokeDexCallingConventionVisitorMIPS
/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.cc923 static jvmtiError GetMethodLocation(jvmtiEnv* env, in GetMethodLocation() function in openjdkjvmti::JvmtiFunctions
928 return MethodUtil::GetMethodLocation(env, method, start_location_ptr, end_location_ptr); in GetMethodLocation()
1650 JvmtiFunctions::GetMethodLocation,
Dti_method.cc380 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()