Home
last modified time | relevance | path

Searched defs:shareCp (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp503 ConstantPool *shareCp = ConstantPool::Cast(sharedConstpool.GetTaggedObject()); in FindUnsharedConstpool() local
515 ConstantPool *shareCp = ConstantPool::Cast(sharedConstpool.GetTaggedObject()); in FindOrCreateUnsharedConstpool() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp394 JSTaggedValue shareCp = context->FindConstpool(jsPandaFile_, data.constantPoolId_); in GetUnsharedConstpool() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h146 EcmaVM *vm, const JSPandaFile *jsPandaFile, ConstantPool *shareCp) in CreateUnSharedConstPoolBySharedConstpool()