Searched defs:Update (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dcommon_dominator.h32 finder.Update(block2);
41 // Update the common dominator with another block.
42 void Update(HBasicBlock* block) { function in class:art::CommonDominator
/art/runtime/
H A Dindirect_reference_table-inl.h100 inline void IndirectReferenceTable::Update(IndirectRef iref, ObjPtr<mirror::Object> obj) { function in class:art::IndirectReferenceTable
102 LOG(WARNING) << "IndirectReferenceTable Update failed to find reference " << iref;
/art/oatdump/
H A Doatdump.cc1170 // Update header for shared section.
2543 stats_.Update(obj_class->GetDescriptor(&temp), object_bytes);
2697 void Update(const char* descriptor, size_t object_bytes_in) { function in struct:art::ImageDumper::Stats

Completed in 93 milliseconds