Searched refs:current_frame (Results 1 – 1 of 1) sorted by relevance
232 uintptr_t current_frame = GetJavaCallFrame(self_); in CheckMonitorRelease() local233 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() local269 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()