Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/tests/
Dpanda_cache_test.cpp41 ASSERT_EQ(cache.GetMethodFromCache(id1), nullptr); in TEST()
45 ASSERT_EQ(cache.GetMethodFromCache(id1), method1); in TEST()
50 ASSERT_EQ(cache.GetMethodFromCache(id2), method2); in TEST()
143 Method *f = cache_->GetMethodFromCache(id); in GetElement()
245 auto *m = reinterpret_cast<ElementMock *>(cache->GetMethodFromCache(id)); in CleanMethodMocks()
/arkcompiler/runtime_core/libpandafile/
Dpanda_cache.h80 inline Method *GetMethodFromCache(File::EntityId id) const in GetMethodFromCache() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h163 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() function
Dquick_fix_loader.cpp197 … ConstantPool::GetMethodFromCache(thread, constpool.GetTaggedValue(), id); in GenerateConstpoolCache()
/arkcompiler/runtime_core/runtime/
Dclass_linker.cpp1243 Method *method = pf.GetPandaCache()->GetMethodFromCache(id); in GetMethod()
1280 Method *method = pf->GetPandaCache()->GetMethodFromCache(id); in GetMethod()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp769 result = CallRuntime(glue, RTSTUB_ID(GetMethodFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
781 result = CallRuntime(glue, RTSTUB_ID(GetMethodFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp715 DEF_RUNTIME_STUBS(GetMethodFromCache) in DEF_RUNTIME_STUBS() argument
717 RUNTIME_STUBS_HEADER(GetMethodFromCache); in DEF_RUNTIME_STUBS()
720 return ConstantPool::GetMethodFromCache( in DEF_RUNTIME_STUBS()
Druntime_stubs.h272 V(GetMethodFromCache) \
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp3843 …JSObject *result = JSObject::Cast(ConstantPool::GetMethodFromCache(thread, constpool, imm).GetTagg… in HandleDeprecatedCreateobjecthavingmethodPrefImm16()
4641 …JSObject *result = JSObject::Cast(ConstantPool::GetMethodFromCache(thread, constpool, imm).GetTagg… in HandleDeprecatedCreateobjectwithbufferPrefImm16()
4660 …JSArray *result = JSArray::Cast(ConstantPool::GetMethodFromCache(thread, constpool, imm).GetTagged… in HandleDeprecatedCreatearraywithbufferPrefImm16()
6380 …Method *method = Method::Cast(ConstantPool::GetMethodFromCache(thread, constpool, methodId).GetTag… in HandleDefinemethodImm16Id16Imm8()
6495 …Method *method = Method::Cast(ConstantPool::GetMethodFromCache(thread, constpool, methodId).GetTag… in HandleDefinemethodImm8Id16Imm8()
6527 …Method *method = Method::Cast(ConstantPool::GetMethodFromCache(thread, constpool, methodId).GetTag… in HandleDefinefuncImm16Id16Imm8()
6555 …Method *method = Method::Cast(ConstantPool::GetMethodFromCache(thread, constpool, methodId).GetTag… in HandleDefinefuncImm8Id16Imm8()
Dinterpreter-inl.h146 ConstantPool::GetMethodFromCache(thread, constpool, index)