Home
last modified time | relevance | path

Searched refs:obj_end (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A Dc1_MacroAssembler_arm.cpp79 void C1_MacroAssembler::try_allocate(Register obj, Register obj_end, Register tmp1, Register tmp2, in try_allocate() argument
82 tlab_allocate(obj, obj_end, tmp1, size_expression, slow_case); in try_allocate()
84 eden_allocate(obj, obj_end, tmp1, tmp2, size_expression, slow_case); in try_allocate()
108 void C1_MacroAssembler::initialize_body(Register base, Register obj_end, Register tmp) { in initialize_body() argument
109 zero_memory(base, obj_end, tmp); in initialize_body()
113 void C1_MacroAssembler::initialize_object(Register obj, Register obj_end, Register klass, in initialize_object() argument
118 assert_different_registers(obj, obj_end, klass, len, tmp1, tmp2); in initialize_object()
133 initialize_body(ptr, obj_end, tmp1); in initialize_object()
149 const Register obj_end = tmp1; in allocate_object() local
153 try_allocate(obj, obj_end, tmp2, tmp3, object_size_in_bytes, slow_case); in allocate_object()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/gc/shared/
H A DbarrierSetAssembler_arm.cpp164 assert_different_registers(obj, obj_end, top_addr, heap_end, size_expression.as_register()); in eden_allocate()
166 assert_different_registers(obj, obj_end, top_addr, heap_end); in eden_allocate()
180 __ add_rc(obj_end, obj, size_expression); in eden_allocate()
182 __ cmp(obj_end, obj); in eden_allocate()
185 __ cmp(obj_end, heap_end); in eden_allocate()
188 __ atomic_cas_bool(obj, obj_end, top_addr, 0, heap_end/*scratched*/); in eden_allocate()
195 void BarrierSetAssembler::tlab_allocate(MacroAssembler* masm, Register obj, Register obj_end, Regis… in tlab_allocate() argument
198 assert_different_registers(obj, obj_end, tlab_end); in tlab_allocate()
202 __ add_rc(obj_end, obj, size_expression); in tlab_allocate()
203 __ cmp(obj_end, tlab_end); in tlab_allocate()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/gc/shared/
H A DbarrierSetAssembler_arm.cpp164 assert_different_registers(obj, obj_end, top_addr, heap_end, size_expression.as_register()); in eden_allocate()
166 assert_different_registers(obj, obj_end, top_addr, heap_end); in eden_allocate()
180 __ add_rc(obj_end, obj, size_expression); in eden_allocate()
182 __ cmp(obj_end, obj); in eden_allocate()
185 __ cmp(obj_end, heap_end); in eden_allocate()
188 __ atomic_cas_bool(obj, obj_end, top_addr, 0, heap_end/*scratched*/); in eden_allocate()
195 void BarrierSetAssembler::tlab_allocate(MacroAssembler* masm, Register obj, Register obj_end, Regis… in tlab_allocate() argument
198 assert_different_registers(obj, obj_end, tlab_end); in tlab_allocate()
202 __ add_rc(obj_end, obj, size_expression); in tlab_allocate()
203 __ cmp(obj_end, tlab_end); in tlab_allocate()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/gc/shared/
H A DbarrierSetAssembler_arm.cpp159 assert_different_registers(obj, obj_end, top_addr, heap_end, size_expression.as_register()); in eden_allocate()
161 assert_different_registers(obj, obj_end, top_addr, heap_end); in eden_allocate()
175 __ add_rc(obj_end, obj, size_expression); in eden_allocate()
177 __ cmp(obj_end, obj); in eden_allocate()
180 __ cmp(obj_end, heap_end); in eden_allocate()
183 __ atomic_cas_bool(obj, obj_end, top_addr, 0, heap_end/*scratched*/); in eden_allocate()
190 void BarrierSetAssembler::tlab_allocate(MacroAssembler* masm, Register obj, Register obj_end, Regis… in tlab_allocate() argument
193 assert_different_registers(obj, obj_end, tlab_end); in tlab_allocate()
197 __ add_rc(obj_end, obj, size_expression); in tlab_allocate()
198 __ cmp(obj_end, tlab_end); in tlab_allocate()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A Dc1_MacroAssembler_arm.cpp79 void C1_MacroAssembler::try_allocate(Register obj, Register obj_end, Register tmp1, Register tmp2, in try_allocate() argument
82 tlab_allocate(obj, obj_end, tmp1, size_expression, slow_case); in try_allocate()
84 eden_allocate(obj, obj_end, tmp1, tmp2, size_expression, slow_case); in try_allocate()
108 void C1_MacroAssembler::initialize_body(Register base, Register obj_end, Register tmp) { in initialize_body() argument
109 zero_memory(base, obj_end, tmp); in initialize_body()
113 void C1_MacroAssembler::initialize_object(Register obj, Register obj_end, Register klass, in initialize_object() argument
118 assert_different_registers(obj, obj_end, klass, len, tmp1, tmp2); in initialize_object()
133 initialize_body(ptr, obj_end, tmp1); in initialize_object()
149 const Register obj_end = tmp1; in allocate_object() local
153 try_allocate(obj, obj_end, tmp2, tmp3, object_size_in_bytes, slow_case); in allocate_object()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/gc/shared/
H A DbarrierSetAssembler_arm.cpp163 assert_different_registers(obj, obj_end, top_addr, heap_end, size_expression.as_register()); in eden_allocate()
165 assert_different_registers(obj, obj_end, top_addr, heap_end); in eden_allocate()
179 __ add_rc(obj_end, obj, size_expression); in eden_allocate()
181 __ cmp(obj_end, obj); in eden_allocate()
184 __ cmp(obj_end, heap_end); in eden_allocate()
187 __ atomic_cas_bool(obj, obj_end, top_addr, 0, heap_end/*scratched*/); in eden_allocate()
194 void BarrierSetAssembler::tlab_allocate(MacroAssembler* masm, Register obj, Register obj_end, Regis… in tlab_allocate() argument
197 assert_different_registers(obj, obj_end, tlab_end); in tlab_allocate()
201 __ add_rc(obj_end, obj, size_expression); in tlab_allocate()
202 __ cmp(obj_end, tlab_end); in tlab_allocate()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A Dc1_MacroAssembler_arm.cpp80 void C1_MacroAssembler::try_allocate(Register obj, Register obj_end, Register tmp1, Register tmp2, in try_allocate() argument
83 tlab_allocate(obj, obj_end, tmp1, size_expression, slow_case); in try_allocate()
85 eden_allocate(obj, obj_end, tmp1, tmp2, size_expression, slow_case); in try_allocate()
109 void C1_MacroAssembler::initialize_body(Register base, Register obj_end, Register tmp) { in initialize_body() argument
110 zero_memory(base, obj_end, tmp); in initialize_body()
114 void C1_MacroAssembler::initialize_object(Register obj, Register obj_end, Register klass, in initialize_object() argument
119 assert_different_registers(obj, obj_end, klass, len, tmp1, tmp2); in initialize_object()
134 initialize_body(ptr, obj_end, tmp1); in initialize_object()
150 const Register obj_end = tmp1; in allocate_object() local
154 try_allocate(obj, obj_end, tmp2, tmp3, object_size_in_bytes, slow_case); in allocate_object()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/gc/shared/
H A DbarrierSetAssembler_arm.cpp164 assert_different_registers(obj, obj_end, top_addr, heap_end, size_expression.as_register()); in eden_allocate()
166 assert_different_registers(obj, obj_end, top_addr, heap_end); in eden_allocate()
180 __ add_rc(obj_end, obj, size_expression); in eden_allocate()
182 __ cmp(obj_end, obj); in eden_allocate()
185 __ cmp(obj_end, heap_end); in eden_allocate()
188 __ atomic_cas_bool(obj, obj_end, top_addr, 0, heap_end/*scratched*/); in eden_allocate()
195 void BarrierSetAssembler::tlab_allocate(MacroAssembler* masm, Register obj, Register obj_end, Regis… in tlab_allocate() argument
198 assert_different_registers(obj, obj_end, tlab_end); in tlab_allocate()
202 __ add_rc(obj_end, obj, size_expression); in tlab_allocate()
203 __ cmp(obj_end, tlab_end); in tlab_allocate()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A Dc1_MacroAssembler_arm.cpp79 void C1_MacroAssembler::try_allocate(Register obj, Register obj_end, Register tmp1, Register tmp2, in try_allocate() argument
82 tlab_allocate(obj, obj_end, tmp1, size_expression, slow_case); in try_allocate()
84 eden_allocate(obj, obj_end, tmp1, tmp2, size_expression, slow_case); in try_allocate()
108 void C1_MacroAssembler::initialize_body(Register base, Register obj_end, Register tmp) { in initialize_body() argument
109 zero_memory(base, obj_end, tmp); in initialize_body()
113 void C1_MacroAssembler::initialize_object(Register obj, Register obj_end, Register klass, in initialize_object() argument
118 assert_different_registers(obj, obj_end, klass, len, tmp1, tmp2); in initialize_object()
133 initialize_body(ptr, obj_end, tmp1); in initialize_object()
149 const Register obj_end = tmp1; in allocate_object() local
153 try_allocate(obj, obj_end, tmp2, tmp3, object_size_in_bytes, slow_case); in allocate_object()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/gc/shared/
H A DbarrierSetAssembler_arm.cpp164 assert_different_registers(obj, obj_end, top_addr, heap_end, size_expression.as_register()); in eden_allocate()
166 assert_different_registers(obj, obj_end, top_addr, heap_end); in eden_allocate()
180 __ add_rc(obj_end, obj, size_expression); in eden_allocate()
182 __ cmp(obj_end, obj); in eden_allocate()
185 __ cmp(obj_end, heap_end); in eden_allocate()
188 __ atomic_cas_bool(obj, obj_end, top_addr, 0, heap_end/*scratched*/); in eden_allocate()
195 void BarrierSetAssembler::tlab_allocate(MacroAssembler* masm, Register obj, Register obj_end, Regis… in tlab_allocate() argument
198 assert_different_registers(obj, obj_end, tlab_end); in tlab_allocate()
202 __ add_rc(obj_end, obj, size_expression); in tlab_allocate()
203 __ cmp(obj_end, tlab_end); in tlab_allocate()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A Dc1_MacroAssembler_arm.cpp80 void C1_MacroAssembler::try_allocate(Register obj, Register obj_end, Register tmp1, Register tmp2, in try_allocate() argument
83 tlab_allocate(obj, obj_end, tmp1, size_expression, slow_case); in try_allocate()
85 eden_allocate(obj, obj_end, tmp1, tmp2, size_expression, slow_case); in try_allocate()
109 void C1_MacroAssembler::initialize_body(Register base, Register obj_end, Register tmp) { in initialize_body() argument
110 zero_memory(base, obj_end, tmp); in initialize_body()
114 void C1_MacroAssembler::initialize_object(Register obj, Register obj_end, Register klass, in initialize_object() argument
119 assert_different_registers(obj, obj_end, klass, len, tmp1, tmp2); in initialize_object()
134 initialize_body(ptr, obj_end, tmp1); in initialize_object()
150 const Register obj_end = tmp1; in allocate_object() local
154 try_allocate(obj, obj_end, tmp2, tmp3, object_size_in_bytes, slow_case); in allocate_object()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A Dc1_MacroAssembler_arm.cpp80 void C1_MacroAssembler::try_allocate(Register obj, Register obj_end, Register tmp1, Register tmp2, in try_allocate() argument
83 tlab_allocate(obj, obj_end, tmp1, size_expression, slow_case); in try_allocate()
85 eden_allocate(obj, obj_end, tmp1, tmp2, size_expression, slow_case); in try_allocate()
109 void C1_MacroAssembler::initialize_body(Register base, Register obj_end, Register tmp) { in initialize_body() argument
110 zero_memory(base, obj_end, tmp); in initialize_body()
114 void C1_MacroAssembler::initialize_object(Register obj, Register obj_end, Register klass, in initialize_object() argument
119 assert_different_registers(obj, obj_end, klass, len, tmp1, tmp2); in initialize_object()
134 initialize_body(ptr, obj_end, tmp1); in initialize_object()
150 const Register obj_end = tmp1; in allocate_object() local
154 try_allocate(obj, obj_end, tmp2, tmp3, object_size_in_bytes, slow_case); in allocate_object()
[all …]
/dports/databases/pymongo/pymongo-3.12.0/bson/
H A D__init__.py213 if length < 1 or obj_end - position < length:
222 def _get_object_size(data, position, obj_end): argument
231 if end >= obj_end:
234 if position == 0 and obj_size != obj_end:
305 if length < 0 or end > obj_end:
460 def _raw_to_dict(data, position, obj_end, opts, result): argument
469 end = obj_end - 1
473 if position != obj_end:
1019 obj_end = position + obj_size - 1
1020 if data[obj_end] != _OBJEND:
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dc1_MacroAssembler_arm.cpp90 tlab_allocate(obj, obj_end, tmp1, size_expression, slow_case); in try_allocate()
92 eden_allocate(obj, obj_end, tmp1, tmp2, size_expression, slow_case); in try_allocate()
133 void C1_MacroAssembler::initialize_body(Register base, Register obj_end, Register tmp) { in initialize_body() argument
134 zero_memory(base, obj_end, tmp); in initialize_body()
138 void C1_MacroAssembler::initialize_object(Register obj, Register obj_end, Register klass, in initialize_object() argument
143 assert_different_registers(obj, obj_end, klass, len, tmp1, tmp2); in initialize_object()
152 initialize_body(ptr, obj_end, tmp1); in initialize_object()
192 initialize_body(ptr, obj_end, tmp1); in initialize_object()
209 const Register obj_end = tmp1; in allocate_object() local
213 try_allocate(obj, obj_end, tmp2, tmp3, object_size_in_bytes, slow_case); in allocate_object()
[all …]
H A Dc1_MacroAssembler_arm.hpp36 void try_allocate(Register obj, Register obj_end, Register tmp1, Register tmp2,
42 void initialize_body(Register base, Register obj_end, Register tmp);
44 void initialize_object(Register obj, Register obj_end, Register klass,
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dc1_MacroAssembler_arm.cpp90 tlab_allocate(obj, obj_end, tmp1, size_expression, slow_case); in try_allocate()
92 eden_allocate(obj, obj_end, tmp1, tmp2, size_expression, slow_case); in try_allocate()
133 void C1_MacroAssembler::initialize_body(Register base, Register obj_end, Register tmp) { in initialize_body() argument
134 zero_memory(base, obj_end, tmp); in initialize_body()
138 void C1_MacroAssembler::initialize_object(Register obj, Register obj_end, Register klass, in initialize_object() argument
143 assert_different_registers(obj, obj_end, klass, len, tmp1, tmp2); in initialize_object()
152 initialize_body(ptr, obj_end, tmp1); in initialize_object()
192 initialize_body(ptr, obj_end, tmp1); in initialize_object()
209 const Register obj_end = tmp1; in allocate_object() local
213 try_allocate(obj, obj_end, tmp2, tmp3, object_size_in_bytes, slow_case); in allocate_object()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
109 if (obj_end != Py_None) in STRINGLIB()
110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()
/dports/lang/python-tools/Python-3.8.12/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
109 if (obj_end != Py_None) in STRINGLIB()
110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()
/dports/lang/python37/Python-3.7.12/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
109 if (obj_end != Py_None) in STRINGLIB()
110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()
/dports/lang/python311/Python-3.11.0a3/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
109 if (obj_end != Py_None) in STRINGLIB()
110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()
/dports/lang/python310/Python-3.10.1/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
109 if (obj_end != Py_None) in STRINGLIB()
110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()
/dports/lang/python39/Python-3.9.9/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
109 if (obj_end != Py_None) in STRINGLIB()
110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()
/dports/lang/python38/Python-3.8.12/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
109 if (obj_end != Py_None) in STRINGLIB()
110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()
/dports/databases/py-sqlite3/Python-3.8.12/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
109 if (obj_end != Py_None) in STRINGLIB()
110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Objects/stringlib/
H A Dfind.h93 PyObject *obj_start=Py_None, *obj_end=Py_None; in STRINGLIB() local
100 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in STRINGLIB()
109 if (obj_end != Py_None) in STRINGLIB()
110 if (!_PyEval_SliceIndex(obj_end, &tmp_end)) in STRINGLIB()

1234567