Home
last modified time | relevance | path

Searched defs:stack (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_stack_test.cpp65 JSHandle<JSTaggedValue> stack = GetCallArg(argv, 2); // 2 means the secode arg in TestForEachFunc() local
112 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local
132 JSHandle<JSAPIStack> stack(thread, result); in HWTEST_F_L0() local
145 JSHandle<JSAPIStack> stack = CreateJSAPIStack(); in HWTEST_F_L0() local
163 JSHandle<JSAPIStack> stack = CreateJSAPIStack(); in HWTEST_F_L0() local
192 JSHandle<JSAPIStack> stack = CreateJSAPIStack(); in HWTEST_F_L0() local
227 JSHandle<JSAPIStack> stack = CreateJSAPIStack(); in HWTEST_F_L0() local
245 JSHandle<JSAPIStack> stack = CreateJSAPIStack(); in HWTEST_F_L0() local
276 JSHandle<JSAPIStack> stack = CreateJSAPIStack(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_stack.cpp47 JSHandle<JSAPIStack> stack = JSHandle<JSAPIStack>::Cast(obj); in StackConstructor() local
70 JSHandle<JSAPIStack> stack = JSHandle<JSAPIStack>::Cast(self); in IsEmpty() local
117 JSHandle<JSAPIStack> stack = JSHandle<JSAPIStack>::Cast(self); in Peek() local
142 JSHandle<JSAPIStack> stack = JSHandle<JSAPIStack>::Cast(self); in Locate() local
165 JSHandle<JSAPIStack> stack = JSHandle<JSAPIStack>::Cast(self); in Pop() local
188 JSHandle<JSAPIStack> stack = JSHandle<JSAPIStack>::Cast(thisHandle); in ForEach() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dbacktrace.cpp20 void Backtrace([[maybe_unused]] std::ostringstream &stack, [[maybe_unused]] bool enableCache) in Backtrace()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dbacktrace.cpp20 void Backtrace([[maybe_unused]] std::ostringstream &stack, [[maybe_unused]] bool enableCache) in Backtrace()
/arkcompiler/ets_runtime/test/aottest/exception_case12/
Dexception_case12.ts27 let stack = e.stack variable
/arkcompiler/ets_runtime/test/aottest/exception_case11/
Dexception_case11.ts29 let stack = e.stack variable
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dbacktrace.cpp27 void Backtrace(std::ostringstream &stack, [[maybe_unused]] bool enableCache) in Backtrace()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DfunctionType.cpp24 static std::unordered_set<const FunctionType *> stack; in ToString() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackpush_fuzzer/
Dcontainersstackpush_fuzzer.cpp77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local
100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackPushFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/
Dcontainersstack_fuzzer.cpp77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local
99 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackgetlength_fuzzer/
Dcontainersstackgetlength_fuzzer.cpp77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local
100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackGetLengthFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackpeek_fuzzer/
Dcontainersstackpeek_fuzzer.cpp77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local
100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackPeekFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstacklocate_fuzzer/
Dcontainersstacklocate_fuzzer.cpp77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local
100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackLocateFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/
Decma_handle_scope.cpp63 std::ostringstream stack; in NewHandle() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackiterator_fuzzer/
Dcontainersstackiterator_fuzzer.cpp77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local
100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackIteratorFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackisempty_fuzzer/
Dcontainersstackisempty_fuzzer.cpp77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local
99 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackFuzzIsEmptyTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackpop_fuzzer/
Dcontainersstackpop_fuzzer.cpp77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local
100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackPopFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackforeach_fuzzer/
Dcontainersstackforeach_fuzzer.cpp82 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local
105 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackForEachFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack_iterator.cpp45 JSHandle<JSTaggedValue> stack(thread, iter->GetIteratedStack()); in Next() local
/arkcompiler/ets_runtime/test/moduletest/container/
Dcontainer_stack.js25 let stack = new Stack(); variable
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dbacktrace.cpp39 void Backtrace(std::ostringstream &stack, bool enableCache) in Backtrace()
/arkcompiler/ets_runtime/test/fuzztest/containershashmap_fuzzer/
Dcontainershashmap_fuzzer.cpp96 JSHandle<JSAPIHashMap> stack = CreateJSAPIHashMap(thread); in ContainersHashMapFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dwork_manager.cpp192 Stack *stack = reinterpret_cast<Stack *>(begin + sizeof(WorkNode)); in AllocateWorkNode() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_stack_test.cpp84 …JSHandle<JSAPIStack> stack(factory->NewJSObjectByConstructor(JSHandle<JSFunction>(constructor), co… in CreateStack() local
92 JSAPIStack *stack = CreateStack(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrToPicture.js163 static deepTest(n, nodes, isBlock, stack, dist) { argument

12