Home
last modified time | relevance | path

Searched defs:SetLoop (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h114 void SetLoop(void *loop) in SetLoop() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dbasicblock.h354 void SetLoop(Loop *loop) in SetLoop() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dbasicblock.h379 void SetLoop(Loop *loop) in SetLoop() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgbb.h602 void SetLoop(CGFuncLoops &arg) in SetLoop() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp642 HWTEST_F_L0(JSNApiTests, SetLoop) in HWTEST_F_L0() argument
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md910 ### SetLoop subsection
Djsnapi_expo.cpp2586 void JSNApi::SetLoop(EcmaVM *vm, void *loop) in SetLoop() function in panda::JSNApi