Searched refs:pfDecoder (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/ |
H A D | snapshot_constantpool_data.h | 49 const PGOProfilerDecoder *pfDecoder) in BaseSnapshotInfo() 53 pfDecoder_(pfDecoder) in BaseSnapshotInfo() 106 const PGOProfilerDecoder *pfDecoder) \ 107 : BaseSnapshotInfo(vm, jsPandaFile, pfDecoder) {} \ 118 SnapshotConstantPoolData(EcmaVM *vm, const JSPandaFile *jsPandaFile, const PGOProfilerDecoder *pfDecoder) in SnapshotConstantPoolData() argument 122 infos_.emplace_back(std::make_unique<name##Info>(vm, jsPandaFile, pfDecoder)); in SnapshotConstantPoolData() 47 BaseSnapshotInfo(EcmaVM *vm, const JSPandaFile *jsPandaFile, const PGOProfilerDecoder *pfDecoder) BaseSnapshotInfo() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | bytecode_info_collector.cpp | 34 PGOProfilerDecoder &pfDecoder, in BytecodeInfoCollector() 39 pfDecoder_(pfDecoder), in BytecodeInfoCollector() 40 snapshotCPData_(new SnapshotConstantPoolData(env->GetEcmaVM(), jsPandaFile, &pfDecoder)) in BytecodeInfoCollector() 47 PGOProfilerDecoder &pfDecoder) in BytecodeInfoCollector() 52 pfDecoder_(pfDecoder), in BytecodeInfoCollector() 33 BytecodeInfoCollector(CompilationEnv *env, JSPandaFile *jsPandaFile, PGOProfilerDecoder &pfDecoder, size_t maxAotMethodSize) BytecodeInfoCollector() argument 46 BytecodeInfoCollector(CompilationEnv *env, JSPandaFile *jsPandaFile, PGOProfilerDecoder &pfDecoder) BytecodeInfoCollector() argument
|
H A D | bytecode_info_collector.h | 288 BytecodeInfoCollector(CompilationEnv *env, JSPandaFile *jsPandaFile, PGOProfilerDecoder &pfDecoder, 292 PGOProfilerDecoder &pfDecoder);
|
Completed in 3 milliseconds