Searched refs:GetMethodFromCache (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | panda_cache_test.cpp | 41 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/ |
| D | panda_cache.h | 80 inline Method *GetMethodFromCache(File::EntityId id) const in GetMethodFromCache() function
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | program_object.h | 163 … static JSTaggedValue GetMethodFromCache(JSThread *thread, JSTaggedValue constpool, uint32_t index) in GetMethodFromCache() function
|
| D | quick_fix_loader.cpp | 197 … ConstantPool::GetMethodFromCache(thread, constpool.GetTaggedValue(), id); in GenerateConstpoolCache()
|
| /arkcompiler/runtime_core/runtime/ |
| D | class_linker.cpp | 1243 Method *method = pf.GetPandaCache()->GetMethodFromCache(id); in GetMethod() 1280 Method *method = pf->GetPandaCache()->GetMethodFromCache(id); in GetMethod()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 769 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/ |
| D | runtime_stubs.cpp | 715 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()
|
| D | runtime_stubs.h | 272 V(GetMethodFromCache) \
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter_assembly.cpp | 3843 …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()
|
| D | interpreter-inl.h | 146 ConstantPool::GetMethodFromCache(thread, constpool, index)
|