Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_env_ext.cc232 uintptr_t current_frame = GetJavaCallFrame(self_); in CheckMonitorRelease() local
233 std::pair<uintptr_t, jobject> exact_pair = std::make_pair(current_frame, obj); in CheckMonitorRelease()
257 RemoveMonitors(self_, current_frame, &monitors_, &locked_objects_); in CheckMonitorRelease()
267 uintptr_t current_frame = GetJavaCallFrame(self_); in CheckNoHeldMonitors() local
269 if (pair.first == current_frame) { in CheckNoHeldMonitors()
276 RemoveMonitors(self_, current_frame, &monitors_, &locked_objects_); in CheckNoHeldMonitors()
280 CHECK_NE(check_pair.first, current_frame); in CheckNoHeldMonitors()