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

  /art/runtime/mirror/
abstract_method.cc 30 SetArtMethod<kTransactionActive>(method);
47 void AbstractMethod::SetArtMethod(ArtMethod* method) {
51 template void AbstractMethod::SetArtMethod<false>(ArtMethod* method);
52 template void AbstractMethod::SetArtMethod<true>(ArtMethod* method);
  /art/compiler/optimizing/
nodes.h 512 void SetArtMethod(ArtMethod* method) { art_method_ = method; }
    [all...]

Completed in 2920 milliseconds