Searched refs:Update (Results 1 – 13 of 13) sorted by relevance
/art/compiler/optimizing/ |
D | common_dominator.h | 32 finder.Update(block2); in ForPair() 43 void Update(HBasicBlock* block) { in Update() function
|
D | nodes.cc | 1396 finder.Update(uses_it->GetUser()->GetBlock()); in MoveBeforeFirstUserAndOutOfLoops()
|
D | nodes.h | 2080 packed_fields_ = BitFieldType::Update(value, packed_fields_); in SetPackedField()
|
/art/runtime/base/ |
D | bit_field_test.cc | 34 ASSERT_EQ(2U, TestBitFields::Update(1, 16)); in TEST()
|
D | bit_field.h | 82 static uintptr_t Update(T value, uintptr_t original) { in Update() function
|
/art/runtime/ |
D | indirect_reference_table-inl.h | 86 inline void IndirectReferenceTable::Update(IndirectRef iref, mirror::Object* obj) { in Update() function
|
D | indirect_reference_table.h | 302 void Update(IndirectRef iref, mirror::Object* obj) SHARED_REQUIRES(Locks::mutator_lock_);
|
D | java_vm_ext.cc | 635 globals_.Update(ref, result); in UpdateGlobal() 702 weak_globals_.Update(ref, result); in UpdateWeakGlobal()
|
D | reflection.cc | 891 self->GetJniEnv()->locals.Update(obj, result); in UpdateReference()
|
/art/tools/ |
D | cpplint.py | 1617 def Update(self, filename, clean_lines, linenum, error): member in _NestingState 3841 nesting_state.Update(filename, clean_lines, line, error)
|
/art/oatdump/ |
D | oatdump.cc | 1791 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/ |
D | quick_entrypoints_arm.S | 480 mov sp, r7 @ Update stack pointer
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 365 sll $sp, $t0, 4 # Update stack pointer
|