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

/art/runtime/base/
H A Dbit_field.h73 static uintptr_t Update(T value, uintptr_t original) { function in class:art::BitField
/art/runtime/
H A Dindirect_reference_table-inl.h86 inline void IndirectReferenceTable::Update(IndirectRef iref, mirror::Object* obj) { function in class:art::IndirectReferenceTable
88 LOG(WARNING) << "IndirectReferenceTable Update failed to find reference " << iref;
/art/compiler/optimizing/
H A Dnodes.cc390 void HLoopInformation::Update() { function in class:art::HLoopInformation
1118 // Update links to the successors of `other`.
1125 // Update the dominator tree.
1157 // Update links to the successors of `other`.
1164 // Update the dominator tree.
1259 // Update all predecessors of the exit block (now the `to` block)
1293 // Update the meta information surrounding blocks:
1352 // Update the next instruction id of the outer graph, so that instructions
/art/tools/
H A Dcpplint.py1535 """Update preprocessor stack.
1591 def Update(self, filename, clean_lines, linenum, error): member in class:_NestingState
1592 """Update nesting state with current line.
1602 # Update pp_stack first
1685 # Update access control if we are inside a class/struct
3815 nesting_state.Update(filename, clean_lines, line, error)
/art/oatdump/
H A Doatdump.cc1795 state->stats_.Update(obj_class->GetDescriptor(&temp), object_bytes);
1951 void Update(const char* descriptor, size_t object_bytes_in) { function in struct:art::ImageDumper::Stats

Completed in 190 milliseconds