Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache-inl.h256 inline void DexCache::SetResolvedMethod(uint32_t method_idx, ArtMethod* method) { in SetResolvedMethod() function
Ddex_cache.h335 ALWAYS_INLINE void SetResolvedMethod(uint32_t method_idx, ArtMethod* resolved)
/art/compiler/optimizing/
Dinstruction_simplifier.cc2468 invoke->SetResolvedMethod(method, !codegen_->GetGraph()->IsDebuggable()); in SimplifySystemArrayCopy()
Dnodes.cc3574 void HInvoke::SetResolvedMethod(ArtMethod* method, bool enable_intrinsic_opt) { in SetResolvedMethod() function in art::HInvoke
Dnodes.h4759 void SetResolvedMethod(ArtMethod* method, bool enable_intrinsic_opt);
4805 SetResolvedMethod(resolved_method, enable_intrinsic_opt);
/art/runtime/
Dclass_linker.cc9871 dex_cache->SetResolvedMethod(method_idx, resolved); in FindResolvedMethod()