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

  /art/runtime/mirror/
executable.h 51 uint64_t art_method_; member in class:art::mirror::Executable
56 return MemberOffset(OFFSETOF_MEMBER(Executable, art_method_));
  /art/compiler/optimizing/
nodes.h 349 art_method_(nullptr),
600 ArtMethod* GetArtMethod() const { return art_method_; }
601 void SetArtMethod(ArtMethod* method) { art_method_ = method; }
743 ArtMethod* art_method_; member in class:art::HGraph
    [all...]

Completed in 67 milliseconds