Home
last modified time | relevance | path

Searched defs:GetMethodFromCache (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compilation_env.cpp97 JSTaggedValue AOTCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() function in panda::ecmascript::AOTCompilationEnv
Djit_compilation_env.cpp155 JSTaggedValue JitCompilationEnv::GetMethodFromCache(JSTaggedValue constpool, uint32_t index) const in GetMethodFromCache() function in panda::ecmascript::JitCompilationEnv
/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h80 inline Method *GetMethodFromCache(File::EntityId id) const in GetMethodFromCache() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dpanda_cache.h80 inline Method *GetMethodFromCache(File::EntityId id) const in GetMethodFromCache() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp182 JSTaggedValue ConstantPool::GetMethodFromCache(JSTaggedValue constpool, uint32_t index, JSThread *t… in GetMethodFromCache() function in panda::ecmascript::ConstantPool
Dprogram_object.h478 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_stubs-inl.h307 ALWAYS_INLINE inline Method *GetMethodFromCache(ETSStubCacheInfo const &cache, ark::Class *klass) in GetMethodFromCache() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1346 DEF_RUNTIME_STUBS(GetMethodFromCache) in DEF_RUNTIME_STUBS() argument