Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp154 auto baseConstpoolValues = thread->GetCurrentEcmaContext()->FindConstpools(baseFile.get()); in UnloadPatchInternal()
240 …const CMap<int32_t, JSTaggedValue> &baseConstpoolValues = context->FindConstpools(baseFile).value(… in FindAndReplaceSameMethod()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h203 std::optional<std::reference_wrapper<CMap<int32_t, JSTaggedValue>>> FindConstpools(
Decma_context.cpp379 std::optional<std::reference_wrapper<CMap<int32_t, JSTaggedValue>>> EcmaContext::FindConstpools( in FindConstpools() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1224 …int32_t, JSTaggedValue> &oldCPValues = vm_->GetJSThread()->GetCurrentEcmaContext()->FindConstpools( in ProcessSnapshotConstantPool()