Searched refs:dvmPopLocalFrame (Results 1 – 3 of 3) sorted by relevance
196 bool dvmPopLocalFrame(Thread* thread);
275 bool dvmPopLocalFrame(Thread* self) in dvmPopLocalFrame() function
2179 if (!dvmPopLocalFrame(_self /*dvmThreadSelf()*/)) { in PopLocalFrame()