Home
last modified time | relevance | path

Searched refs:TestVisitor (Results 1 – 3 of 3) sorted by relevance

/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc30 class TestVisitor : public StackVisitor { class
32 TestVisitor(Thread* thread, Context* context) REQUIRES_SHARED(Locks::mutator_lock_) in TestVisitor() function in art::__anon2b17a0740111::TestVisitor
83 TestVisitor visitor(soa.Self(), context.get()); in Java_Main_doStaticNativeCallLiveVreg()
/art/test/457-regs/
Dregs_jni.cc29 class TestVisitor : public StackVisitor { class
31 TestVisitor(Thread* thread, Context* context) in TestVisitor() function in art::__anon9f9895d60111::TestVisitor
133 TestVisitor visitor(soa.Self(), context.get()); in Java_PhiLiveness_regsNativeCall()
146 TestVisitor visitor(soa.Self(), context.get()); in Java_PhiLiveness_regsNativeCallWithParameters()
/art/test/454-get-vreg/
Dget_vreg_jni.cc29 class TestVisitor : public StackVisitor { class
31 TestVisitor(Thread* thread, Context* context, mirror::Object* this_value) in TestVisitor() function in art::__anon48e11e050111::TestVisitor
126 TestVisitor visitor(soa.Self(), context.get(), soa.Decode<mirror::Object>(value).Ptr()); in Java_Main_doNativeCall()