| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass.h | 242 bool Run(PassData* data) in Run() function 257 bool Run(PassData* data) in Run() function 270 bool Run(PassData *data) in Run() function 296 bool Run(PassData *data) in Run() function 317 bool Run(PassData* data) in Run() function 354 bool Run(PassData* data) in Run() function 377 bool Run(PassData* data) in Run() function 398 bool Run(PassData* data) in Run() function 442 bool Run(PassData* data) in Run() function 464 bool Run(PassData* data) in Run() function [all …]
|
| D | precompile_checker.cpp | 20 bool PreCompileChecker::Run() in Run() function in panda::ecmascript::kungfu::PreCompileChecker
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | panda_runner.h | 68 void Run(std::string_view source) in Run() function 73 void Run(std::string_view source, Callback hook) in Run() function 79 void Run(std::string_view source, ssize_t expectedResult) in Run() function 85 void Run(std::string_view source, const std::vector<std::string> &args) in Run() function 98 void Run(Runtime *runtime, std::string_view source, const std::vector<std::string> &args) in Run() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/ |
| D | README.md | 23 ## Run section in DECLGEN TOOL FOR `.d.sts` FILES GENERATION 29 ### Example
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | panda_runner.h | 59 void Run(std::string_view source) in Run() function 64 void Run(std::string_view source, Callback hook) in Run() function 70 void Run(std::string_view source, ssize_t expected_result) in Run() function 76 void Run(std::string_view source, const std::vector<std::string> &args) in Run() function 89 void Run(Runtime *runtime, std::string_view source, const std::vector<std::string> &args) in Run() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_peep.cpp | 20 void X64CGPeepHole::Run() in Run() function in maplebe::X64CGPeepHole 45 void X64RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::X64RemoveMovingtoSameRegPattern
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| D | emitFiles.cpp | 87 void EmitSingleAbcJob::Run() in Run() function in panda::es2panda::aot::EmitSingleAbcJob 101 void EmitMergedAbcJob::Run() in Run() function in panda::es2panda::aot::EmitMergedAbcJob 130 void EmitCacheJob::Run() in Run() function in panda::es2panda::aot::EmitCacheJob
|
| /arkcompiler/runtime_core/abc2program/ |
| D | abc2program_driver.cpp | 22 int Abc2ProgramDriver::Run(int argc, const char **argv) in Run() function in panda::abc2program::Abc2ProgramDriver 34 bool Abc2ProgramDriver::Run(const std::string &input_file_path, const std::string &output_file_path) in Run() function in panda::abc2program::Abc2ProgramDriver
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | abc2program_driver.cpp | 22 int Abc2ProgramDriver::Run(int argc, const char **argv) in Run() function in ark::abc2program::Abc2ProgramDriver 34 bool Abc2ProgramDriver::Run(const std::string &inputFilePath, const std::string &outputFilePath) in Run() function in ark::abc2program::Abc2ProgramDriver
|
| /arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/ |
| D | README.md | 9 ## Run section in Stats calculator for DevEco code linter plugin
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ |
| D | pass.cpp | 20 bool Pass::Run() in Run() function in ark::compiler::Pass
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass.cpp | 19 bool Pass::Run() in Run() function in panda::compiler::Pass
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | offset_adjust.h | 32 virtual void Run() {} in Run() function
|
| D | args.h | 29 virtual void Run() {} in Run() function
|
| D | proepilog.h | 29 virtual void Run() {} in Run() function
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ |
| D | event_loop.cpp | 26 void EventLoop::Run() in Run() function in ark::tooling::inspector::EventLoop
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.h | 125 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() function 149 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_peep.cpp | 31 void AArch64CGPeepHole::Run() in Run() function in maplebe::AArch64CGPeepHole 125 void AArch64PeepHole::Run(BB &bb, Insn &insn) in Run() function in maplebe::AArch64PeepHole 203 void AArch64PeepHole0::Run(BB &bb, Insn &insn) in Run() function in maplebe::AArch64PeepHole0 289 void RemoveIdenticalLoadAndStoreAArch64::Run(BB &bb, Insn &insn) in Run() function in maplebe::RemoveIdenticalLoadAndStoreAArch64 321 void RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::RemoveMovingtoSameRegPattern 329 void RedundantMovAArch64::Run(BB &bb, Insn &insn) in Run() function in maplebe::RedundantMovAArch64 353 void RemoveMovingtoSameRegAArch64::Run(BB &bb, Insn &insn) in Run() function in maplebe::RemoveMovingtoSameRegAArch64 507 void EnhanceStrLdrAArch64::Run(BB &bb, Insn &insn) in Run() function in maplebe::EnhanceStrLdrAArch64 690 void CombineContiLoadAndStorePattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::CombineContiLoadAndStorePattern 904 void EliminateSpecifcSXTAArch64::Run(BB &bb, Insn &insn) in Run() function in maplebe::EliminateSpecifcSXTAArch64 [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/ |
| D | README.md | 27 #### Run subsubsection in arkdb-tests
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compileJob.cpp | 21 void CompileJob::Run() in Run() function in ark::es2panda::compiler::CompileJob
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | compileQueue.cpp | 32 void CompileFunctionJob::Run() in Run() function in panda::es2panda::compiler::CompileFunctionJob 52 void CompileModuleRecordJob::Run() in Run() function in panda::es2panda::compiler::CompileModuleRecordJob 129 void CompileFileJob::Run() in Run() function in panda::es2panda::compiler::CompileFileJob 223 void CompileAbcClassJob::Run() in Run() function in panda::es2panda::compiler::CompileAbcClassJob 365 void PostAnalysisOptimizeFileJob::Run() in Run() function in panda::es2panda::compiler::PostAnalysisOptimizeFileJob
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | irtoc.cpp | 22 int Run(int argc, const char **argv) in Run() function
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | gc_task.cpp | 24 void GCTask::Run(mem::GC &gc) in Run() function in ark::GCTask
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | label_creation.cpp | 22 void LabelCreation::Run() const in Run() function in maplebe::LabelCreation
|
| /arkcompiler/runtime_core/panda_guard/ |
| D | guard_driver.cpp | 40 void panda::guard::GuardDriver::Run(int argc, const char **argv) in Run() function in panda::guard::GuardDriver
|