Searched refs:current_frame (Results 1 – 2 of 2) sorted by relevance
202 uintptr_t current_frame = GetJavaCallFrame(self); in CheckMonitorRelease() local203 std::pair<uintptr_t, jobject> exact_pair = std::make_pair(current_frame, obj); in CheckMonitorRelease()227 RemoveMonitors(self, current_frame, &monitors, &locked_objects_); in CheckMonitorRelease()232 uintptr_t current_frame = GetJavaCallFrame(self); in CheckNoHeldMonitors() local239 if (pair.first == current_frame) { in CheckNoHeldMonitors()246 RemoveMonitors(self, current_frame, &monitors, &locked_objects_); in CheckNoHeldMonitors()250 CHECK_NE(check_pair.first, current_frame); in CheckNoHeldMonitors()
70 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr; in NumJniShadowFrameReferences() local71 current_frame = current_frame->GetLink()) { in NumJniShadowFrameReferences()72 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()74 count += current_frame->NumberOfVRegs(); in NumJniShadowFrameReferences()84 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr; in ShadowFramesContain() local85 current_frame = current_frame->GetLink()) { in ShadowFramesContain()86 if (current_frame->Contains(shadow_frame_entry)) { in ShadowFramesContain()