Home
last modified time | relevance | path

Searched refs:SetIFieldsPtrUnchecked (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h725 inline void Class::SetIFieldsPtrUnchecked(LengthPrefixedArray<ArtField>* new_ifields) { in SetIFieldsPtrUnchecked() function
Dclass.h1004 void SetIFieldsPtrUnchecked(LengthPrefixedArray<ArtField>* new_sfields)
/art/runtime/
Dclass_linker.cc6186 klass->SetIFieldsPtrUnchecked(nullptr); in LinkClass()