Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp42 ASSERT_EQ(cache.GetMethodFromCache(id1), nullptr); in TEST()
46 ASSERT_EQ(cache.GetMethodFromCache(id1), method1); in TEST()
52 ASSERT_EQ(cache.GetMethodFromCache(id2), method2); in TEST()
150 Method *f = cache_->GetMethodFromCache(id); in GetElement()
252 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/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.h221 static JSTaggedValue GetMethodFromCache( in GetMethodFromCache() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp754 result = CallRuntime(glue, RTSTUB_ID(GetMethodFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
766 result = CallRuntime(glue, RTSTUB_ID(GetMethodFromCache), Gate::InvalidGateRef, in GetObjectFromConstPool()
/arkcompiler/runtime_core/static_core/verification/gen/templates/
Djob_fill_gen.h.erb190 % Method *calledMethod = pf->GetPandaCache()->GetMethodFromCache(methodId);
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp1262 Method *method = pf.GetPandaCache()->GetMethodFromCache(id); in GetMethod()
1299 Method *method = pf->GetPandaCache()->GetMethodFromCache(id); in GetMethod()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h348 V(GetMethodFromCache) \
Druntime_stubs-inl.h877 auto methodObj = ConstantPool::GetMethodFromCache( in RuntimeCreateClassWithBuffer()
930 auto methodObj = ConstantPool::GetMethodFromCache( in RuntimeCreateSharedClass()
2106 JSTaggedValue method = ConstantPool::GetMethodFromCache(thread, constpool.GetTaggedValue(), in RuntimeDefinefunc()
Druntime_stubs.cpp1188 DEF_RUNTIME_STUBS(GetMethodFromCache) in DEF_RUNTIME_STUBS() argument
1190 RUNTIME_STUBS_HEADER(GetMethodFromCache); in DEF_RUNTIME_STUBS()
1194 return ConstantPool::GetMethodFromCache( in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter_assembly.cpp3982 …JSObject::Cast(ConstantPool::GetMethodFromCache(thread, constpool, GetModule(sp), imm).GetTaggedOb… in HandleDeprecatedCreateobjecthavingmethodPrefImm16()
4773 …JSObject::Cast(ConstantPool::GetMethodFromCache(thread, constpool, GetModule(sp), imm).GetTaggedOb… in HandleDeprecatedCreateobjectwithbufferPrefImm16()
4793 …JSArray::Cast(ConstantPool::GetMethodFromCache(thread, constpool, GetModule(sp), imm).GetTaggedObj… in HandleDeprecatedCreatearraywithbufferPrefImm16()
6608 …Method::Cast(ConstantPool::GetMethodFromCache(thread, constpool, GetModule(sp), methodId).GetTagge… in HandleDefinemethodImm16Id16Imm8()
6718 …Method::Cast(ConstantPool::GetMethodFromCache(thread, constpool, GetModule(sp), methodId).GetTagge… in HandleDefinemethodImm8Id16Imm8()
Dinterpreter-inl.h144 ConstantPool::GetMethodFromCache(thread, constpool, module, index)