Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/compiler/
Dpass.h69 bool Run(PassData* data, BytecodeCircuitBuilder *builder) in Run() function
79 bool Run(PassData* data) in Run() function
88 bool Run(PassData* data) in Run() function
97 bool Run(PassData* data) in Run() function
Dcode_generator.h36 … void Run(Circuit *circuit, const ControlFlowGraph &graph, int index, const CompilationConfig *cfg) in Run() function
Dstub_aot_compiler.cpp68 bool Run(StubPassData *data) in Run() function in panda::ecmascript::kungfu::StubBuildCircuitPass
83 bool Run(StubPassData *data, int index) in Run() function in panda::ecmascript::kungfu::StubLLVMIRGenPass
Dllvm_codegen.cpp269 void LLVMAssembler::Run() in Run() function in panda::ecmascript::kungfu::LLVMAssembler
Dscheduler.cpp104 std::vector<std::vector<GateRef>> Scheduler::Run(const Circuit *circuit) in Run() function in panda::ecmascript::kungfu::Scheduler
Dverifier.cpp428 bool Verifier::Run(const Circuit *circuit) in Run() function in panda::ecmascript::kungfu::Verifier
/ark/runtime_core/runtime/
Dgc_task.cpp22 void GCTask::Run(mem::GC &gc) in Run() function in panda::GCTask
/ark/js_runtime/ecmascript/hprof/
Dheap_tracker.cpp23 void HeapTrackerSample::Run() in Run() function in panda::ecmascript::HeapTrackerSample
/ark/js_runtime/ecmascript/platform/
Drunner.cpp56 void Runner::Run(uint32_t threadId) in Run() function in panda::ecmascript::Runner
/ark/js_runtime/ecmascript/tooling/test/utils/
Dtest_hooks.h40 void Run() in Run() function
/ark/js_runtime/ecmascript/cpu_profiler/
Dprofile_processor.cpp34 bool ProfileProcessor::Run(uint32_t threadIndex) in Run() function in panda::ecmascript::ProfileProcessor
/ark/js_runtime/ecmascript/mem/
Dconcurrent_marker.cpp135 bool ConcurrentMarker::MarkerTask::Run(uint32_t threadId) in Run() function in panda::ecmascript::ConcurrentMarker::MarkerTask
Dconcurrent_sweeper.cpp137 bool ConcurrentSweeper::SweeperTask::Run(uint32_t threadIndex) in Run() function in panda::ecmascript::ConcurrentSweeper::SweeperTask
Dheap.cpp575 bool Heap::ParallelGCTask::Run(uint32_t threadIndex) in Run() function in panda::ecmascript::Heap::ParallelGCTask
607 bool Heap::AsyncClearTask::Run(uint32_t threadIndex) in Run() function in panda::ecmascript::Heap::AsyncClearTask
Dparallel_evacuation.cpp420 bool ParallelEvacuation::EvacuationTask::Run(uint32_t threadIndex) in Run() function in panda::ecmascript::ParallelEvacuation::EvacuationTask
425 bool ParallelEvacuation::UpdateReferenceTask::Run(uint32_t threadIndex) in Run() function in panda::ecmascript::ParallelEvacuation::UpdateReferenceTask
/ark/runtime_core/runtime/mem/gc/
Dgc.cpp413 void Run(mem::GC &gc) override in Run() function in panda::mem::GC::PostForkGCTask