Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp162 ConstantPool *baseConstpool = ConstantPool::Cast( in UnloadPatchInternal() local
169 JSTaggedValue value = baseConstpool->GetObjectFromCache(constpoolIndex); in UnloadPatchInternal()
173 …ClassLiteral *classLiteral = ClassLiteral::Cast(baseConstpool->GetObjectFromCache(constpoolIndex)); in UnloadPatchInternal()
246 ConstantPool *baseConstpool = ConstantPool::Cast(item.second.GetTaggedObject()); in FindAndReplaceSameMethod() local
248 uint32_t baseConstpoolSize = baseConstpool->GetCacheLength(); in FindAndReplaceSameMethod()
250 JSTaggedValue constpoolValue = baseConstpool->GetObjectFromCache(constpoolIndex); in FindAndReplaceSameMethod()