Searched defs:TestVisitor (Results 1 - 6 of 6) sorted by relevance

/art/test/461-get-reference-vreg/
H A Dget_reference_vreg_jni.cc28 class TestVisitor : public StackVisitor { class in namespace:art::__anon137
30 TestVisitor(Thread* thread, Context* context, mirror::Object* this_value)
73 TestVisitor visitor(soa.Self(), context.get(), soa.Decode<mirror::Object*>(value));
81 TestVisitor visitor(soa.Self(), context.get(), nullptr);
/art/test/466-get-live-vreg/
H A Dget_live_vreg_jni.cc29 class TestVisitor : public StackVisitor { class in namespace:art::__anon138
31 TestVisitor(Thread* thread, Context* context) SHARED_REQUIRES(Locks::mutator_lock_)
69 TestVisitor visitor(soa.Self(), context.get());
/art/test/543-env-long-ref/
H A Denv_long_ref.cc28 class TestVisitor : public StackVisitor { class in namespace:art::__anon140
30 TestVisitor(const ScopedObjectAccess& soa, Context* context, jobject expected_value)
61 TestVisitor visitor(soa, context.get(), value);
/art/test/454-get-vreg/
H A Dget_vreg_jni.cc29 class TestVisitor : public StackVisitor { class in namespace:art::__anon135
31 TestVisitor(Thread* thread, Context* context, mirror::Object* this_value)
126 TestVisitor visitor(soa.Self(), context.get(), soa.Decode<mirror::Object*>(value));
/art/test/457-regs/
H A Dregs_jni.cc29 class TestVisitor : public StackVisitor { class in namespace:art::__anon136
31 TestVisitor(Thread* thread, Context* context)
133 TestVisitor visitor(soa.Self(), context.get());
146 TestVisitor visitor(soa.Self(), context.get());
/art/runtime/
H A Ddex_instruction_visitor_test.cc25 class TestVisitor : public DexInstructionVisitor<TestVisitor> {}; class in namespace:art
28 std::unique_ptr<TestVisitor> visitor(new TestVisitor);

Completed in 158 milliseconds