Searched refs:current_frame (Results 1 – 2 of 2) sorted by relevance
31 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; in NumJniShadowFrameReferences() local32 current_frame != nullptr; in NumJniShadowFrameReferences()33 current_frame = current_frame->GetLink()) { in NumJniShadowFrameReferences()34 if (current_frame->GetMethod()->IsNative()) { in NumJniShadowFrameReferences()36 count += current_frame->NumberOfVRegs(); in NumJniShadowFrameReferences()46 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; in ShadowFramesContain() local47 current_frame != nullptr; in ShadowFramesContain()48 current_frame = current_frame->GetLink()) { in ShadowFramesContain()49 if (current_frame->Contains(shadow_frame_entry)) { in ShadowFramesContain()
233 uintptr_t current_frame = GetJavaCallFrame(self_); in CheckMonitorRelease() local234 std::pair<uintptr_t, jobject> exact_pair = std::make_pair(current_frame, obj); in CheckMonitorRelease()258 RemoveMonitors(self_, current_frame, &monitors_, &locked_objects_); in CheckMonitorRelease()268 uintptr_t current_frame = GetJavaCallFrame(self_); in CheckNoHeldMonitors() local270 if (pair.first == current_frame) { in CheckNoHeldMonitors()277 RemoveMonitors(self_, current_frame, &monitors_, &locked_objects_); in CheckNoHeldMonitors()281 CHECK_NE(check_pair.first, current_frame); in CheckNoHeldMonitors()