Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h204 static JSTaggedValue GetClassMethodFromCache(JSThread *thread, JSHandle<ConstantPool> constpool, in GetClassMethodFromCache() function
Dquick_fix_loader.cpp221 ConstantPool::GetClassMethodFromCache(thread, constpool, methodId); in GenerateConstpoolCache()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h763 auto methodObj = ConstantPool::GetClassMethodFromCache(thread, constantPool, methodId); in RuntimeCreateClassWithBuffer()
791 auto methodObj = ConstantPool::GetClassMethodFromCache(thread, constantPool, methodId); in RuntimeCreateClassWithIHClass()