Home
last modified time | relevance | path

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

123

/art/runtime/
Dmanaged_stack.h92 void SetTopQuickFrame(ArtMethod** top) { in SetTopQuickFrame() argument
94 DCHECK_ALIGNED(top, 4u); in SetTopQuickFrame()
95 tagged_top_quick_frame_ = TaggedTopQuickFrame::CreateNotTagged(top); in SetTopQuickFrame()
98 void SetTopQuickFrameGenericJniTagged(ArtMethod** top) { in SetTopQuickFrameGenericJniTagged() argument
100 DCHECK_ALIGNED(top, 4u); in SetTopQuickFrameGenericJniTagged()
101 tagged_top_quick_frame_ = TaggedTopQuickFrame::CreateGenericJniTagged(top); in SetTopQuickFrameGenericJniTagged()
119 void SetTopShadowFrame(ShadowFrame* top) { in SetTopShadowFrame() argument
121 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/006-args/
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/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/018-stack-overflow/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/022-interface/
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/038-inner-null/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/039-join-main/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/019-wrong-array-type/
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/037-inherit/
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/009-instanceof/
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/053-wait-some/
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/027-arithmetic/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic
/art/test/035-enum/
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/044-proxy/
Dinfo.txt3 and as such cannot be build on top of junit, since failure of such basic

123