Searched refs:SetArtMethod (Results 1 - 7 of 7) sorted by last modified time

/art/patchoat/
H A Dpatchoat.cc734 dest->SetArtMethod(RelocatedAddressOfPointer(src->GetArtMethod()));
/art/runtime/mirror/
H A Dabstract_method.cc30 SetArtMethod<kTransactionActive>(method);
47 void AbstractMethod::SetArtMethod(ArtMethod* method) { function in class:art::mirror::AbstractMethod
51 template void AbstractMethod::SetArtMethod<false>(ArtMethod* method);
52 template void AbstractMethod::SetArtMethod<true>(ArtMethod* method);
H A Dabstract_method.h44 void SetArtMethod(ArtMethod* method) SHARED_REQUIRES(Locks::mutator_lock_);
/art/compiler/
H A Dimage_writer.cc2070 dest->SetArtMethod(
/art/compiler/optimizing/
H A Dinliner.cc1089 callee_graph->SetArtMethod(resolved_method);
H A Dnodes.h512 void SetArtMethod(ArtMethod* method) { art_method_ = method; } function in class:art::HGraph
H A Doptimizing_compiler.cc696 graph->SetArtMethod(method);

Completed in 181 milliseconds