Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 63) sorted by relevance

123

/art/runtime/
Dmanaged_stack.h86 void SetTopQuickFrame(ArtMethod** top) { in SetTopQuickFrame() argument
88 DCHECK_ALIGNED(top, 4u); in SetTopQuickFrame()
89 tagged_top_quick_frame_ = TaggedTopQuickFrame::CreateNotTagged(top); in SetTopQuickFrame()
92 void SetTopQuickFrameTagged(ArtMethod** top) { in SetTopQuickFrameTagged() argument
94 DCHECK_ALIGNED(top, 4u); in SetTopQuickFrameTagged()
95 tagged_top_quick_frame_ = TaggedTopQuickFrame::CreateTagged(top); in SetTopQuickFrameTagged()
113 void SetTopShadowFrame(ShadowFrame* top) { in SetTopShadowFrame() argument
115 top_shadow_frame_ = top; in SetTopShadowFrame()
/art/test/541-regression-inlined-deopt/
Dinfo.txt1 Regression test for deopt from optimized code which would use the top-level
/art/test/054-uncaught/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/040-miranda/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/041-narrowing/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/015-switch/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/016-intern/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/033-class-init-deadlock/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/027-arithmetic/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/026-access/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/020-string/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/051-thread/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/031-class-attributes/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/029-assert/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/050-sync-test/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/049-show-object/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/045-reflect-array/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/044-proxy/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/023-many-interfaces/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/012-math/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/043-privates/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/047-returns/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/010-instance/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/006-args/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/036-finalizer/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic

123