Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc35 static void StoreObjectInBss(ArtMethod* outer_method, in StoreObjectInBss()
80 static inline void StoreTypeInBss(ArtMethod* outer_method, in StoreTypeInBss()
98 static inline void StoreStringInBss(ArtMethod* outer_method, in StoreStringInBss()
116 static ALWAYS_INLINE bool CanReferenceBss(ArtMethod* outer_method, ArtMethod* caller) in CanReferenceBss()
Dquick_trampoline_entrypoints.cc1157 ArtMethod* outer_method = *caller_sp; in DumpB74410240DebugData() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc195 ArtMethod* outer_method = *caller_sp; in DoGetCalleeSaveMethodOuterCallerAndPc() local
199 static inline ArtMethod* DoGetCalleeSaveMethodCaller(ArtMethod* outer_method, in DoGetCalleeSaveMethodCaller()
241 ArtMethod* outer_method = outer_caller_and_pc.first; in GetCalleeSaveMethodCaller() local
Dentrypoint_utils.h204 ArtMethod* outer_method; member
Dentrypoint_utils-inl.h50 inline ArtMethod* GetResolvedMethod(ArtMethod* outer_method, in GetResolvedMethod()