/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/ |
H A D | stackMapFrame.hpp | 67 _stack_size(cp._stack_size), _stack_mark(cp._stack_mark), in StackMapFrame() 181 _stack_mark = _stack_size; in set_mark() 188 _stack_size = _stack_mark; in restore() 201 _stack[_stack_size++] = type; in push_stack() 214 _stack[_stack_size++] = type1; in push_stack_2() 215 _stack[_stack_size++] = type2; in push_stack_2() 220 if (_stack_size <= 0) { in pop_stack() 233 if (_stack_size != 0) { in pop_stack() 238 --_stack_size; in pop_stack() 249 if (_stack_size >= 2) { in pop_stack_2() [all …]
|
H A D | stackMapFrame.cpp | 35 _offset(0), _locals_size(0), _stack_size(0), in StackMapFrame() 65 for (i = 0; i < _stack_size; i++) { in initialize_object() 138 int32_t len = src->stack_size() < _stack_size ? in copy_stack() 139 src->stack_size() : _stack_size; in copy_stack() 165 if (_stack_size != target->stack_size()) { in is_assignable_to() 183 if (mismatch_loc != _stack_size) { in is_assignable_to() 200 if (_stack_size <= 0) { in pop_stack_ex() 206 VerificationType top = _stack[--_stack_size]; in pop_stack_ex() 335 return TypeOrigin::stack(_stack_size, this); in stack_top_ctx() 352 for (int32_t j = 0; j < _stack_size; ++j) { in print_on() [all …]
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/ |
H A D | stackMapFrame.hpp | 68 _stack_size(cp._stack_size), _stack_mark(cp._stack_mark), in StackMapFrame() 182 _stack_mark = _stack_size; in set_mark() 189 _stack_size = _stack_mark; in restore() 202 _stack[_stack_size++] = type; in push_stack() 215 _stack[_stack_size++] = type1; in push_stack_2() 216 _stack[_stack_size++] = type2; in push_stack_2() 221 if (_stack_size <= 0) { in pop_stack() 234 if (_stack_size != 0) { in pop_stack() 239 --_stack_size; in pop_stack() 250 if (_stack_size >= 2) { in pop_stack_2() [all …]
|
H A D | stackMapFrame.cpp | 35 _offset(0), _locals_size(0), _stack_size(0), in StackMapFrame() 65 for (i = 0; i < _stack_size; i++) { in initialize_object() 139 int32_t len = src->stack_size() < _stack_size ? in copy_stack() 140 src->stack_size() : _stack_size; in copy_stack() 166 if (_stack_size != target->stack_size()) { in is_assignable_to() 184 if (mismatch_loc != _stack_size) { in is_assignable_to() 201 if (_stack_size <= 0) { in pop_stack_ex() 207 VerificationType top = _stack[--_stack_size]; in pop_stack_ex() 336 return TypeOrigin::stack(_stack_size, this); in stack_top_ctx() 353 for (int32_t j = 0; j < _stack_size; ++j) { in print_on() [all …]
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/classfile/ |
H A D | stackMapFrame.hpp | 67 _stack_size(cp._stack_size), _stack_mark(cp._stack_mark), in StackMapFrame() 181 _stack_mark = _stack_size; in set_mark() 188 _stack_size = _stack_mark; in restore() 201 _stack[_stack_size++] = type; in push_stack() 214 _stack[_stack_size++] = type1; in push_stack_2() 215 _stack[_stack_size++] = type2; in push_stack_2() 220 if (_stack_size <= 0) { in pop_stack() 233 if (_stack_size != 0) { in pop_stack() 238 --_stack_size; in pop_stack() 249 if (_stack_size >= 2) { in pop_stack_2() [all …]
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/classfile/ |
H A D | stackMapFrame.hpp | 68 _stack_size(cp._stack_size), _stack_mark(cp._stack_mark), in StackMapFrame() 182 _stack_mark = _stack_size; in set_mark() 189 _stack_size = _stack_mark; in restore() 202 _stack[_stack_size++] = type; in push_stack() 215 _stack[_stack_size++] = type1; in push_stack_2() 216 _stack[_stack_size++] = type2; in push_stack_2() 221 if (_stack_size <= 0) { in pop_stack() 234 if (_stack_size != 0) { in pop_stack() 239 --_stack_size; in pop_stack() 250 if (_stack_size >= 2) { in pop_stack_2() [all …]
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/classfile/ |
H A D | stackMapFrame.hpp | 68 _stack_size(cp._stack_size), _stack_mark(cp._stack_mark), in StackMapFrame() 182 _stack_mark = _stack_size; in set_mark() 189 _stack_size = _stack_mark; in restore() 202 _stack[_stack_size++] = type; in push_stack() 215 _stack[_stack_size++] = type1; in push_stack_2() 216 _stack[_stack_size++] = type2; in push_stack_2() 221 if (_stack_size <= 0) { in pop_stack() 234 if (_stack_size != 0) { in pop_stack() 239 --_stack_size; in pop_stack() 250 if (_stack_size >= 2) { in pop_stack_2() [all …]
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/classfile/ |
H A D | stackMapFrame.hpp | 67 _stack_size(cp._stack_size), _stack_mark(cp._stack_mark), in StackMapFrame() 181 _stack_mark = _stack_size; in set_mark() 188 _stack_size = _stack_mark; in restore() 201 _stack[_stack_size++] = type; in push_stack() 214 _stack[_stack_size++] = type1; in push_stack_2() 215 _stack[_stack_size++] = type2; in push_stack_2() 220 if (_stack_size <= 0) { in pop_stack() 233 if (_stack_size != 0) { in pop_stack() 238 --_stack_size; in pop_stack() 249 if (_stack_size >= 2) { in pop_stack_2() [all …]
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/classfile/ |
H A D | stackMapFrame.hpp | 68 _stack_size(cp._stack_size), _stack_mark(cp._stack_mark), in StackMapFrame() 182 _stack_mark = _stack_size; in set_mark() 189 _stack_size = _stack_mark; in restore() 202 _stack[_stack_size++] = type; in push_stack() 215 _stack[_stack_size++] = type1; in push_stack_2() 216 _stack[_stack_size++] = type2; in push_stack_2() 221 if (_stack_size <= 0) { in pop_stack() 234 if (_stack_size != 0) { in pop_stack() 239 --_stack_size; in pop_stack() 250 if (_stack_size >= 2) { in pop_stack_2() [all …]
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/classfile/ |
H A D | stackMapFrame.hpp | 68 _stack_size(cp._stack_size), _stack_mark(cp._stack_mark), in StackMapFrame() 182 _stack_mark = _stack_size; in set_mark() 189 _stack_size = _stack_mark; in restore() 202 _stack[_stack_size++] = type; in push_stack() 215 _stack[_stack_size++] = type1; in push_stack_2() 216 _stack[_stack_size++] = type2; in push_stack_2() 221 if (_stack_size <= 0) { in pop_stack() 234 if (_stack_size != 0) { in pop_stack() 239 --_stack_size; in pop_stack() 250 if (_stack_size >= 2) { in pop_stack_2() [all …]
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/ |
H A D | stackMapFrame.hpp | 67 _stack_size(cp._stack_size), _stack_mark(cp._stack_mark), in StackMapFrame() 181 _stack_mark = _stack_size; in set_mark() 188 _stack_size = _stack_mark; in restore() 201 _stack[_stack_size++] = type; in push_stack() 214 _stack[_stack_size++] = type1; in push_stack_2() 215 _stack[_stack_size++] = type2; in push_stack_2() 220 if (_stack_size <= 0) { in pop_stack() 233 if (_stack_size != 0) { in pop_stack() 238 --_stack_size; in pop_stack() 249 if (_stack_size >= 2) { in pop_stack_2() [all …]
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/classfile/ |
H A D | stackMapFrame.hpp | 67 _stack_size(cp._stack_size), _stack_mark(cp._stack_mark), in StackMapFrame() 181 _stack_mark = _stack_size; in set_mark() 188 _stack_size = _stack_mark; in restore() 201 _stack[_stack_size++] = type; in push_stack() 214 _stack[_stack_size++] = type1; in push_stack_2() 215 _stack[_stack_size++] = type2; in push_stack_2() 220 if (_stack_size <= 0) { in pop_stack() 233 if (_stack_size != 0) { in pop_stack() 238 --_stack_size; in pop_stack() 249 if (_stack_size >= 2) { in pop_stack_2() [all …]
|
/dports/math/tblis/tblis-1.2.0/src/memory/ |
H A D | stack_allocator.hpp | 93 : _stack_size(stack_size), _expandable(expandable), _align(alignment), in stack_allocator() 96 _stacks->emplace_back(_stack_size*sizeof(T)); in stack_allocator() 109 …: _stack_size(other._stack_size), _expandable(other._expandable), _align(std::max(alignof(T),other… in stack_allocator() 114 …: _stack_size(other._stack_size), _expandable(other._expandable), _align(std::max(alignof(T),other… in stack_allocator() 131 if (size*sizeof(T) > _stack_size) in allocate() 142 _stacks->emplace_back(_stack_size); in allocate() 162 size_t _stack_size; member in stack_allocator
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/ |
H A D | c1_FpuStackSim_x86.cpp | 51 _stack_size--; in dec_stack_size() 52 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 56 _stack_size++; in inc_stack_size() 57 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 63 _stack_size = 0; in FpuStackSim() 166 _stack_size = 0; in clear() 181 _stack_size = fpu_stack_state->at(0); in read_state()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/ |
H A D | c1_FpuStackSim_x86.cpp | 51 _stack_size--; in dec_stack_size() 52 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 56 _stack_size++; in inc_stack_size() 57 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 63 _stack_size = 0; in FpuStackSim() 166 _stack_size = 0; in clear() 181 _stack_size = fpu_stack_state->at(0); in read_state()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/ |
H A D | c1_FpuStackSim_x86.cpp | 51 _stack_size--; in dec_stack_size() 52 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 56 _stack_size++; in inc_stack_size() 57 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 63 _stack_size = 0; in FpuStackSim() 166 _stack_size = 0; in clear() 181 _stack_size = fpu_stack_state->at(0); in read_state()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/ |
H A D | c1_FpuStackSim_x86.cpp | 51 _stack_size--; in dec_stack_size() 52 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 56 _stack_size++; in inc_stack_size() 57 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 63 _stack_size = 0; in FpuStackSim() 166 _stack_size = 0; in clear() 181 _stack_size = fpu_stack_state->at(0); in read_state()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/ |
H A D | c1_FpuStackSim_x86.cpp | 51 _stack_size--; in dec_stack_size() 52 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 56 _stack_size++; in inc_stack_size() 57 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 63 _stack_size = 0; in FpuStackSim() 166 _stack_size = 0; in clear() 181 _stack_size = fpu_stack_state->at(0); in read_state()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/ |
H A D | c1_FpuStackSim_x86.cpp | 51 _stack_size--; in dec_stack_size() 52 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 56 _stack_size++; in inc_stack_size() 57 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 63 _stack_size = 0; in FpuStackSim() 166 _stack_size = 0; in clear() 181 _stack_size = fpu_stack_state->at(0); in read_state()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/ |
H A D | c1_FpuStackSim_x86.cpp | 51 _stack_size--; in dec_stack_size() 52 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 56 _stack_size++; in inc_stack_size() 57 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 63 _stack_size = 0; in FpuStackSim() 166 _stack_size = 0; in clear() 181 _stack_size = fpu_stack_state->at(0); in read_state()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/ |
H A D | c1_FpuStackSim_x86.cpp | 51 _stack_size--; in dec_stack_size() 52 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 56 _stack_size++; in inc_stack_size() 57 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 63 _stack_size = 0; in FpuStackSim() 166 _stack_size = 0; in clear() 181 _stack_size = fpu_stack_state->at(0); in read_state()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/ |
H A D | c1_FpuStackSim_aarch64.cpp | 53 _stack_size--; in dec_stack_size() 54 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 58 _stack_size++; in inc_stack_size() 59 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 65 _stack_size = 0; in FpuStackSim() 168 _stack_size = 0; in clear() 183 _stack_size = (*fpu_stack_state)[0]; in read_state()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/ |
H A D | c1_FpuStackSim_x86.cpp | 51 _stack_size--; in dec_stack_size() 52 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 56 _stack_size++; in inc_stack_size() 57 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 63 _stack_size = 0; in FpuStackSim() 166 _stack_size = 0; in clear() 181 _stack_size = (*fpu_stack_state)[0]; in read_state()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/ |
H A D | c1_FpuStackSim_x86.cpp | 51 _stack_size--; in dec_stack_size() 52 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 56 _stack_size++; in inc_stack_size() 57 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 63 _stack_size = 0; in FpuStackSim() 166 _stack_size = 0; in clear() 181 _stack_size = (*fpu_stack_state)[0]; in read_state()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/aarch64/vm/ |
H A D | c1_FpuStackSim_aarch64.cpp | 53 _stack_size--; in dec_stack_size() 54 assert(_stack_size >= 0, "FPU stack underflow"); in dec_stack_size() 58 _stack_size++; in inc_stack_size() 59 assert(_stack_size <= FrameMap::nof_fpu_regs, "FPU stack overflow"); in inc_stack_size() 65 _stack_size = 0; in FpuStackSim() 168 _stack_size = 0; in clear() 183 _stack_size = (*fpu_stack_state)[0]; in read_state()
|