Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/interpreter/
Dtest_interpreter.cpp23 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame) in Execute() function
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter.cpp27 void Execute(ManagedThread *thread, const uint8_t *pc, Frame *frame, bool jump_to_eh) in Execute() function
/arkcompiler/runtime_core/compiler/tests/
Dvixl_exec_module.h214 void Execute() in Execute() function
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp27 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/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp193 Expected<JSTaggedValue, bool> JSPandaFileExecutor::Execute(JSThread *thread, const JSPandaFile *jsP… in Execute() function in panda::ecmascript::JSPandaFileExecutor
/arkcompiler/runtime_core/runtime/
Druntime.cpp1037 Expected<int, Runtime::Error> Runtime::Execute(std::string_view entry_point, const std::vector<std:… in Execute() function in panda::Runtime
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp370 bool JSNApi::Execute(EcmaVM *vm, const std::string &fileName, const std::string &entry, bool needUp… in Execute() function in panda::JSNApi
382 bool JSNApi::Execute(EcmaVM *vm, const uint8_t *data, int32_t size, const std::string &entry, in Execute() function in panda::JSNApi
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h615 JSTaggedValue EcmaInterpreter::Execute(EcmaRuntimeCallInfo *info) in Execute() function
Dinterpreter_assembly.cpp214 JSTaggedValue InterpreterAssembly::Execute(EcmaRuntimeCallInfo *info) in Execute() function in panda::ecmascript::InterpreterAssembly