Searched refs:soa_ (Results 1 – 3 of 3) sorted by relevance
/art/test/543-env-long-ref/ |
D | env_long_ref.cc | 35 soa_(soa) {} in TestVisitor() 46 soa_.Decode<mirror::Object>(expected_value_).Ptr()); in VisitFrame() 53 const ScopedObjectAccess& soa_; member in art::__anon1b07f7740111::TestVisitor
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 833 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), soa_(soa), args_(args) {} in BuildQuickArgumentVisitor() 840 ScopedObjectAccessUnchecked* const soa_; member in art::FINAL 855 val.l = soa_->AddLocalReference<jobject>(stack_ref->AsMirrorPtr()); in Visit() 885 pair.second->Assign(soa_->Decode<mirror::Object>(pair.first)); in FixupReferences() 886 soa_->Env()->DeleteLocalRef(pair.first); in FixupReferences() 950 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), soa_(soa) {} in RememberForGcArgumentVisitor() 957 ScopedObjectAccessUnchecked* const soa_; member in art::FINAL 969 soa_->AddLocalReference<jobject>(stack_ref->AsMirrorPtr()); in Visit() 977 pair.second->Assign(soa_->Decode<mirror::Object>(pair.first)); in FixupReferences() 978 soa_->Env()->DeleteLocalRef(pair.first); in FixupReferences()
|
/art/compiler/ |
D | oat_writer.cc | 1190 soa_(Thread::Current()), in WriteCodeMethodVisitor() 1382 const ScopedObjectAccess soa_; member in art::OatWriter::WriteCodeMethodVisitor
|