Home
last modified time | relevance | path

Searched refs:StackOverflow (Results 1 – 25 of 1520) sorted by relevance

12345678910>>...61

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DstackOverflow.cpp33 size_t StackOverflow::_stack_red_zone_size = 0;
34 size_t StackOverflow::_stack_yellow_zone_size = 0;
36 size_t StackOverflow::_stack_shadow_zone_size = 0;
38 void StackOverflow::initialize_stack_zone_sizes() { in initialize_stack_zone_sizes()
69 bool StackOverflow::stack_guards_enabled() const { in stack_guards_enabled()
79 void StackOverflow::create_stack_guard_pages() { in create_stack_guard_pages()
114 void StackOverflow::remove_stack_guard_pages() { in remove_stack_guard_pages()
216 void StackOverflow::enable_stack_red_zone() { in enable_stack_red_zone()
230 void StackOverflow::disable_stack_red_zone() { in disable_stack_red_zone()
265 bool StackOverflow::reguard_stack(void) { in reguard_stack()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DstackOverflow.cpp33 size_t StackOverflow::_stack_red_zone_size = 0;
34 size_t StackOverflow::_stack_yellow_zone_size = 0;
36 size_t StackOverflow::_stack_shadow_zone_size = 0;
38 void StackOverflow::initialize_stack_zone_sizes() { in initialize_stack_zone_sizes()
69 bool StackOverflow::stack_guards_enabled() const { in stack_guards_enabled()
79 void StackOverflow::create_stack_guard_pages() { in create_stack_guard_pages()
114 void StackOverflow::remove_stack_guard_pages() { in remove_stack_guard_pages()
216 void StackOverflow::enable_stack_red_zone() { in enable_stack_red_zone()
230 void StackOverflow::disable_stack_red_zone() { in disable_stack_red_zone()
265 bool StackOverflow::reguard_stack(void) { in reguard_stack()
[all …]
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/codegen/src/ir/
H A Dtrapcode.rs18 StackOverflow, enumerator
60 StackOverflow => "stk_ovf", in fmt()
82 "stk_ovf" => Ok(StackOverflow), in from_str()
105 TrapCode::StackOverflow,
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cranelift-codegen-0.44.0/src/ir/
H A Dtrapcode.rs18 StackOverflow, enumerator
63 StackOverflow => "stk_ovf", in fmt()
86 "stk_ovf" => Ok(StackOverflow), in from_str()
110 TrapCode::StackOverflow,
/dports/www/firefox/firefox-99.0/third_party/rust/cranelift-codegen/src/ir/
H A Dtrapcode.rs15 StackOverflow, enumerator
60 StackOverflow => "stk_ovf", in fmt()
83 "stk_ovf" => Ok(StackOverflow), in from_str()
107 TrapCode::StackOverflow,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dtrapcode.rs15 StackOverflow, enumerator
60 StackOverflow => "stk_ovf", in fmt()
83 "stk_ovf" => Ok(StackOverflow), in from_str()
107 TrapCode::StackOverflow,
/dports/lang/rust/rustc-1.58.1-src/vendor/cranelift-codegen/src/ir/
H A Dtrapcode.rs15 StackOverflow, enumerator
60 StackOverflow => "stk_ovf", in fmt()
83 "stk_ovf" => Ok(StackOverflow), in from_str()
107 TrapCode::StackOverflow,
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cranelift-codegen/src/ir/
H A Dtrapcode.rs15 StackOverflow, enumerator
60 StackOverflow => "stk_ovf", in fmt()
83 "stk_ovf" => Ok(StackOverflow), in from_str()
107 TrapCode::StackOverflow,
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/ir/
H A Dtrapcode.rs18 StackOverflow, enumerator
63 StackOverflow => "stk_ovf", in fmt()
86 "stk_ovf" => Ok(StackOverflow), in from_str()
110 TrapCode::StackOverflow,
/dports/math/R-cran-matrixStats/matrixStats/inst/benchmarking/includes/
H A Dreferences.md.rsp7 [StackOverflow:colMins?]: https://stackoverflow.com/questions/13676878 "Stack Overflow: fastest way…
8 [StackOverflow:colSds?]: https://stackoverflow.com/questions/17549762 "Stack Overflow: Is there suc…
9 [StackOverflow:rowProds?]: https://stackoverflow.com/questions/20198801/ "Stack Overflow: Row produ…
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2VMStackException.hpp49 class StackOverflow: class
59 inline StackOverflow(const UINT_32 iIIP, in StackOverflow() function in CTPP::StackOverflow
91 inline ~StackOverflow() throw() in ~StackOverflow()
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2VMStackException.hpp49 class StackOverflow: class
59 inline StackOverflow(const UINT_32 iIIP, in StackOverflow() function in CTPP::StackOverflow
91 inline ~StackOverflow() throw() in ~StackOverflow()
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/libttf/
H A Dstack.c16 enum TTF_ERROR {StackOverflow ,InstructionOverflow}; enumerator
27 vm->Error_State = StackOverflow; in Push()
42 vm->Error_State = StackOverflow; in Pop()
/dports/devel/py-stackexchange/py-stackexchange-2.2.7/demo/
H A Dhighest_voted.py9 from stackexchange import Site, StackOverflow, Sort, DESC
11 so = Site(StackOverflow)
H A Dnarcissism.py9 from stackexchange import Site, StackOverflow
15 so = Site(StackOverflow, impose_throttling=True)
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp52 + (StackOverflow::stack_guard_zone_size() + StackOverflow::stack_shadow_zone_size()); in abi_stack_available()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp52 + (StackOverflow::stack_guard_zone_size() + StackOverflow::stack_shadow_zone_size()); in abi_stack_available()
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cc117 void StackOverflow(int Idx) { in StackOverflow() function
122 StackOverflow(Idx - 1); in StackOverflow()
174 case 18: StackOverflow(1000000); break; in main()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cpp117 void StackOverflow(int Idx) { in StackOverflow() function
122 StackOverflow(Idx - 1); in StackOverflow()
174 case 18: StackOverflow(1000000); break; in main()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cpp117 void StackOverflow(int Idx) { in StackOverflow() function
122 StackOverflow(Idx - 1); in StackOverflow()
174 case 18: StackOverflow(1000000); break; in main()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cpp153 void StackOverflow(int Idx) { in StackOverflow() function
158 StackOverflow(Idx - 1); in StackOverflow()
210 case 18: StackOverflow(1000000); break; in main()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cpp117 void StackOverflow(int Idx) { in StackOverflow() function
122 StackOverflow(Idx - 1); in StackOverflow()
174 case 18: StackOverflow(1000000); break; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cpp153 void StackOverflow(int Idx) { in StackOverflow() function
158 StackOverflow(Idx - 1); in StackOverflow()
210 case 18: StackOverflow(1000000); break; in main()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cpp153 void StackOverflow(int Idx) { in StackOverflow() function
158 StackOverflow(Idx - 1); in StackOverflow()
210 case 18: StackOverflow(1000000); break; in main()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/asan/TestCases/
H A Dscariness_score_test.cpp117 void StackOverflow(int Idx) { in StackOverflow() function
122 StackOverflow(Idx - 1); in StackOverflow()
174 case 18: StackOverflow(1000000); break; in main()

12345678910>>...61