Home
last modified time | relevance | path

Searched refs:pandaFileName (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Drelayout_profiler.cpp71 auto pandaFileName = ConvertToString(fileName); in AddProfileItem() local
74 if (relayoutItems_.count(pandaFileName) == 0) { in AddProfileItem()
76 relayoutItems_.insert(std::make_pair(pandaFileName, std::move(items))); in AddProfileItem()
79 relayoutItems_[pandaFileName][type].insert(pandaItem); in AddProfileItem()
/arkcompiler/toolchain/tooling/backend/
H A Djs_pt_hooks.cpp80 void JSPtHooks::LoadModule(std::string_view pandaFileName, std::string_view entryPoint) in LoadModule() argument
82 LOG_DEBUGGER(VERBOSE) << "JSPtHooks: LoadModule: " << pandaFileName; in LoadModule()
86 if (debugger_->NotifyScriptParsed(pandaFileName.data(), entryPoint)) { in LoadModule()
H A Djs_pt_hooks.h35 void LoadModule(std::string_view pandaFileName, std::string_view entryPoint) override;
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_runner.h50 void LoadModule(std::string_view pandaFileName) override
53 test_->loadModule(pandaFileName);
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Djs_debugger_interface.h75 * @param pandaFileName Path to panda file that is loaded
77 virtual void LoadModule(std::string_view pandaFileName, std::string_view entryPoint) = 0;

Completed in 3 milliseconds