Home
last modified time | relevance | path

Searched refs:Read (Results 26 – 50 of 64) sorted by relevance

123

/art/runtime/mirror/
Ddex_cache_test.cc173 ASSERT_EQ(method1_type.Get(), pair.object.Read()); in TEST_F()
175 ASSERT_EQ(method2_type.Get(), pair.object.Read()); in TEST_F()
Ddex_cache.cc235 CHECK(GetPreResolvedStrings()[i].Read() == nullptr); in AddPreResolvedStringsArray()
/art/runtime/
Dindirect_reference_table.cc404 << table_[collapse_top_index - 1].GetReference()->Read<kWithoutReadBarrier>(); in Remove()
467 ObjPtr<mirror::Object> obj = table_[i].GetReference()->Read<kWithoutReadBarrier>(); in Dump()
469 obj = table_[i].GetReference()->Read(); in Dump()
Dtransaction.cc587 intern_table->RemoveStrongFromTransaction(str_.Read()); in Undo()
590 intern_table->RemoveWeakFromTransaction(str_.Read()); in Undo()
601 intern_table->InsertStrongFromTransaction(str_.Read()); in Undo()
604 intern_table->InsertWeakFromTransaction(str_.Read()); in Undo()
623 dex_cache_.Read()->ClearString(string_idx_); in Undo()
Druntime.cc838 Handle<mirror::Class> klass = hs.NewHandle<mirror::Class>(exception->Read()->GetClass()); in RunRootClinits()
1149 CHECK(sentinel_.Read() == nullptr); in SetSentinel()
1182 detailMessageField->SetObject</* kTransactionActive= */ false>(exception->Read(), message); in CreatePreAllocatedException()
1653 DCHECK(pre_allocated_OutOfMemoryError_when_throwing_exception_.Read()->GetClass() in Init()
1657 DCHECK(pre_allocated_OutOfMemoryError_when_throwing_oome_.Read()->GetClass() in Init()
1661 DCHECK(pre_allocated_OutOfMemoryError_when_handling_stack_overflow_.Read()->GetClass() in Init()
1665 DCHECK(pre_allocated_NoClassDefFoundError_.Read()->GetClass() in Init()
2136 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_exception_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingException()
2144 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_throwing_oome_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenThrowingOOME()
2152 mirror::Throwable* oome = pre_allocated_OutOfMemoryError_when_handling_stack_overflow_.Read(); in GetPreAllocatedOutOfMemoryErrorWhenHandlingStackOverflow()
[all …]
Dart_method-inl.h53 return declaring_class_.Read<kReadBarrierOption>(&gc_root_source); in GetDeclaringClassUnchecked()
368 ObjPtr<mirror::Class> klass = declaring_class_.Read<kReadBarrierOption>(); in VisitRoots()
Dclass_linker-inl.h46 ObjPtr<mirror::Class> array_class = find_array_class_cache_[i].Read(); in FindArrayClass()
467 class_roots_.Read<kReadBarrierOption>(); in GetClassRoots()
Dclass_table.h85 ObjPtr<mirror::Class> Read() const REQUIRES_SHARED(Locks::mutator_lock_);
Dgc_root.h190 ALWAYS_INLINE MirrorType* Read(GcRootSource* gc_root_source = nullptr) const
Dclass_linker.cc1355 DCHECK(runtime->GetSentinel().Read()->GetClass() == GetClassRoot<mirror::Object>(this)); in InitFromBootImage()
1434 if (it != image_interns_.end() && it->Read() == referred_str) { in TestObject()
1548 ObjPtr<mirror::String> referred_string = source.object.Read(); in VisitInternedStringReferences()
1574 preresolved_strings[string_index].Read(); in VisitInternedStringReferences()
1629 CHECK(it->Read() == str); in VerifyInternedStringReferences()
1697 ObjPtr<mirror::Class> klass = types[j].load(std::memory_order_relaxed).object.Read(); in Update()
1703 DCHECK_EQ(it->Read(), klass); in Update()
1709 DCHECK_EQ(it2->Read(), super_class); in Update()
1782 ObjPtr<mirror::String> string = it->Read(); in HandleAppImageStrings()
1800 ObjPtr<mirror::String> existing = root.Read(); in HandleAppImageStrings()
[all …]
Dart_field-inl.h57 ObjPtr<mirror::Class> result = declaring_class_.Read<kReadBarrierOption>(&gc_root_source); in GetDeclaringClass()
/art/libartbase/base/unix_file/
Dfd_file.h69 int64_t Read(char* buf, int64_t byte_count, int64_t offset) const override WARN_UNUSED;
Dfd_file_test.cc35 TEST_F(FdFileTest, Read) { in TEST_F() argument
Dfd_file.cc362 int64_t FdFile::Read(char* buf, int64_t byte_count, int64_t offset) const { in Read() function in unix_file::FdFile
/art/libelffile/elf/
Dxz_utils.cc80 callbacks.Read = XzCallbacks::ReadImpl; in XzCompress()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc76 DCHECK_EQ(object, slot->Read()); in StoreObjectInBss()
/art/runtime/gc/
Dallocation_record.h179 return klass_.Read(); in GetClass()
/art/dex2oat/linker/
Delf_writer_quick.cc308 int64_t bytes_read = elf_file_->Read(buffer.data(), kBufSize, offset); in ComputeFileBuildId()
Dimage_writer.cc181 set_entry(ImageHeader::kClearedJniWeakSentinel, runtime->GetSentinel().Read()); in AllocateBootImageLiveObjects()
1364 ObjPtr<mirror::Class> klass = pair.object.Read(); in PreloadDexCache()
1377 ObjPtr<mirror::String> string = pair.object.Read(); in PreloadDexCache()
1397 ObjPtr<mirror::Object> obj = root.Read(); in PruneNonImageClasses()
2326 ObjPtr<mirror::String> referred_string = strings[index].load().object.Read(); in CollectStringReferenceInfo()
2337 ObjPtr<mirror::String> referred_string = preresolved_strings[index].Read(); in CollectStringReferenceInfo()
2856 CopyAndFixupReference(dest_pointer->AddressWithoutBarrier(), orig_pointer->Read()); in CopyAndFixupNativeData()
3234 new_pair->object.AddressWithoutBarrier(), orig_pair->object.Read()); in FixupDexCacheArrayEntry()
3272 new_array[array_index].AddressWithoutBarrier(), orig_array[array_index].Read()); in FixupDexCacheArrayEntry()
/art/openjdkjvmti/
Dti_monitor.cc419 : art::Thread::Current()->GetJniEnv()->AddLocalReference<jobject>(out_.Read()); in GetCurrentContendedMonitor()
/art/runtime/gc/space/
Dimage_space.cc564 T* old_value = root->template Read<kWithoutReadBarrier>(); in PatchGcRoot()
1058 intern_remap->Put(new_it->Read<kWithoutReadBarrier>(), old_s.Read<kWithoutReadBarrier>()); in RemoveDuplicates()
1066 intern_remap->Put(new_it->Read<kWithoutReadBarrier>(), in RemoveDuplicates()
1067 old_it->Read<kWithoutReadBarrier>()); in RemoveDuplicates()
1467 ObjPtr<mirror::Class> klass = slot.Read<kWithoutReadBarrier>(); in RelocateInPlace()
1583 root = GcRoot<mirror::String>(forward_object(root.Read<kWithoutReadBarrier>())); in RelocateInPlace()
2910 ObjPtr<mirror::Class> klass = slot.Read<kWithoutReadBarrier>(); in DoRelocateSpaces()
/art/runtime/interpreter/mterp/
Dmterp.cc829 MTERP_FIELD_ACCESSOR(MterpIGet##Sufix, PrimType, Instance##Kind##Read) \
831 MTERP_FIELD_ACCESSOR(MterpSGet##Sufix, PrimType, Static##Kind##Read) \
/art/dex2oat/
Ddex2oat_test.cc2400 seen.insert(str.Read()->ToModifiedUtf8()); in TEST_F()
2413 ObjPtr<mirror::String> string = preresolved_strings[i].Read<kWithoutReadBarrier>(); in TEST_F()
2448 boot_image_strings.insert(root.Read()->ToModifiedUtf8()); in TEST_F()
2452 app_image_strings.insert(root.Read()->ToModifiedUtf8()); in TEST_F()
/art/runtime/jit/
Djit_code_cache.cc438 mirror::Object* object = roots[i].Read<kWithoutReadBarrier>(); in SweepRootTables()
625 mirror::Class* object = ic.classes_[in_cache].Read(); in CopyInlineCacheInto()
1646 mirror::Class* cls = cache.classes_[k].Read(); in GetProfiledMethods()
/art/libdexfile/dex/
Ddex_file_verifier.cc1439 direct_methods->Read(); in CheckIntraClassDataItemMethods()
1479 direct_methods->Read(); in CheckIntraClassDataItemMethods()
2436 read_field.Read(); in FindFirstClassDataDefiner()
2443 read_method.Read(); in FindFirstClassDataDefiner()

123