Home
last modified time | relevance | path

Searched defs:outer_method (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.cc189 ArtMethod* outer_method = *caller_sp; in DoGetCalleeSaveMethodOuterCallerAndPc() local
193 static inline ArtMethod* DoGetCalleeSaveMethodCaller(ArtMethod* outer_method, in DoGetCalleeSaveMethodCaller()
241 ArtMethod* outer_method = outer_caller_and_pc.first; in GetCalleeSaveMethodCaller() local
Dentrypoint_utils.h187 ArtMethod* outer_method; member
Dentrypoint_utils-inl.h47 inline ArtMethod* GetResolvedMethod(ArtMethod* outer_method, in GetResolvedMethod()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc34 static inline void BssWriteBarrier(ArtMethod* outer_method) REQUIRES_SHARED(Locks::mutator_lock_) { in BssWriteBarrier()