Home
last modified time | relevance | path

Searched refs:current_frame (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Djni_env_ext.cc202 uintptr_t current_frame = GetJavaCallFrame(self); in CheckMonitorRelease() local
203 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() local
239 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()
Dstack.cc70 for (ShadowFrame* current_frame = current_fragment->top_shadow_frame_; current_frame != nullptr; in NumJniShadowFrameReferences() local
71 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() local
85 current_frame = current_frame->GetLink()) { in ShadowFramesContain()
86 if (current_frame->Contains(shadow_frame_entry)) { in ShadowFramesContain()