Searched refs:GetMethodFromCache (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | panda_cache_test.cpp | 42 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/ |
| D | panda_cache.h | 80 inline Method *GetMethodFromCache(File::EntityId id) const in GetMethodFromCache() function
|
| /arkcompiler/runtime_core/static_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 | 221 static JSTaggedValue GetMethodFromCache( in GetMethodFromCache() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 754 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/ |
| D | job_fill_gen.h.erb | 190 % Method *calledMethod = pf->GetPandaCache()->GetMethodFromCache(methodId);
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | class_linker.cpp | 1262 Method *method = pf.GetPandaCache()->GetMethodFromCache(id); in GetMethod() 1299 Method *method = pf->GetPandaCache()->GetMethodFromCache(id); in GetMethod()
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 348 V(GetMethodFromCache) \
|
| D | runtime_stubs-inl.h | 877 auto methodObj = ConstantPool::GetMethodFromCache( in RuntimeCreateClassWithBuffer() 930 auto methodObj = ConstantPool::GetMethodFromCache( in RuntimeCreateSharedClass() 2106 JSTaggedValue method = ConstantPool::GetMethodFromCache(thread, constpool.GetTaggedValue(), in RuntimeDefinefunc()
|
| D | runtime_stubs.cpp | 1188 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/ |
| D | interpreter_assembly.cpp | 3982 …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()
|
| D | interpreter-inl.h | 144 ConstantPool::GetMethodFromCache(thread, constpool, module, index)
|