Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dexecutable-inl.h32 inline void Executable::SetArtMethod(ArtMethod* method) { in SetArtMethod() function
47 SetArtMethod(new_target); in VisitTarget()
Dexecutable.cc28 SetArtMethod<kTransactionActive>(method); in CreateFromArtMethod()
Dexecutable.h51 void SetArtMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
/art/compiler/optimizing/
Doptimizing_compiler.cc813 graph->SetArtMethod(method); in TryCompile()
940 graph->SetArtMethod(method); in TryCompileIntrinsic()
Dinliner.cc2049 callee_graph->SetArtMethod(resolved_method); in TryBuildAndInlineHelper()