Searched refs:SetArtMethod (Results 1 – 7 of 7) sorted by relevance
30 inline void Executable::SetArtMethod(ArtMethod* method) { in SetArtMethod() function
28 SetArtMethod<kTransactionActive>(method); in CreateFromArtMethod()
47 void SetArtMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
855 graph->SetArtMethod(method); in TryCompile()977 graph->SetArtMethod(method); in TryCompileIntrinsic()
1819 callee_graph->SetArtMethod(resolved_method); in TryBuildAndInlineHelper()
613 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod() function
1711 as_executable->SetArtMethod</*kTransactionActive=*/ false, in DoRelocateSpaces()