Home
last modified time | relevance | path

Searched refs:Update (Results 1 – 13 of 13) sorted by relevance

/art/compiler/optimizing/
Dcommon_dominator.h32 finder.Update(block2); in ForPair()
43 void Update(HBasicBlock* block) { in Update() function
Dnodes.cc1396 finder.Update(uses_it->GetUser()->GetBlock()); in MoveBeforeFirstUserAndOutOfLoops()
Dnodes.h2080 packed_fields_ = BitFieldType::Update(value, packed_fields_); in SetPackedField()
/art/runtime/base/
Dbit_field_test.cc34 ASSERT_EQ(2U, TestBitFields::Update(1, 16)); in TEST()
Dbit_field.h82 static uintptr_t Update(T value, uintptr_t original) { in Update() function
/art/runtime/
Dindirect_reference_table-inl.h86 inline void IndirectReferenceTable::Update(IndirectRef iref, mirror::Object* obj) { in Update() function
Dindirect_reference_table.h302 void Update(IndirectRef iref, mirror::Object* obj) SHARED_REQUIRES(Locks::mutator_lock_);
Djava_vm_ext.cc635 globals_.Update(ref, result); in UpdateGlobal()
702 weak_globals_.Update(ref, result); in UpdateWeakGlobal()
Dreflection.cc891 self->GetJniEnv()->locals.Update(obj, result); in UpdateReference()
/art/tools/
Dcpplint.py1617 def Update(self, filename, clean_lines, linenum, error): member in _NestingState
3841 nesting_state.Update(filename, clean_lines, line, error)
/art/oatdump/
Doatdump.cc1791 state->stats_.Update(obj_class->GetDescriptor(&temp), object_bytes); in Callback()
1946 void Update(const char* descriptor, size_t object_bytes_in) { in Update() function
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S480 mov sp, r7 @ Update stack pointer
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S365 sll $sp, $t0, 4 # Update stack pointer