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.h31 : inPath_(inPath), hotnessThreshold_(hotnessThreshold) {} in PGOProfilerDecoder()
55 return inPath_; in GetInPath()
151 std::string inPath_; variable
Dpgo_profiler_decoder.cpp69 if (inPath_.empty()) { in LoadAndVerify()
132 if (!RealPath(inPath_, realPath)) { in LoadAPBinaryFile()