Home
last modified time | relevance | path

Searched defs:GetArtMethod (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/art/runtime/mirror/
H A Dexecutable.h39 ArtMethod* GetArtMethod() REQUIRES_SHARED(Locks::mutator_lock_) { in GetArtMethod() function
/aosp_15_r20/art/runtime/
H A Dgc_root.h169 ArtMethod* GetArtMethod() const { in GetArtMethod() function
H A Dhidden_api_test.cc163 ArtMethod* GetArtMethod(const char* class_name, const char* name, const char* signature) { in GetArtMethod() function in art::HiddenApiTest
/aosp_15_r20/art/runtime/oat/
H A Dstack_map.h198 ArtMethod* GetArtMethod() const { in GetArtMethod() function
/aosp_15_r20/art/runtime/jit/
H A Djit.cc691 ArtMethod* GetArtMethod() const { in GetArtMethod() function in art::jit::JitCompileTask
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h533 ArtMethod* GetArtMethod() const { return art_method_; } in GetArtMethod() function