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()
46 void SetArtMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
807 graph->SetArtMethod(method); in TryCompile()934 graph->SetArtMethod(method); in TryCompileIntrinsic()
2050 callee_graph->SetArtMethod(resolved_method); in TryBuildAndInlineHelper()
681 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod() function
2967 as_executable->SetArtMethod</*kTransactionActive=*/ false, in DoRelocateSpaces()