Home
last modified time | relevance | path

Searched refs:pfDecoder (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.h49 const PGOProfilerDecoder *pfDecoder) in BaseSnapshotInfo() argument
53 pfDecoder_(pfDecoder) in BaseSnapshotInfo()
92 const PGOProfilerDecoder *pfDecoder) \
93 : BaseSnapshotInfo(vm, jsPandaFile, pfDecoder) {} \
104 …otConstantPoolData(EcmaVM *vm, const JSPandaFile *jsPandaFile, const PGOProfilerDecoder *pfDecoder) in DATA_TYPE_LIST()
108 infos_.emplace_back(std::make_unique<name##Info>(vm, jsPandaFile, pfDecoder)); in DATA_TYPE_LIST()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp33 …llector::BytecodeInfoCollector(EcmaVM *vm, JSPandaFile *jsPandaFile, PGOProfilerDecoder &pfDecoder, in BytecodeInfoCollector() argument
38 pfDecoder_(pfDecoder), in BytecodeInfoCollector()
39 snapshotCPData_(vm, jsPandaFile, &pfDecoder), in BytecodeInfoCollector()
48 … PGOProfilerDecoder &pfDecoder, bool enableCollectLiteralInfo) in BytecodeInfoCollector() argument
52 pfDecoder_(pfDecoder), in BytecodeInfoCollector()
53 snapshotCPData_(vm, jsPandaFile, &pfDecoder), in BytecodeInfoCollector()
Dbytecode_info_collector.h660 BytecodeInfoCollector(EcmaVM *vm, JSPandaFile *jsPandaFile, PGOProfilerDecoder &pfDecoder,
664 PGOProfilerDecoder &pfDecoder, bool enableCollectLiteralInfo);