Searched defs:current_frame (Results 1 - 1 of 1) sorted by relevance

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

Completed in 44 milliseconds