Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dexecutable.cc26 SetArtMethod<kTransactionActive>(method); in CreateFromArtMethod()
45 void Executable::SetArtMethod(ArtMethod* method) { in SetArtMethod() function in art::mirror::Executable
49 template void Executable::SetArtMethod<false>(ArtMethod* method);
50 template void Executable::SetArtMethod<true>(ArtMethod* method);
Dexecutable.h43 void SetArtMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
/art/patchoat/
Dpatchoat.cc679 dest->SetArtMethod(RelocatedAddressOfPointer(src->GetArtMethod())); in VisitObject()
/art/compiler/optimizing/
Doptimizing_compiler.cc957 graph->SetArtMethod(method); in TryCompile()
Dinliner.cc1652 callee_graph->SetArtMethod(resolved_method); in TryBuildAndInlineHelper()
Dnodes.h584 void SetArtMethod(ArtMethod* method) { art_method_ = method; } in SetArtMethod() function
/art/compiler/
Dimage_writer.cc2382 dest->SetArtMethod(GetImageMethodAddress(src_method)); in FixupObject()