Home
last modified time | relevance | path

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

123

/art/runtime/
Dmanaged_stack.h103 void SetTopQuickFrame(ArtMethod** top) { in SetTopQuickFrame() argument
105 DCHECK_ALIGNED(top, 4u); in SetTopQuickFrame()
106 tagged_top_quick_frame_ = TaggedTopQuickFrame::CreateNotTagged(top); in SetTopQuickFrame()
109 void SetTopQuickFrameGenericJniTagged(ArtMethod** top) { in SetTopQuickFrameGenericJniTagged() argument
111 DCHECK_ALIGNED(top, 4u); in SetTopQuickFrameGenericJniTagged()
112 tagged_top_quick_frame_ = TaggedTopQuickFrame::CreateGenericJniTagged(top); in SetTopQuickFrameGenericJniTagged()
130 void SetTopShadowFrame(ShadowFrame* top) { in SetTopShadowFrame() argument
132 top_shadow_frame_ = top; in SetTopShadowFrame()
/art/tools/build/
Dvar_cache.sh105 …_var_cache_show_command "$top"/build/soong/soong_ui.bash --dumpvars-mode -vars=\"${interesting_var…
109 var_values="$(cd "$top" && "$top"/build/soong/soong_ui.bash --dumpvars-mode -vars="$flat_vars")"
/art/test/570-checker-osr-locals/smali/
DWeirdLoop.smali29 :top
35 if-eqz v2, :top
/art/test/541-regression-inlined-deopt/
Dinfo.txt1 Regression test for deopt from optimized code which would use the top-level
/art/test/010-instance/
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/046-reflect/
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/011-array-copy/
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/029-assert/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/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/021-string2/
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/007-count10/
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
/art/test/044-proxy/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/013-math2/
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/053-wait-some/
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/017-float/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/034-call-null/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/008-exceptions/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic

123