Searched defs:top (Results 1 - 4 of 4) sorted by relevance

/art/compiler/dex/
H A Ddataflow_iterator-inl.h143 auto top = loop_head_stack_->Peek(); local
144 uint16_t loop_head_idx = top.first;
145 bool recalculated = top.second;
H A Dglobal_value_numbering.cc91 auto top = mir_graph_->GetTopologicalSortOrderLoopHeadStack()->Peek(); local
92 loop_head_idx = top.first;
93 bool recalculating = top.second;
/art/runtime/
H A Dstack.h424 // Copy this top fragment into given fragment.
426 // Clear this fragment, which has become the top.
428 // Link our top fragment onto the given fragment.
434 // Copy this given fragment back to the top.
446 void SetTopQuickFrame(StackReference<mirror::ArtMethod>* top) { argument
448 top_quick_frame_ = top;
488 void SetTopShadowFrame(ShadowFrame* top) { argument
490 top_shadow_frame_ = top;
543 // Callee saves are held at the top of the frame
H A Dthread.h363 void SetTopOfShadowStack(ShadowFrame* top) { argument
364 tlsPtr_.managed_stack.SetTopShadowFrame(top);
1045 // The top of the managed stack often manipulated directly by compiler generated code.

Completed in 108 milliseconds