| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| H A D | patch_return_handler_stack_adjustment.cpp | 82 auto stackSize = frameInfo.getStackSize(); variable
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/sampler/ |
| H A D | sample_reader-inl.h | 86 size_t stackSize = ReadUintptrTBitMisaligned(&buffer_[bufferCounter + SAMPLE_STACK_SIZE_OFFSET]); in SampleReader() local
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| H A D | arena_allocator.cpp | 140 size_t stackSize = buff_.GetOccupiedSize(); in Resize() local
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| H A D | thread.cpp | 163 int ThreadGetStackInfo(NativeHandleType thread, void **stackAddr, size_t *stackSize, size_t *guardSize) in ThreadGetStackInfo() argument
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| H A D | coroutine.cpp | 122 bool Coroutine::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() argument
|
| H A D | stackful_coroutine.cpp | 43 bool StackfulCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() argument
|
| H A D | threaded_coroutine.cpp | 83 bool ThreadedCoroutineContext::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() argument
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| H A D | regexp_executor.cpp | 34 uint32_t stackSize = sizeof(uintptr_t) * nStack_; in Execute() local 370 auto stackSize = stateStackSize_ * sizeof(RegExpState); in ReAllocStack() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/object_code/ |
| H A D | code_info_producer.cpp | 100 size_t CodeInfoProducer::GetArkFrameSlot(const LLVMStackMap::LocationAccessor &location, uint64_t stackSize, in GetArkFrameSlot() argument 138 unsigned CodeInfoProducer::CollectRoots(const LLVMStackMap::RecordAccessor &record, uint64_t stackSize, in CollectRoots() argument 295 uint64_t stackSize = compilation_->GetMethodStackSize(method); ConvertStackMaps() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_executor.cpp | 37 uint32_t stackSize = sizeof(uintptr_t) * nStack_; in Execute() local 275 size_t stackSize = sizeof(uintptr_t) * nStack_; in PushRegExpState() local 301 size_t stackSize = sizeof(uintptr_t) * nStack_; in PopRegExpState() local 326 size_t stackSize = stateStackSize_ * stateSize_; ReAllocStack() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/stackmap/llvm/ |
| H A D | llvm_stackmap_type.h | 128 uint64_t stackSize; member 133 LOG_COMPILER(DEBUG) << " stackSize:0x" << std::hex << stackSize; in Print() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_proepilog.cpp | 331 void AArch64GenProEpilog::GenerateFrameTypeSave(SaveInfo& frameTypeInfo, int32 stackSize, int64 fpToSpDistance) in GenerateFrameTypeSave() argument 355 void AArch64GenProEpilog::GenerateFunctionSave(SaveInfo& funcInfo, int32 stackSize, int64 fpToSpDistance) in GenerateFunctionSave() argument
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | thread.cpp | 317 bool ManagedThread::RetrieveStackInfo(void *&stackAddr, size_t &stackSize, size_t &guardSize) in RetrieveStackInfo() argument 330 size_t stackSize; in InitForStackOverflowCheck() local
|