Searched refs:SetArtMethod (Results 1 – 7 of 7) sorted by relevance
32 inline void Executable::SetArtMethod(ArtMethod* method) { in SetArtMethod() function47 SetArtMethod(new_target); in VisitTarget()
30 SetArtMethod</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>(method); in InitializeFromArtMethod()
48 void SetArtMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
819 graph->SetArtMethod(method); in TryCompile()945 graph->SetArtMethod(method); in TryCompileIntrinsic()
1941 callee_graph->SetArtMethod(resolved_method); in TryBuildAndInlineHelper()
705 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod() function
2669 as_executable->SetArtMethod</*kTransactionActive=*/ false, in DoRelocateSpaces()