Searched refs:pfDecoder_ (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | compilation_driver.cpp | 35 pfDecoder_(profilerDecoder), in CompilationDriver() 163 pfDecoder_.GetMismatchResult(totalMethodCount, mismatchMethodCount, mismatchMethodSet); in FetchPGOMismatchResult() 180 pfDecoder_.Update(dfs); in UpdatePGO() 197 !pfDecoder_.Match(recordName, methodLiteral->GetMethodId())) { in FilterMethod()
|
D | compilation_driver.h | 47 return pfDecoder_.IsLoaded(); in IsPGOLoaded() 54 … if (pfDecoder_.Match(recordName, resolvedMethod) && !resolvedMethodInfo.IsTypeInferAbort()) { in UpdateCompileQueue() 69 pfDecoder_.Update(recordName, dfs); in UpdateCompileQueue() 282 pfDecoder_.Update(importRecord, getMainMethodSet); in SearchForCompilation() 347 PGOProfilerDecoder &pfDecoder_; variable
|
D | bytecode_info_collector.cpp | 38 pfDecoder_(pfDecoder), in BytecodeInfoCollector() 131 pfDecoder_.MatchAndMarkMethod(recordName, name.c_str(), methodId); in ProcessClasses()
|
D | bytecode_info_collector.h | 816 PGOProfilerDecoder &pfDecoder_; variable
|