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/
Dnodes.cc3471 void HInvoke::SetResolvedMethod(ArtMethod* method, bool enable_intrinsic_opt) { in SetResolvedMethod() function in art::HInvoke
Dinstruction_simplifier.cc2633 invoke->SetResolvedMethod(method, !codegen_->GetGraph()->IsDebuggable()); in SimplifySystemArrayCopy()
Dnodes.h4803 void SetResolvedMethod(ArtMethod* method, bool enable_intrinsic_opt);
4849 SetResolvedMethod(resolved_method, enable_intrinsic_opt);
/art/runtime/
Dclass_linker.cc10067 dex_cache->SetResolvedMethod(method_idx, resolved); in FindResolvedMethod()