Home
last modified time | relevance | path

Searched defs:Execute (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dtask_queue.cpp21 bool GCRunner::Execute(void* owner) in Execute() function in common::GCRunner
/arkcompiler/ets_runtime/common_components/heap/
Dheap_work.h39 void Execute(size_t threadId) override { func_(threadId); } in Execute() function
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_interpreter.cpp23 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame) in Execute() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter.cpp27 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame, bool jumpToEh) in Execute() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine.h142 …bool Execute(L *lambda, fibers::FiberContext *requesterContextPtr, fibers::FiberContext *hostConte… in Execute() function
/arkcompiler/runtime_core/static_core/tools/ark_js_napi_cli/ark_hz/
Dark_js_runtime.cpp94 bool ArkJsRuntime::Execute(const std::string &filename) in Execute() function in panda::ArkJsRuntime
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/regexp/
Dregexp.cpp63 RegExpExecResult EtsRegExp::Execute(const PandaVector<uint8_t> &str, const int len, const int start… in Execute() function in ark::ets::EtsRegExp
Dregexp_8.cpp44 RegExpExecResult RegExp8::Execute(Pcre2Obj re, const uint8_t *str, const int len, const int startOf… in Execute() function in ark::ets::RegExp8
Dregexp_16.cpp44 RegExpExecResult RegExp16::Execute(Pcre2Obj re, const uint16_t *str, int len, const int startOffset) in Execute() function in ark::ets::RegExp16
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h214 void Execute() in Execute() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dvixl_exec_module.h225 void Execute() in Execute() function
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp21 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *bu… in Execute() function in panda::ecmascript::RegExpExecutor
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_executor_test.cpp59 HWTEST_F_L0(JSPandaFileExecutorTest, Execute) in HWTEST_F_L0() argument
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp24 bool RegExpExecutor::Execute(const uint8_t *input, uint32_t lastIndex, uint32_t length, uint8_t *bu… in Execute() function in ark::RegExpExecutor
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp214 Expected<JSTaggedValue, bool> JSPandaFileExecutor::Execute(JSThread *thread, const JSPandaFile *jsP… in Execute() function in panda::ecmascript::JSPandaFileExecutor
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp279 RegExpExecResult Execute(EtsString *pattern, EtsString *flags, EtsString *inputStrObj, ExecuteOptio… in Execute() function
/arkcompiler/ets_runtime/ecmascript/napi/
DREADME.md1097 ### Execute subsection
1126 ### Execute subsection
Djsnapi_expo.cpp5580 bool JSNApi::Execute(const EcmaVM *vm, const std::string &fileName, const std::string &entry, in Execute() function in panda::JSNApi
5600 bool JSNApi::Execute(EcmaVM *vm, const uint8_t *data, int32_t size, const std::string &entry, in Execute() function in panda::JSNApi
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp1206 Expected<int, Runtime::Error> Runtime::Execute(std::string_view entryPoint, const std::vector<std::… in Execute() function in ark::Runtime
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp642 JSTaggedValue EcmaInterpreter::Execute(EcmaRuntimeCallInfo *info) in Execute() function in panda::ecmascript::EcmaInterpreter
Dinterpreter_assembly.cpp204 JSTaggedValue InterpreterAssembly::Execute(EcmaRuntimeCallInfo *info) in Execute() function in panda::ecmascript::InterpreterAssembly