Searched refs:GetMethodFromCache (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/runtime_core/libpandafile/ |
D | panda_cache.h | 80 inline Method *GetMethodFromCache(File::EntityId id) const in GetMethodFromCache() function
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/ |
D | program_object.h | 181 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() function
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 294 V(GetMethodFromCache) \
|
D | runtime_stubs.cpp | 803 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()
|
D | runtime_stubs-inl.h | 845 auto methodObj = ConstantPool::GetMethodFromCache(thread, constpool.GetTaggedValue(), methodId); in RuntimeCreateClassWithBuffer()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | interpreter_assembly.cpp | 3943 …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()
|
D | interpreter-inl.h | 143 ConstantPool::GetMethodFromCache(thread, constpool, index)
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | circuit_builder.cpp | 1494 result = CallRuntime(glue, RTSTUB_ID(GetMethodFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool() 1506 result = CallRuntime(glue, RTSTUB_ID(GetMethodFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
|