Searched refs:pfDecoder (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
| D | snapshot_constantpool_data.h | 49 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/ |
| D | bytecode_info_collector.cpp | 33 …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()
|
| D | bytecode_info_collector.h | 660 BytecodeInfoCollector(EcmaVM *vm, JSPandaFile *jsPandaFile, PGOProfilerDecoder &pfDecoder, 664 PGOProfilerDecoder &pfDecoder, bool enableCollectLiteralInfo);
|