Searched refs:current_frame (Results 1 – 1 of 1) sorted by relevance
229 uintptr_t current_frame = GetJavaCallFrame(self_); in CheckMonitorRelease() local230 std::pair<uintptr_t, jobject> exact_pair = std::make_pair(current_frame, obj); in CheckMonitorRelease()254 RemoveMonitors(self_, current_frame, &monitors_, &locked_objects_); in CheckMonitorRelease()264 uintptr_t current_frame = GetJavaCallFrame(self_); in CheckNoHeldMonitors() local266 if (pair.first == current_frame) { in CheckNoHeldMonitors()273 RemoveMonitors(self_, current_frame, &monitors_, &locked_objects_); in CheckNoHeldMonitors()277 CHECK_NE(check_pair.first, current_frame); in CheckNoHeldMonitors()