Searched refs:TestVisitor (Results 1 – 3 of 3) sorted by relevance
30 class TestVisitor : public StackVisitor { class32 TestVisitor(Thread* thread, Context* context) REQUIRES_SHARED(Locks::mutator_lock_) in TestVisitor() function in art::__anon2b17a0740111::TestVisitor85 TestVisitor visitor(soa.Self(), context.get()); in Java_Main_doStaticNativeCallLiveVreg()
29 class TestVisitor : public StackVisitor { class31 TestVisitor(Thread* thread, Context* context) in TestVisitor() function in art::__anon9f9895d60111::TestVisitor133 TestVisitor visitor(soa.Self(), context.get()); in Java_PhiLiveness_regsNativeCall()146 TestVisitor visitor(soa.Self(), context.get()); in Java_PhiLiveness_regsNativeCallWithParameters()
29 class TestVisitor : public StackVisitor { class31 TestVisitor(Thread* thread, Context* context, mirror::Object* this_value) in TestVisitor() function in art::__anon48e11e050111::TestVisitor126 TestVisitor visitor(soa.Self(), context.get(), soa.Decode<mirror::Object>(value).Ptr()); in Java_Main_doNativeCall()