Home
last modified time | relevance | path

Searched refs:pfDecoder_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp35 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()
Dcompilation_driver.h47 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
Dbytecode_info_collector.cpp38 pfDecoder_(pfDecoder), in BytecodeInfoCollector()
131 pfDecoder_.MatchAndMarkMethod(recordName, name.c_str(), methodId); in ProcessClasses()
Dbytecode_info_collector.h816 PGOProfilerDecoder &pfDecoder_; variable