Home
last modified time | relevance | path

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

123456

/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
356 bool Run(PassData* data) in Run() function
379 bool Run(PassData* data) in Run() function
400 bool Run(PassData* data) in Run() function
444 bool Run(PassData* data) in Run() function
466 bool Run(PassData* data) in Run() function
[all …]
Dprecompile_checker.cpp20 bool PreCompileChecker::Run() in Run() function in panda::ecmascript::kungfu::PreCompileChecker
/arkcompiler/ets_frontend/ets2panda/driver/build_system/
DREADME.md15 ### step 1
30 ### step 2
34 ### step 3
41 ### step 4
/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.ets` 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.cpp86 void EmitSingleAbcJob::Run() in Run() function in panda::es2panda::aot::EmitSingleAbcJob
100 void EmitMergedAbcJob::Run() in Run() function in panda::es2panda::aot::EmitMergedAbcJob
131 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/pgo_profiler/
Dpgo_profiler_manager.h124 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() function
148 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() function
/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/toolchain/tooling/static/connection/
Devent_loop.cpp26 void EventLoop::Run(const std::string& msg) in Run() function in ark::tooling::inspector::EventLoop
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp31 void AArch64CGPeepHole::Run() in Run() function in maplebe::AArch64CGPeepHole
126 void AArch64PeepHole::Run(BB &bb, Insn &insn) in Run() function in maplebe::AArch64PeepHole
209 void AArch64PeepHole0::Run(BB &bb, Insn &insn) in Run() function in maplebe::AArch64PeepHole0
295 void RemoveIdenticalLoadAndStoreAArch64::Run(BB &bb, Insn &insn) in Run() function in maplebe::RemoveIdenticalLoadAndStoreAArch64
327 void RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::RemoveMovingtoSameRegPattern
335 void RedundantMovAArch64::Run(BB &bb, Insn &insn) in Run() function in maplebe::RedundantMovAArch64
359 void RemoveMovingtoSameRegAArch64::Run(BB &bb, Insn &insn) in Run() function in maplebe::RemoveMovingtoSameRegAArch64
545 void EnhanceStrLdrAArch64::Run(BB &bb, Insn &insn) in Run() function in maplebe::EnhanceStrLdrAArch64
732 void CombineContiLoadAndStorePattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::CombineContiLoadAndStorePattern
946 void CmpZeroBranch::Run(BB &bb, Insn &insn) in Run() function in maplebe::CmpZeroBranch
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/
DREADME.md27 #### Run subsubsection in arkdb-tests
/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
133 void CompileFileJob::Run() in Run() function in panda::es2panda::compiler::CompileFileJob
229 void CompileAbcClassJob::Run() in Run() function in panda::es2panda::compiler::CompileAbcClassJob
376 void PostAnalysisOptimizeFileJob::Run() in Run() function in panda::es2panda::compiler::PostAnalysisOptimizeFileJob
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompileJob.cpp21 void CompileJob::Run() in Run() function in ark::es2panda::compiler::CompileJob
/arkcompiler/runtime_core/libpandabase/tests/
Dworker_queue_test.cpp47 bool Run() override in Run() function in panda::test::CountingJob
60 bool Run() override in Run() function in panda::test::WaitingJob
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dirtoc.cpp22 int Run(int argc, const char **argv) in Run() function

123456