Searched refs:FindConstpools (Results 1 – 4 of 4) sorted by relevance
154 auto baseConstpoolValues = thread->GetCurrentEcmaContext()->FindConstpools(baseFile.get()); in UnloadPatchInternal()240 …const CMap<int32_t, JSTaggedValue> &baseConstpoolValues = context->FindConstpools(baseFile).value(… in FindAndReplaceSameMethod()
203 std::optional<std::reference_wrapper<CMap<int32_t, JSTaggedValue>>> FindConstpools(
379 std::optional<std::reference_wrapper<CMap<int32_t, JSTaggedValue>>> EcmaContext::FindConstpools( in FindConstpools() function in panda::ecmascript::EcmaContext
1224 …int32_t, JSTaggedValue> &oldCPValues = vm_->GetJSThread()->GetCurrentEcmaContext()->FindConstpools( in ProcessSnapshotConstantPool()