Home
last modified time | relevance | path

Searched defs:stack (Results 1 - 25 of 56) sorted by relevance

123

/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
H A Dbacktrace.cpp20 void Backtrace([[maybe_unused]] std::ostringstream &stack, [[maybe_unused]] bool enableCache) in Backtrace() argument
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dbacktrace.cpp20 void Backtrace([[maybe_unused]] std::ostringstream &stack, [[maybe_unused]] bool enableCache) in Backtrace() argument
/arkcompiler/runtime_core/static_core/verification/config/options/
H A Dmsg_set_parser.h26 ark::PandaVector<std::pair<size_t, size_t>> stack; member
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dexceptions.h110 auto stack = StackWalker::Create(thread); in SetExceptionEvent() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
H A Dbacktrace.cpp27 void Backtrace(std::ostringstream &stack, [[maybe_unused]] bool enableCache) in Backtrace() argument
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DfunctionType.cpp24 static std::unordered_set<const FunctionType *> stack; in ToString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_stubs-inl.h54 auto stack = StackWalker::Create(coro); in GetMethodOwnerClassInFrames() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_adaptive_marking_stack.cpp47 GCWorkersTask GCAdaptiveMarkingStack::CreateTask(GCAdaptiveStack<ObjectHeader *> *stack) in CreateTask() argument
H A Dgenerational-gc-base-inl.h26 void GenerationalGC<LanguageConfig>::MarkStack(Marker *marker, GCMarkingStackType *stack, in MarkStack() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dinvokation_helper.h92 PandaVector<uint8_t> stack; in InvokeEntryPoint() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DfunctionType.cpp23 static std::unordered_set<const FunctionType *> stack; in ToString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_StackTrace.cpp33 EtsStackTraceElement *CreateStackTraceElement(StackWalker *stack) in CreateStackTraceElement() argument
/arkcompiler/ets_runtime/ecmascript/
H A Decma_handle_scope.cpp110 std::ostringstream stack; in NewHandle() local
148 std::ostringstream stack; in NewPrimitiveHandle() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_stack_test.cpp68 JSAPIStack *stack = CreateStack(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/test/fuzztest/containersstack_fuzzer/
H A Dcontainersstack_fuzzer.cpp101 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackpop_fuzzer/
H A Dcontainersstackpop_fuzzer.cpp102 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackPopFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackgetlength_fuzzer/
H A Dcontainersstackgetlength_fuzzer.cpp102 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackGetLengthFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackpush_fuzzer/
H A Dcontainersstackpush_fuzzer.cpp102 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackPushFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
H A Dbacktrace.cpp96 void Backtrace(std::ostringstream &stack, bool enableCache) in Backtrace() argument
/arkcompiler/ets_runtime/test/fuzztest/containersstacklocate_fuzzer/
H A Dcontainersstacklocate_fuzzer.cpp102 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackLocateFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackpeek_fuzzer/
H A Dcontainersstackpeek_fuzzer.cpp102 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackPeekFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackisempty_fuzzer/
H A Dcontainersstackisempty_fuzzer.cpp101 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackFuzzIsEmptyTest() local
/arkcompiler/ets_runtime/test/fuzztest/containersstackiterator_fuzzer/
H A Dcontainersstackiterator_fuzzer.cpp102 JSHandle<JSAPIStack> stack = CreateJSAPIStack(thread); in ContainersStackIteratorFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/
H A Ddeoptimization.cpp135 void PrevFrameDeopt(FrameKind prevFrameKind, ManagedThread *thread, StackWalker *stack, cons argument
181 Deoptimize(StackWalker *stack, const uint8_t *pc, bool hasException, Method *destroyMethod) Deoptimize() argument
243 DropCompiledFrame(StackWalker *stack) DropCompiledFrame() argument
[all...]
H A Dlanguage_context.cpp37 auto stack = StackWalker::Create(thread); in GetCatchMethodAndOffset() local

Completed in 8 milliseconds

123