Home
last modified time | relevance | path

Searched refs:LoadAPTextFile (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h59 bool PUBLIC_API LoadAPTextFile(const std::string &inPath);
Dpgo_profiler_manager.h131 bool ret = encoder.LoadAPTextFile(inPath); in TextToBinary()
Dpgo_profiler_encoder.cpp223 bool PGOProfilerEncoder::LoadAPTextFile(const std::string &inPath) in LoadAPTextFile() function in panda::ecmascript::PGOProfilerEncoder