Searched refs:SetBreakpoint (Results 1 – 8 of 8) sorted by relevance
/art/test/996-breakpoint-obsolete/ |
D | obsolete_breakpoints.cc | 73 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetBreakpoint(method, loc)); in Java_art_Test996_setBreakpointOnObsoleteMethod()
|
/art/openjdkjvmti/ |
D | ti_breakpoint.h | 81 static jvmtiError SetBreakpoint(jvmtiEnv* env, jmethodID method, jlocation location);
|
D | ti_breakpoint.cc | 151 jvmtiError BreakpointUtil::SetBreakpoint(jvmtiEnv* jenv, jmethodID method, jlocation location) { in SetBreakpoint() function in openjdkjvmti::BreakpointUtil
|
D | OpenjdkJvmTi.cc | 632 static jvmtiError SetBreakpoint(jvmtiEnv* env, jmethodID method, jlocation location) { in SetBreakpoint() function in openjdkjvmti::JvmtiFunctions 635 return BreakpointUtil::SetBreakpoint(env, method, location); in SetBreakpoint() 1549 JvmtiFunctions::SetBreakpoint,
|
/art/test/ti-agent/ |
D | breakpoint_helper.cc | 141 JvmtiErrorToException(env, jvmti_env, jvmti_env->SetBreakpoint(method, location)); in Java_art_Breakpoint_setBreakpoint()
|
D | suspend_event_helper.cc | 498 env, jvmti_env, jvmti_env->SetBreakpoint(data->frame_pop_setup_method, 0))) { in Java_art_SuspendEvents_setupSuspendPopFrameEvent() 552 env, jvmti_env, jvmti_env->SetBreakpoint(data->target_method, data->target_loc)); in Java_art_SuspendEvents_setupSuspendBreakpointFor()
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | breakpoint_logger.cc | 62 err = jvmti->SetBreakpoint(m, target.location); in VMInitCB()
|
/art/openjdkjvmti/include/ |
D | jvmti.h | 1207 jvmtiError (JNICALL *SetBreakpoint) (jvmtiEnv* env, 2110 jvmtiError SetBreakpoint(jmethodID method, in SetBreakpoint() function 2112 return functions->SetBreakpoint(this, method, location); in SetBreakpoint()
|