Home
last modified time | relevance | path

Searched refs:SnapshotConstantPoolData (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Dsnapshot_constantpool_data.h116 class SnapshotConstantPoolData { class
118 SnapshotConstantPoolData(EcmaVM *vm, const JSPandaFile *jsPandaFile, const PGOProfilerDecoder *pfDecoder) in SnapshotConstantPoolData() function in panda::ecmascript::kungfu::SnapshotConstantPoolData
126 ~SnapshotConstantPoolData() = default;
H A Dsnapshot_constantpool_data.cpp397 void SnapshotConstantPoolData::Record(const BytecodeInstruction &bcIns, int32_t bcIndex, in Record()
494 void SnapshotConstantPoolData::StoreDataToGlobalData(SnapshotGlobalData &snapshotData, in StoreDataToGlobalData()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_info_collector.h395 std::unique_ptr<SnapshotConstantPoolData> snapshotCPData_;
H A Dbytecode_info_collector.cpp40 snapshotCPData_(new SnapshotConstantPoolData(env->GetEcmaVM(), jsPandaFile, &pfDecoder)) in BytecodeInfoCollector()

Completed in 4 milliseconds