Home
last modified time | relevance | path

Searched defs:pandaFileName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/dynamic/backend/
Djs_pt_hooks.cpp92 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule()
/arkcompiler/runtime_core/static_core/runtime/jit/libprofile/
Daot_profiling_data.h149 int32_t GetPandaFileIdxByName(std::string_view pandaFileName) in GetPandaFileIdxByName()
/arkcompiler/runtime_core/static_core/runtime/jit/
Dprofiling_saver.cpp125 auto pandaFileName = method->GetPandaFile()->GetFullFileName(); in AddProfiledMethods() local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h50 void LoadModule(std::string_view pandaFileName) override in LoadModule()