Searched refs:top (Results 1 – 25 of 68) sorted by relevance
123
/art/runtime/ |
D | managed_stack.h | 92 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/ |
D | var_cache.sh | 105 …_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/ |
D | WeirdLoop.smali | 29 :top 35 if-eqz v2, :top
|
/art/test/541-regression-inlined-deopt/ |
D | info.txt | 1 Regression test for deopt from optimized code which would use the top-level
|
/art/test/006-args/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/017-float/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/007-count10/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/036-finalizer/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/018-stack-overflow/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/022-interface/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/043-privates/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/038-inner-null/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/039-join-main/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/019-wrong-array-type/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/050-sync-test/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/037-inherit/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/010-instance/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/009-instanceof/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/029-assert/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/053-wait-some/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/041-narrowing/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/027-arithmetic/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/035-enum/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/021-string2/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
/art/test/044-proxy/ |
D | info.txt | 3 and as such cannot be build on top of junit, since failure of such basic
|
123