Searched refs:Update (Results 1 - 4 of 4) sorted by relevance

/art/runtime/base/
H A Dbit_field_test.cc34 ASSERT_EQ(2U, TestBitFields::Update(1, 16));
H A Dbit_field.h73 static uword Update(T value, uword original) { function in class:art::BitField
/art/oatdump/
H A Doatdump.cc1376 state->stats_.Update(obj_class->GetDescriptor(&temp), object_bytes);
1448 void Update(const char* descriptor, size_t object_bytes) { function in struct:art::ImageDumper::Stats
/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
3808 nesting_state.Update(filename, clean_lines, line, error)

Completed in 377 milliseconds