Searched defs:GetMethodFromCache (Results 1 – 7 of 7) sorted by relevance
97 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() function in panda::ecmascript::AOTCompilationEnv
149 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
183 JSTaggedValue ConstantPool::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() function in panda::ecmascript::ConstantPool
477 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() function
1347 DEF_RUNTIME_STUBS(GetMethodFromCache) in DEF_RUNTIME_STUBS() argument