Home
last modified time | relevance | path

Searched refs:GetInvokeStaticMethodIndex (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/runtime/entrypoints/jni/
H A Djni_entrypoints.cc38 static inline uint32_t GetInvokeStaticMethodIndex(ArtMethod* caller, uint32_t dex_pc) in GetInvokeStaticMethodIndex() function
62 uint32_t method_idx = GetInvokeStaticMethodIndex(method, dex_pc); in artFindNativeMethodRunnable()
176 uint32_t method_idx = GetInvokeStaticMethodIndex(caller, dex_pc); in artCriticalNativeFrameSize()