Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_global_data.cpp22 JSHandle<ConstantPool> ReviseData::GetConstantPoolFromSnapshotData(JSThread *thread, in GetConstantPoolFromSnapshotData() function in panda::ecmascript::kungfu::ReviseData
36 JSHandle<ConstantPool> newCP = GetConstantPoolFromSnapshotData(thread, globalData, in Resolve()
Dsnapshot_global_data.h47 …JSHandle<ConstantPool> GetConstantPoolFromSnapshotData(JSThread *thread, const SnapshotGlobalData …