Home
last modified time | relevance | path

Searched refs:use_pos (Results 1 – 25 of 68) sorted by relevance

123

/dports/lang/v8/v8-9.6.180.12/src/torque/
H A Dkythe-data.cc50 KythePosition use_pos = MakeKythePosition(use_position); in AddConstantUse() local
51 that->consumer_->AddUse(KytheConsumer::Kind::Constant, constant_id, use_pos); in AddConstantUse()
107 KythePosition use_pos = MakeKythePosition(use_position); in AddClassFieldUse() local
108 that->consumer_->AddUse(KytheConsumer::Kind::ClassField, field_id, use_pos); in AddClassFieldUse()
146 KythePosition use_pos = MakeKythePosition(use_position); in AddBindingUse() local
147 that->consumer_->AddUse(KytheConsumer::Kind::Variable, binding_id, use_pos); in AddBindingUse()
156 KythePosition use_pos = MakeKythePosition(use_position); in AddBindingUse() local
157 that->consumer_->AddUse(KytheConsumer::Kind::Variable, binding_id, use_pos); in AddBindingUse()
181 KythePosition use_pos = MakeKythePosition(use_position); in AddTypeUse() local
182 that->consumer_->AddUse(KytheConsumer::Kind::Type, type_id, use_pos); in AddTypeUse()
H A Dkythe-data.h44 KythePosition use_pos) = 0;
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dregister-allocator.cc348 hint_ = use_pos; in SetHint()
355 hint_ = use_pos; in ResolveHint()
482 if (use_pos == nullptr || use_pos->pos() > start) { in NextUsePosition()
485 while (use_pos != nullptr && use_pos->pos() < start) { in NextUsePosition()
486 use_pos = use_pos->next(); in NextUsePosition()
489 return use_pos; in NextUsePosition()
1215 use_pos = use_pos->next(); in operator <<()
2019 return use_pos; in Define()
2036 return use_pos; in Use()
3273 use_pos[cur_reg] = Min(use_pos[cur_reg], next_intersection); in AllocateBlockedReg()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dregister-allocator.cc247 hint_ = use_pos; in SetHint()
254 hint_ = use_pos; in ResolveHint()
425 if (use_pos == nullptr || use_pos->pos() > start) { in NextUsePosition()
428 while (use_pos != nullptr && use_pos->pos() < start) { in NextUsePosition()
429 use_pos = use_pos->next(); in NextUsePosition()
432 return use_pos; in NextUsePosition()
1059 os << *use_pos->operand() << use_pos->pos() << " "; in operator <<()
1061 use_pos = use_pos->next(); in operator <<()
2034 return use_pos; in Define()
2052 return use_pos; in Use()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dregister-allocator.cc246 hint_ = use_pos; in SetHint()
253 hint_ = use_pos; in ResolveHint()
424 if (use_pos == nullptr || use_pos->pos() > start) { in NextUsePosition()
427 while (use_pos != nullptr && use_pos->pos() < start) { in NextUsePosition()
428 use_pos = use_pos->next(); in NextUsePosition()
431 return use_pos; in NextUsePosition()
1067 os << *use_pos->operand() << use_pos->pos() << " "; in operator <<()
1069 use_pos = use_pos->next(); in operator <<()
2022 return use_pos; in Define()
2040 return use_pos; in Use()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dregister-allocator.cc337 hint_ = use_pos; in SetHint()
344 hint_ = use_pos; in ResolveHint()
485 if (use_pos == nullptr || use_pos->pos() > start) { in NextUsePosition()
488 while (use_pos != nullptr && use_pos->pos() < start) { in NextUsePosition()
489 use_pos = use_pos->next(); in NextUsePosition()
492 return use_pos; in NextUsePosition()
1238 os << *use_pos->operand() << use_pos->pos() << " "; in operator <<()
1240 use_pos = use_pos->next(); in operator <<()
2204 return use_pos; in Define()
2222 return use_pos; in Use()
[all …]
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/
H A DcStringIO.py48 def getvalue(self, use_pos=None): argument
108 def getvalue(self, use_pos=None): argument
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A DcStringIO.c129 PyObject *use_pos=Py_None; in IO_getval() local
133 if (!PyArg_UnpackTuple(args,"getval", 0, 1,&use_pos)) return NULL; in IO_getval()
135 if (PyObject_IsTrue(use_pos)) { in IO_getval()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A DcStringIO.c127 PyObject *use_pos=Py_None; in IO_getval() local
132 if (!PyArg_UnpackTuple(args,"getval", 0, 1,&use_pos)) return NULL; in IO_getval()
134 b = PyObject_IsTrue(use_pos); in IO_getval()
/dports/lang/python27/Python-2.7.18/Modules/
H A DcStringIO.c127 PyObject *use_pos=Py_None; in IO_getval() local
132 if (!PyArg_UnpackTuple(args,"getval", 0, 1,&use_pos)) return NULL; in IO_getval()
134 b = PyObject_IsTrue(use_pos); in IO_getval()
/dports/graphics/aloadimage/arcan-0.6.1/src/engine/
H A Darcan_vr.c321 bool use_pos, bool use_orient) in arcan_vr_maplimb() argument
331 .position = use_pos, .orientation = use_orient in arcan_vr_maplimb()
/dports/sysutils/acfgfs/arcan-0.6.1/src/engine/
H A Darcan_vr.c321 bool use_pos, bool use_orient) in arcan_vr_maplimb() argument
331 .position = use_pos, .orientation = use_orient in arcan_vr_maplimb()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/
H A Darcan_vr.c321 bool use_pos, bool use_orient) in arcan_vr_maplimb() argument
331 .position = use_pos, .orientation = use_orient in arcan_vr_maplimb()
/dports/x11/aclip/arcan-0.6.1/src/engine/
H A Darcan_vr.c321 bool use_pos, bool use_orient)
331 .position = use_pos, .orientation = use_orient
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dworkbook-view.h82 void wb_view_selection_desc (WorkbookView *wbv, gboolean use_pos,
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.hpp40 use_pos = 7, enumerator
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.hpp40 use_pos = 7, enumerator
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.hpp40 use_pos = 7, enumerator
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.hpp40 use_pos = 7, enumerator
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.hpp40 use_pos = 7, enumerator
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.hpp40 use_pos = 7, enumerator
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.hpp40 use_pos = 7, enumerator
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/c1/
H A Dc1_InstructionPrinter.hpp40 use_pos = 7, enumerator
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.hpp40 use_pos = 7, enumerator
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.hpp40 use_pos = 7, enumerator

123