Home
last modified time | relevance | path

Searched refs:SetResolvedMethod (Results 1 – 7 of 7) sorted by relevance

/art/runtime/mirror/
Ddex_cache-inl.h285 inline void DexCache::SetResolvedMethod(uint32_t method_idx, in SetResolvedMethod() function
Ddex_cache.h304 ALWAYS_INLINE void SetResolvedMethod(uint32_t method_idx,
/art/compiler/optimizing/
Dinliner.cc1347 invoke_instruction->SetResolvedMethod(method); in TryInlineAndReplace()
Dinstruction_simplifier.cc2308 invoke->SetResolvedMethod(method); in SimplifySystemArrayCopy()
Dnodes.cc3161 void HInvoke::SetResolvedMethod(ArtMethod* method) { in SetResolvedMethod() function in art::HInvoke
Dnodes.h4424 void SetResolvedMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
4463 SetResolvedMethod(resolved_method); in HInvoke()
/art/runtime/
Dclass_linker.cc8815 dex_cache->SetResolvedMethod(method_idx, resolved, image_pointer_size_); in FindResolvedMethod()