Home
last modified time | relevance | path

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

123456

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h245 bool Run(PassData* data) in Run() function
260 bool Run(PassData* data) in Run() function
273 bool Run(PassData *data) in Run() function
299 bool Run(PassData *data) in Run() function
320 bool Run(PassData* data) in Run() function
357 bool Run(PassData* data) in Run() function
380 bool Run(PassData* data) in Run() function
401 bool Run(PassData* data) in Run() function
445 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/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_frontend/es2panda/aot/
DemitFiles.cpp82 void EmitSingleAbcJob::Run() in Run() function in panda::es2panda::aot::EmitSingleAbcJob
94 void EmitMergedAbcJob::Run() in Run() function in panda::es2panda::aot::EmitMergedAbcJob
122 void EmitCacheJob::Run() in Run() function in panda::es2panda::aot::EmitCacheJob
/arkcompiler/runtime_core/abc2program/
Dabc2program_driver.cpp23 int Abc2ProgramDriver::Run(int argc, const char **argv) in Run() function in panda::abc2program::Abc2ProgramDriver
35 bool Abc2ProgramDriver::Run(const std::string &input_file_path, const std::string &output_file_path) in Run() function in panda::abc2program::Abc2ProgramDriver
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_peep.cpp24 void X64CGPeepHole::Run() in Run() function in maplebe::X64CGPeepHole
57 void X64RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::X64RemoveMovingtoSameRegPattern
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/
DREADME.md9 ## Run section in Stats calculator for DevEco code linter plugin
/arkcompiler/runtime_core/compiler/optimizer/
Dpass.cpp19 bool Pass::Run() in Run() function in panda::compiler::Pass
/arkcompiler/runtime_core/static_core/compiler/optimizer/
Dpass.cpp20 bool Pass::Run() in Run() function in ark::compiler::Pass
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp37 void CompileFunctionJob::Run() in Run() function in panda::es2panda::compiler::CompileFunctionJob
57 void CompileModuleRecordJob::Run() in Run() function in panda::es2panda::compiler::CompileModuleRecordJob
102 void CompileFileJob::Run() in Run() function in panda::es2panda::compiler::CompileFileJob
155 void CompileAbcClassJob::Run() in Run() function in panda::es2panda::compiler::CompileAbcClassJob
232 void PostAnalysisOptimizeFileJob::Run() in Run() function in panda::es2panda::compiler::PostAnalysisOptimizeFileJob
/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
Dyieldpoint.h30 virtual void Run() {} in Run() function
Dglobal.h28 virtual void Run() {} in Run() function
Dproepilog.h29 virtual void Run() {} in Run() function
Dra_opt.h33 virtual void Run() {} in Run() function
Dregsaves.h29 virtual void Run() {} in Run() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_yieldpoint.cpp22 void AArch64YieldPointInsertion::Run() in Run() function in maplebe::AArch64YieldPointInsertion
Daarch64_peep.cpp117 void AArch64CGPeepHole::Run() in Run() function in maplebe::AArch64CGPeepHole
360 void ContinuousCmpCsetPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::ContinuousCmpCsetPattern
487 void NegCmpToCmnPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::NegCmpToCmnPattern
520 void LdrCmpPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::LdrCmpPattern
734 void CsetCbzToBeqPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::CsetCbzToBeqPattern
776 void ExtLslToBitFieldInsertPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::ExtLslToBitFieldInsertPattern
973 void CselToCsetPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::CselToCsetPattern
1041 void CselToMovPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::CselToMovPattern
1107 void CselToCsincRemoveMovPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::CselToCsincRemoveMovPattern
1198 void CsetToCincPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::CsetToCincPattern
[all …]
/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_frontend/ets2panda/compiler/core/
DcompileJob.cpp21 void CompileJob::Run() in Run() function in ark::es2panda::compiler::CompileJob
/arkcompiler/runtime_core/static_core/irtoc/backend/
Dirtoc.cpp22 int Run(int argc, const char **argv) in Run() function
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.h130 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() function
154 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() function

123456