Searched refs:SetArtMethod (Results 1 – 7 of 7) sorted by relevance
26 SetArtMethod<kTransactionActive>(method); in CreateFromArtMethod()45 void Executable::SetArtMethod(ArtMethod* method) { in SetArtMethod() function in art::mirror::Executable49 template void Executable::SetArtMethod<false>(ArtMethod* method);50 template void Executable::SetArtMethod<true>(ArtMethod* method);
43 void SetArtMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
679 dest->SetArtMethod(RelocatedAddressOfPointer(src->GetArtMethod())); in VisitObject()
957 graph->SetArtMethod(method); in TryCompile()
1652 callee_graph->SetArtMethod(resolved_method); in TryBuildAndInlineHelper()
584 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod() function
2382 dest->SetArtMethod(GetImageMethodAddress(src_method)); in FixupObject()