Home
last modified time | relevance | path

Searched refs:unsharedCP (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dprogram_object.cpp203 JSHandle<ConstantPool> sharedCP, JSHandle<ConstantPool> unsharedCP) in UpdateConstpoolWhenDeserialAI()
225 unsharedCP->SetObjectToCache(thread, i, valHandle.GetTaggedValue()); in UpdateConstpoolWhenDeserialAI()
229 unsharedCP->SetObjectToCache(thread, i, valHandle.GetTaggedValue()); in UpdateConstpoolWhenDeserialAI()
232 unsharedCP->InitConstantPoolTail(vm->GetJSThread(), aiCP); in UpdateConstpoolWhenDeserialAI()
202 UpdateConstpoolWhenDeserialAI(EcmaVM *vm, JSHandle<ConstantPool> aiCP, JSHandle<ConstantPool> sharedCP, JSHandle<ConstantPool> unsharedCP) UpdateConstpoolWhenDeserialAI() argument
H A Dprogram_object.h533 JSHandle<ConstantPool> sharedCP, JSHandle<ConstantPool> unsharedCP);
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp641 JSHandle<ConstantPool> unsharedCP = JSHandle<ConstantPool>(thread_, unsharedConstpool); in UpdateConstpoolWhenDeserialAI() local
643 ConstantPool::UpdateConstpoolWhenDeserialAI(vm_, aiCP, sharedCP, unsharedCP); in UpdateConstpoolWhenDeserialAI()

Completed in 5 milliseconds