Searched refs:dvmPopLocalFrame (Results 1 – 3 of 3) sorted by relevance
190 bool dvmPopLocalFrame(Thread* thread);
275 bool dvmPopLocalFrame(Thread* self) in dvmPopLocalFrame() function
1464 if (!dvmPopLocalFrame(ts.self())) { in PopLocalFrame()