| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_stack_test.cpp | 65 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/runtime_core/static_core/runtime/ |
| D | deoptimization.cpp | 86 for (auto stack = StackWalker::Create(thread); stack.HasFrame(); stack.NextFrame()) { in InvalidateCompiledEntryPoint() local 118 [[noreturn]] NO_ADDRESS_SANITIZE void Deoptimize(StackWalker *stack, const uint8_t *pc, bool hasExc… in InvalidateCompiledEntryPoint() 215 [[noreturn]] void DropCompiledFrame(StackWalker *stack) in InvalidateCompiledEntryPoint()
|
| D | runtime_helpers.cpp | 31 for (auto stack = StackWalker::Create(thread); stack.HasFrame(); stack.NextFrame()) { in PrintStackTrace() local
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_stack.cpp | 47 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/runtime_core/static_core/runtime/include/ |
| D | exceptions.h | 107 auto stack = StackWalker::Create(thread); in SetExceptionEvent() local
|
| /arkcompiler/ets_runtime/test/aottest/exception_case12/ |
| D | exception_case12.ts | 27 let stack = e.stack variable
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | backtrace.cpp | 20 void Backtrace([[maybe_unused]] std::ostringstream &stack, [[maybe_unused]] bool enableCache, in Backtrace()
|
| /arkcompiler/ets_runtime/test/aottest/exception_case11/ |
| D | exception_case11.ts | 29 let stack = e.stack variable
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
| D | backtrace.cpp | 20 void Backtrace([[maybe_unused]] std::ostringstream &stack, [[maybe_unused]] bool enableCache, in Backtrace()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
| D | backtrace.cpp | 27 void Backtrace(std::ostringstream &stack, [[maybe_unused]] bool enableCache, in Backtrace()
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstacklocate_fuzzer/ |
| D | containersstacklocate_fuzzer.cpp | 77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local 100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackLocateFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/ |
| D | containersstack_fuzzer.cpp | 77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local 99 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackgetlength_fuzzer/ |
| D | containersstackgetlength_fuzzer.cpp | 77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local 100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackGetLengthFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackpeek_fuzzer/ |
| D | containersstackpeek_fuzzer.cpp | 77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local 100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackPeekFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackpush_fuzzer/ |
| D | containersstackpush_fuzzer.cpp | 77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local 100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackPushFuzzTest() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | functionType.cpp | 24 static std::unordered_set<const FunctionType *> stack; in ToString() local
|
| /arkcompiler/ets_runtime/test/moduletest/deleteobjproperty/ |
| D | deleteobjproperty.js | 26 var stack = new Stack(); variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | functionType.cpp | 23 static std::unordered_set<const FunctionType *> stack; in ToString() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackisempty_fuzzer/ |
| D | containersstackisempty_fuzzer.cpp | 77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local 99 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackFuzzIsEmptyTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackpop_fuzzer/ |
| D | containersstackpop_fuzzer.cpp | 77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local 100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackPopFuzzTest() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackiterator_fuzzer/ |
| D | containersstackiterator_fuzzer.cpp | 77 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local 100 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackIteratorFuzzTest() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_handle_scope.cpp | 63 std::ostringstream stack; in NewHandle() local
|
| /arkcompiler/ets_runtime/test/fuzztest/containersstackforeach_fuzzer/ |
| D | containersstackforeach_fuzzer.cpp | 82 JSHandle<JSAPIStack> stack(thread, result); in CreateJSAPIStack() local 105 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackForEachFuzzTest() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | generational-gc-base-inl.h | 26 void GenerationalGC<LanguageConfig>::MarkStack(Marker *marker, GCMarkingStackType *stack, in MarkStack()
|
| /arkcompiler/ets_runtime/test/moduletest/container/ |
| D | container_stack.js | 25 let stack = new Stack(); variable
|