Searched refs:top (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dstack.h308 // Copy this top fragment into given fragment.
310 // Clear this fragment, which has become the top.
312 // Link our top fragment onto the given fragment.
318 // Copy this given fragment back to the top.
330 void SetTopQuickFrame(mirror::ArtMethod** top) { argument
332 top_quick_frame_ = top;
372 void SetTopShadowFrame(ShadowFrame* top) { argument
374 top_shadow_frame_ = top;
426 // Callee saves are held at the top of the frame
H A Dthread.h335 void SetTopOfShadowStack(ShadowFrame* top) { argument
336 managed_stack_.SetTopShadowFrame(top);
695 // The top of the managed stack often manipulated directly by compiler generated code.
805 // TODO: move this near the top, since changing its offset requires all oats to be recompiled!

Completed in 62 milliseconds