Home
last modified time | relevance | path

Searched refs:SetReference (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dhandle_scope.h92 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
Dhandle_scope-inl.h33 SetReference(i, fill_value); in StackHandleScope()
Dhandle_scope_test.cc45 test_table.SetReference(0, reinterpret_cast<mirror::Object*>(0x1234)); in TEST()
Dclass_linker.cc5164 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()
Dthread.cc1327 cur->SetReference(j, object); in HandleScopeVisitRoots()