| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | pass.h | 256 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/ |
| 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/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_frontend/es2panda/aot/ |
| D | emitFiles.cpp | 69 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/ |
| D | x64_peep.cpp | 24 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/ |
| D | compileQueue.cpp | 35 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
|
| D | regAllocator.cpp | 73 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/ |
| D | README.md | 9 ## Run section in Stats calculator for DevEco code linter plugin
|
| /arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/ |
| D | README.md | 9 ## Run section in Stats calculator for DevEco code linter plugin
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_peep.cpp | 75 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 …]
|
| D | aarch64_yieldpoint.cpp | 22 void AArch64YieldPointInsertion::Run() in Run() function in maplebe::AArch64YieldPointInsertion
|
| /arkcompiler/runtime_core/compiler/optimizer/ |
| D | pass.cpp | 20 bool Pass::Run() in Run() function in panda::compiler::Pass
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ |
| D | pass.cpp | 20 bool Pass::Run() in Run() function in panda::compiler::Pass
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | yieldpoint.h | 29 virtual void Run() {} in Run() function
|
| D | offset_adjust.h | 32 virtual void Run() {} in Run() function
|
| D | args.h | 29 virtual void Run() {} in Run() function
|
| D | global.h | 27 virtual void Run() {} in Run() function
|
| D | ra_opt.h | 29 virtual void Run() {} in Run() function
|
| D | proepilog.h | 29 virtual void Run() {} in Run() function
|
| D | regsaves.h | 29 virtual void Run() {} in Run() function
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | event_loop.cpp | 26 void EventLoop::Run() in Run() function in panda::tooling::inspector::EventLoop
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compileJob.cpp | 22 void CompileJob::Run() in Run() function in panda::es2panda::compiler::CompileJob
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| D | irtoc.cpp | 22 int Run(int argc, const char **argv) in Run() function
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_encoder.h | 128 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/ |
| D | gc_task.cpp | 24 void GCTask::Run(mem::GC &gc) in Run() function in panda::GCTask
|