/aosp_15_r20/art/runtime/ |
H A D | thread-inl.h | 602 ? GetStackOverflowReservedBytes(kRuntimeQuickCodeISA) in GetStackEndForInterpreter() 609 end += GetStackOverflowReservedBytes(kRuntimeQuickCodeISA); in GetStackEndForInterpreter() 619 GetStackBegin<stack_type>() + GetStackOverflowReservedBytes(kRuntimeQuickCodeISA)); in ResetDefaultStackEnd() 629 << GetStackOverflowReservedBytes(kRuntimeQuickCodeISA) << ")?"; in SetStackEndForStackOverflow()
|
H A D | thread.cc | 145 GetStackOverflowReservedBytes(kRuntimeQuickCodeISA); 729 GetStackOverflowReservedBytes(kRuntimeQuickCodeISA); in FixStackSize() 734 stack_size += GetStackOverflowReservedBytes(kRuntimeQuickCodeISA); in FixStackSize() 1384 RoundUp(GetStackOverflowReservedBytes(kRuntimeQuickCodeISA) + 4 * KB, gPageSize); in InitStack()
|
/aosp_15_r20/art/runtime/arch/x86/ |
H A D | fault_handler_x86.cc | 426 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kX86_64); in Action() 428 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kX86); in Action()
|
/aosp_15_r20/art/runtime/arch/riscv64/ |
H A D | fault_handler_riscv64.cc | 108 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kRiscv64); in Action()
|
/aosp_15_r20/art/runtime/arch/arm64/ |
H A D | fault_handler_arm64.cc | 148 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm64); in Action()
|
/aosp_15_r20/art/runtime/arch/arm/ |
H A D | fault_handler_arm.cc | 206 uintptr_t overflow_addr = sp - GetStackOverflowReservedBytes(InstructionSet::kArm); in Action()
|
/aosp_15_r20/art/tools/cpp-define-generator/ |
H A D | globals.def | 85 GetStackOverflowReservedBytes(art::kRuntimeQuickCodeISA))
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/arch/ |
D | instruction_set.h | 215 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
|
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/arch/ |
D | instruction_set.h | 215 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
|
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/arch/ |
D | instruction_set.h | 215 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/arch/ |
D | instruction_set.h | 278 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/arch/ |
D | instruction_set.h | 278 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/arch/ |
D | instruction_set.h | 278 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
|
/aosp_15_r20/art/libartbase/arch/ |
H A D | instruction_set.h | 256 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/arch/ |
D | instruction_set.h | 278 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/arch/ |
D | instruction_set.h | 278 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
|
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/arch/ |
D | instruction_set.h | 278 constexpr size_t GetStackOverflowReservedBytes(InstructionSet isa) { in GetStackOverflowReservedBytes() function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator.h | 257 return GetStackOverflowReservedBytes(GetInstructionSet()); in GetMaximumFrameSize()
|
H A D | code_generator_riscv64.cc | 6139 Zero, SP, -static_cast<int32_t>(GetStackOverflowReservedBytes(InstructionSet::kRiscv64))); in GenerateFrameEntry()
|
H A D | code_generator_arm64.cc | 1487 __ Sub(temp, sp, static_cast<int32_t>(GetStackOverflowReservedBytes(InstructionSet::kArm64))); in GenerateFrameEntry()
|
H A D | code_generator_x86_64.cc | 1893 size_t reserved_bytes = GetStackOverflowReservedBytes(InstructionSet::kX86_64); in GenerateFrameEntry()
|
H A D | code_generator_x86.cc | 1430 size_t reserved_bytes = GetStackOverflowReservedBytes(InstructionSet::kX86); in GenerateFrameEntry()
|
H A D | code_generator_arm_vixl.cc | 2417 __ Sub(temp, sp, Operand::From(GetStackOverflowReservedBytes(InstructionSet::kArm))); in GenerateFrameEntry()
|
/aosp_15_r20/out/soong/.intermediates/art/libdexfile/libdexfile/android_arm64_armv8-2a_cortex-a55_shared_apex31/obj/art/libdexfile/dex/ |
D | art_dex_file_loader.sdump | 8289 "function_name" : "art::GetStackOverflowReservedBytes",
|