Searched refs:targetLocation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.cpp382 jlocation targetLocation; local
425 targetLocation = entry.start_location;
447 bpRes = jvmdi->SetBreakpoint(targetClass, targetMethod, targetLocation);
449 bpRes = jvmdi->ClearBreakpoint(targetClass, targetMethod, targetLocation);
454 bpRes, targetLocation, targetLineNumber);
465 saCmdBkptResBCI = targetLocation;

Completed in 65 milliseconds