Home
last modified time | relevance | path

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

12345

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpass.h256 bool Run(PassData* data) in Run() function
274 bool Run(PassData* data) in Run() function
288 bool Run(PassData *data) in Run() function
299 bool Run(PassData* data) in Run() function
335 bool Run(PassData* data) in Run() function
358 bool Run(PassData* data) in Run() function
379 bool Run(PassData* data) in Run() function
404 bool Run(PassData* data) in Run() function
425 bool Run(PassData* data) in Run() function
445 bool Run(PassData* data) in Run() function
[all …]
/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/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.cpp69 void EmitSingleAbcJob::Run() in Run() function in panda::es2panda::aot::EmitSingleAbcJob
81 void EmitMergedAbcJob::Run() in Run() function in panda::es2panda::aot::EmitMergedAbcJob
104 void EmitCacheJob::Run() in Run() function in panda::es2panda::aot::EmitCacheJob
/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 RemoveMovingtoSameRegPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::RemoveMovingtoSameRegPattern
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp35 void CompileFunctionJob::Run() in Run() function in panda::es2panda::compiler::CompileFunctionJob
55 void CompileModuleRecordJob::Run() in Run() function in panda::es2panda::compiler::CompileModuleRecordJob
70 void CompileFileJob::Run() in Run() function in panda::es2panda::compiler::CompileFileJob
DregAllocator.cpp73 void RegAllocator::Run(IRNode *ins, int64_t typeIndex) in Run() function in panda::es2panda::compiler::RegAllocator
79 void RegAllocator::Run(IRNode *ins) in Run() function in panda::es2panda::compiler::RegAllocator
97 void RegAllocator::Run(IRNode *ins, size_t argCount) in Run() function in panda::es2panda::compiler::RegAllocator
/arkcompiler/ets_frontend/ets2panda/linter-4.2/stats_calculator/
DREADME.md9 ## Run section in Stats calculator for DevEco code linter plugin
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/
DREADME.md9 ## Run section in Stats calculator for DevEco code linter plugin
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp75 void AArch64CGPeepHole::Run() in Run() function in maplebe::AArch64CGPeepHole
279 void ContinuousCmpCsetPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::ContinuousCmpCsetPattern
384 void NegCmpToCmnPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::NegCmpToCmnPattern
478 void CsetCbzToBeqPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::CsetCbzToBeqPattern
521 void ExtLslToBitFieldInsertPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::ExtLslToBitFieldInsertPattern
601 void CselToCsetPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::CselToCsetPattern
713 void AndCmpBranchesToTbzPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::AndCmpBranchesToTbzPattern
836 void ZeroCmpBranchesToTbzPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::ZeroCmpBranchesToTbzPattern
905 void LsrAndToUbfxPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::LsrAndToUbfxPattern
960 void MvnAndToBicPattern::Run(BB &bb, Insn &insn) in Run() function in maplebe::MvnAndToBicPattern
[all …]
Daarch64_yieldpoint.cpp22 void AArch64YieldPointInsertion::Run() in Run() function in maplebe::AArch64YieldPointInsertion
/arkcompiler/runtime_core/compiler/optimizer/
Dpass.cpp20 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 panda::compiler::Pass
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dyieldpoint.h29 virtual void Run() {} in Run() function
Doffset_adjust.h32 virtual void Run() {} in Run() function
Dargs.h29 virtual void Run() {} in Run() function
Dglobal.h27 virtual void Run() {} in Run() function
Dra_opt.h29 virtual void Run() {} in Run() function
Dproepilog.h29 virtual void Run() {} in Run() function
Dregsaves.h29 virtual void Run() {} in Run() function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Devent_loop.cpp26 void EventLoop::Run() in Run() function in panda::tooling::inspector::EventLoop
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompileJob.cpp22 void CompileJob::Run() in Run() function in panda::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.h128 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() function
151 bool Run([[maybe_unused]] uint32_t threadIndex) override in Run() function
/arkcompiler/runtime_core/static_core/runtime/
Dgc_task.cpp24 void GCTask::Run(mem::GC &gc) in Run() function in panda::GCTask

12345