Home
last modified time | relevance | path

Searched refs:inPath_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h32 : inPath_(inPath), hotnessThreshold_(hotnessThreshold) {} in PGOProfilerDecoder()
63 inPath_ = inPath; in SetInPath()
68 return inPath_; in GetInPath()
209 std::string inPath_; variable
Dpgo_profiler_decoder.cpp72 if (inPath_.empty()) { in LoadAndVerify()
157 if (!RealPath(inPath_, realPath)) { in LoadAPBinaryFile()