Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h80 inline Method *GetMethodFromCache(File::EntityId id) const in GetMethodFromCache() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h181 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() function
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h294 V(GetMethodFromCache) \
Druntime_stubs.cpp803 DEF_RUNTIME_STUBS(GetMethodFromCache) in DEF_RUNTIME_STUBS() argument
805 RUNTIME_STUBS_HEADER(GetMethodFromCache); in DEF_RUNTIME_STUBS()
808 return ConstantPool::GetMethodFromCache( in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h845 auto methodObj = ConstantPool::GetMethodFromCache(thread, constpool.GetTaggedValue(), methodId); in RuntimeCreateClassWithBuffer()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp3943 …JSObject *result = JSObject::Cast(ConstantPool::GetMethodFromCache(thread, constpool, imm).GetTagg… in HandleDeprecatedCreateobjecthavingmethodPrefImm16()
4741 …JSObject *result = JSObject::Cast(ConstantPool::GetMethodFromCache(thread, constpool, imm).GetTagg… in HandleDeprecatedCreateobjectwithbufferPrefImm16()
4760 …JSArray *result = JSArray::Cast(ConstantPool::GetMethodFromCache(thread, constpool, imm).GetTagged… in HandleDeprecatedCreatearraywithbufferPrefImm16()
6480 …Method *method = Method::Cast(ConstantPool::GetMethodFromCache(thread, constpool, methodId).GetTag… in HandleDefinemethodImm16Id16Imm8()
6595 …Method *method = Method::Cast(ConstantPool::GetMethodFromCache(thread, constpool, methodId).GetTag… in HandleDefinemethodImm8Id16Imm8()
6627 …Method *method = Method::Cast(ConstantPool::GetMethodFromCache(thread, constpool, methodId).GetTag… in HandleDefinefuncImm16Id16Imm8()
6655 …Method *method = Method::Cast(ConstantPool::GetMethodFromCache(thread, constpool, methodId).GetTag… in HandleDefinefuncImm8Id16Imm8()
Dinterpreter-inl.h143 ConstantPool::GetMethodFromCache(thread, constpool, index)
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1494 result = CallRuntime(glue, RTSTUB_ID(GetMethodFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
1506 result = CallRuntime(glue, RTSTUB_ID(GetMethodFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()