Home
last modified time | relevance | path

Searched defs:Run (Results 1 – 25 of 112) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h242 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 …]
Dprecompile_checker.cpp20 bool PreCompileChecker::Run() in Run() function in panda::ecmascript::kungfu::PreCompileChecker
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpanda_runner.h68 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/
DREADME.md23 ## Run section in DECLGEN TOOL FOR `.d.sts` FILES GENERATION
29 ### Example
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h59 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/
Dx64_peep.cpp20 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/
DemitFiles.cpp87 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/
Dabc2program_driver.cpp22 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/
Dabc2program_driver.cpp22 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/
DREADME.md9 ## Run section in Stats calculator for DevEco code linter plugin
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass.cpp20 bool Pass::Run() in Run() function in ark::compiler::Pass
/arkcompiler/runtime_core/compiler/optimizer/
Dpass.cpp19 bool Pass::Run() in Run() function in panda::compiler::Pass
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doffset_adjust.h32 virtual void Run() {} in Run() function
Dargs.h29 virtual void Run() {} in Run() function
Dproepilog.h29 virtual void Run() {} in Run() function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
Devent_loop.cpp26 void EventLoop::Run() in Run() function in ark::tooling::inspector::EventLoop
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h125 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/
Daarch64_peep.cpp31 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/
DREADME.md27 #### Run subsubsection in arkdb-tests
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompileJob.cpp21 void CompileJob::Run() in Run() function in ark::es2panda::compiler::CompileJob
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp32 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/
Dirtoc.cpp22 int Run(int argc, const char **argv) in Run() function
/arkcompiler/runtime_core/static_core/runtime/
Dgc_task.cpp24 void GCTask::Run(mem::GC &gc) in Run() function in ark::GCTask
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dlabel_creation.cpp22 void LabelCreation::Run() const in Run() function in maplebe::LabelCreation
/arkcompiler/runtime_core/panda_guard/
Dguard_driver.cpp40 void panda::guard::GuardDriver::Run(int argc, const char **argv) in Run() function in panda::guard::GuardDriver

12345