Searched defs:GetMethodFromCache (Results 1 – 8 of 8) sorted by relevance
97 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() function in panda::ecmascript::AOTCompilationEnv
155 JSTaggedValue JitCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() function in panda::ecmascript::JitCompilationEnv
80 inline Method *GetMethodFromCache(File::EntityId id) const in GetMethodFromCache() function
182 JSTaggedValue ConstantPool::GetMethodFromCache(JSTaggedValue constpool, uint32_t index, JSThread *t… in GetMethodFromCache() function in panda::ecmascript::ConstantPool
478 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() function
307 ALWAYS_INLINE inline Method *GetMethodFromCache(ETSStubCacheInfo const &cache, ark::Class *klass) in GetMethodFromCache() function
1346 DEF_RUNTIME_STUBS(GetMethodFromCache) in DEF_RUNTIME_STUBS() argument