Searched refs:SetReference (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | handle_scope.h | 92 void SetReference(size_t i, mirror::Object* object) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) in SetReference() function 171 SetReference(pos_, object); in NewHandle() 180 SetReference(pos_, *object); in NewHandleWrapper() 186 ALWAYS_INLINE void SetReference(size_t i, mirror::Object* object) in SetReference() function
|
D | handle_scope-inl.h | 33 SetReference(i, fill_value); in StackHandleScope()
|
D | handle_scope_test.cc | 45 test_table.SetReference(0, reinterpret_cast<mirror::Object*>(0x1234)); in TEST()
|
D | class_linker.cc | 5164 out_imt->SetReference(i, super_class->GetEmbeddedImTableEntry(i)); in LinkInterfaceMethods() 5189 out_imt->SetReference(imt_index, method); in LinkInterfaceMethods() 5191 out_imt->SetReference(imt_index, conflict_method); in LinkInterfaceMethods() 5264 out_imt->SetReference(imt_index, vtable_method); in LinkInterfaceMethods() 5272 out_imt->SetReference(imt_index, vtable_method); in LinkInterfaceMethods() 5274 out_imt->SetReference(imt_index, conflict_method); in LinkInterfaceMethods()
|
D | thread.cc | 1327 cur->SetReference(j, object); in HandleScopeVisitRoots()
|