Searched refs:TestVisitor (Results 1 – 5 of 5) sorted by relevance
/aosp12/art/test/466-get-live-vreg/ |
H A D | get_live_vreg_jni.cc | 30 class TestVisitor : public StackVisitor { class 32 TestVisitor(Thread* thread, Context* context) REQUIRES_SHARED(Locks::mutator_lock_) in TestVisitor() function in art::__anon61f2bce00110::TestVisitor 83 TestVisitor visitor(soa.Self(), context.get()); in Java_Main_doStaticNativeCallLiveVreg()
|
/aosp12/art/test/457-regs/ |
H A D | regs_jni.cc | 29 class TestVisitor : public StackVisitor { class 31 TestVisitor(Thread* thread, Context* context) in TestVisitor() function in art::__anoncfac4f420110::TestVisitor 133 TestVisitor visitor(soa.Self(), context.get()); in Java_PhiLiveness_regsNativeCall() 146 TestVisitor visitor(soa.Self(), context.get()); in Java_PhiLiveness_regsNativeCallWithParameters()
|
/aosp12/art/test/454-get-vreg/ |
H A D | get_vreg_jni.cc | 29 class TestVisitor : public StackVisitor { class 31 TestVisitor(Thread* thread, Context* context, mirror::Object* this_value) in TestVisitor() function in art::__anonee1d83710110::TestVisitor 126 TestVisitor visitor(soa.Self(), context.get(), soa.Decode<mirror::Object>(value).Ptr()); in Java_Main_doNativeCall()
|
/aosp12/frameworks/base/tools/aapt2/xml/ |
H A D | XmlDom_test.cpp | 142 class TestVisitor : public PackageAwareVisitor { class
|
/aosp12/frameworks/base/cmds/idmap2/tests/ |
H A D | IdmapTests.cpp | 591 class TestVisitor : public Visitor { class 593 explicit TestVisitor(std::ostream& stream) : stream_(stream) { in TestVisitor() function in android::idmap2::TestVisitor 616 TEST(IdmapTests, TestVisitor) { in TEST() argument 624 TestVisitor visitor(test_stream); in TEST()
|