Home
last modified time | relevance | path

Searched refs:required_words (Results 1 – 25 of 37) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A DinterpreterRT_zero.cpp151 int required_words = variable
155 stack->overflow_check(required_words, CHECK_NULL);
157 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
H A Dstack_zero.inline.hpp32 inline void ZeroStack::overflow_check(int required_words, TRAPS) { in overflow_check() argument
34 if (available_words() < required_words) { in overflow_check()
H A Dstack_zero.hpp103 void overflow_check(int required_words, TRAPS);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/zero/
H A DinterpreterRT_zero.cpp150 int required_words = variable
154 stack->overflow_check(required_words, CHECK_NULL);
156 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
H A Dstack_zero.inline.hpp32 inline void ZeroStack::overflow_check(int required_words, TRAPS) { in overflow_check() argument
34 if (available_words() < required_words) { in overflow_check()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A DinterpreterRT_zero.cpp151 int required_words = variable
155 stack->overflow_check(required_words, CHECK_NULL);
157 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
H A Dstack_zero.inline.hpp32 inline void ZeroStack::overflow_check(int required_words, TRAPS) { in overflow_check() argument
34 if (available_words() < required_words) { in overflow_check()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/zero/
H A DinterpreterRT_zero.cpp150 int required_words = variable
154 stack->overflow_check(required_words, CHECK_NULL);
156 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
H A Dstack_zero.inline.hpp32 inline void ZeroStack::overflow_check(int required_words, TRAPS) { in overflow_check() argument
34 if (available_words() < required_words) { in overflow_check()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/zero/
H A DinterpreterRT_zero.cpp151 int required_words = variable
155 stack->overflow_check(required_words, CHECK_NULL);
157 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
H A Dstack_zero.inline.hpp32 inline void ZeroStack::overflow_check(int required_words, TRAPS) { in overflow_check() argument
34 if (available_words() < required_words) { in overflow_check()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/zero/
H A DinterpreterRT_zero.cpp150 int required_words = variable
154 stack->overflow_check(required_words, CHECK_NULL);
156 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
H A Dstack_zero.inline.hpp32 inline void ZeroStack::overflow_check(int required_words, TRAPS) { in overflow_check() argument
34 if (available_words() < required_words) { in overflow_check()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/zero/
H A DinterpreterRT_zero.cpp150 int required_words = variable
154 stack->overflow_check(required_words, CHECK_NULL);
156 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
H A Dstack_zero.inline.hpp32 inline void ZeroStack::overflow_check(int required_words, TRAPS) { in overflow_check() argument
34 if (available_words() < required_words) { in overflow_check()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.cpp150 int required_words = variable
154 stack->overflow_check(required_words, CHECK_NULL);
156 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
H A Dstack_zero.inline.hpp33 inline void ZeroStack::overflow_check(int required_words, TRAPS) { in overflow_check() argument
35 if (available_words() < required_words) { in overflow_check()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A DinterpreterRT_zero.cpp150 int required_words = variable
154 stack->overflow_check(required_words, CHECK_NULL);
156 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
H A Dstack_zero.inline.hpp33 inline void ZeroStack::overflow_check(int required_words, TRAPS) { in overflow_check() argument
35 if (available_words() < required_words) { in overflow_check()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/zero/
H A Dstack_zero.inline.hpp32 inline void ZeroStack::overflow_check(int required_words, TRAPS) { in overflow_check() argument
34 if (available_words() < required_words) { in overflow_check()
H A DinterpreterRT_zero.cpp162 int required_words = variable
166 stack->overflow_check(required_words, CHECK_NULL);
168 intptr_t *buf = (intptr_t *) stack->alloc(required_words * wordSize);
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp218 auto required_words = (width + 32 - 1) / 32; in MaybeAddFact() local
219 if (static_cast<uint32_t>(fact.constant_word().size()) != required_words) { in MaybeAddFact()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp218 auto required_words = (width + 32 - 1) / 32; in MaybeAddFact() local
219 if (static_cast<uint32_t>(fact.constant_word().size()) != required_words) { in MaybeAddFact()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp218 auto required_words = (width + 32 - 1) / 32; in MaybeAddFact() local
219 if (static_cast<uint32_t>(fact.constant_word().size()) != required_words) { in MaybeAddFact()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/fact_manager/
H A Dconstant_uniform_facts.cpp218 auto required_words = (width + 32 - 1) / 32; in MaybeAddFact() local
219 if (static_cast<uint32_t>(fact.constant_word().size()) != required_words) { in MaybeAddFact()

12