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

  /art/runtime/mirror/
executable.cc 26 SetArtMethod<kTransactionActive>(method);
45 void Executable::SetArtMethod(ArtMethod* method) {
49 template void Executable::SetArtMethod<false>(ArtMethod* method);
50 template void Executable::SetArtMethod<true>(ArtMethod* method);
executable.h 44 void SetArtMethod(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_);
  /art/patchoat/
patchoat.cc 662 dest->SetArtMethod(RelocatedAddressOfPointer(src->GetArtMethod()));
  /art/compiler/optimizing/
optimizing_compiler.cc     [all...]
inliner.cc     [all...]
nodes.h 576 void SetArtMethod(ArtMethod* method) { art_method_ = method; }
    [all...]
  /art/compiler/
image_writer.cc     [all...]

Completed in 165 milliseconds