Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp154 auto baseConstpoolValues = thread->GetCurrentEcmaContext()->FindConstpools(baseFile.get()); in UnloadPatchInternal() local
155 if (!baseConstpoolValues.has_value()) { in UnloadPatchInternal()
163 (baseConstpoolValues.value().get()[methodIndex.constpoolNum]).GetTaggedObject()); in UnloadPatchInternal()
240 …const CMap<int32_t, JSTaggedValue> &baseConstpoolValues = context->FindConstpools(baseFile).value(… in FindAndReplaceSameMethod() local
241 for (const auto &item : baseConstpoolValues) { in FindAndReplaceSameMethod()