Home
last modified time | relevance | path

Searched refs:MH (Results 1 – 25 of 3390) sorted by relevance

12345678910>>...136

/dports/finance/xtrader/xtrader-0.99.9_10/util/
H A DMHVector.h20 class MHVector : public MH {
37 int Compare (const MH* o, int type);
42 void Erase (MH* o);
43 MH* Find (const MH* o, int exact, int type = 0, int* mid = 0);
52 void Push (MH* node);
53 MH* Pop ();
54 MH* Pop (int index);
55 MH* Pop (MH* o);
58 MH* Search (const MH* o, int exact, int type = 0, int* mid = 0);
60MH* Set (int i, MH* o) {if (i >= 0 && i < aSize) {MH* o2 = aVector[i]; aVector[i] … in Set()
[all …]
H A DMHVector.cpp90 MH* MHVector::Find (const MH* o, int exact, int type, int* mid2) { in Find()
140 MH** tmp = new MH*[aCapacity]; in Insert()
174 MH** tmp = new MH*[aCapacity]; in InsertSorted()
206 MH* v; in insertionSort()
226 MH* tmp; in heapSort()
250 MH* MHVector::Search (const MH* o, int exact, int type, int* mid2) { in Search()
291 MH* tmp; in siftDown()
338 MH* MHVector::Pop (MH* o) { in Pop()
356 MH** tmp = new MH*[aCapacity]; in Push()
375 MH* v; in quickSort()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/lookup/
H A DLookup.java137 return MH.filterArguments(mh, n, JSType.TO_INT32_L.methodHandle()); in filterArgumentType()
149 return MH.filterArguments(mh, n, JSType.TO_INT32.methodHandle()); in filterArgumentType()
151 return MH.filterArguments(mh, n, JSType.TO_UINT32.methodHandle()); in filterArgumentType()
153 return MH.filterArguments(mh, n, JSType.TO_NUMBER.methodHandle()); in filterArgumentType()
183 return MH.filterReturnValue(mh, JSType.TO_INT32_L.methodHandle()); in filterReturnType()
188 return MH.filterReturnValue(mh, JSType.TO_INT32_D.methodHandle()); in filterReturnType()
195 return MH.filterReturnValue(mh, JSType.TO_INT32.methodHandle()); in filterReturnType()
197 return MH.filterReturnValue(mh, JSType.TO_UINT32.methodHandle()); in filterReturnType()
199 return MH.filterReturnValue(mh, JSType.TO_NUMBER.methodHandle()); in filterReturnType()
208 return MH.explicitCastArguments(mh, mh.type().changeReturnType(type)); in filterReturnType()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/lookup/
H A DLookup.java137 return MH.filterArguments(mh, n, JSType.TO_INT32_L.methodHandle()); in filterArgumentType()
149 return MH.filterArguments(mh, n, JSType.TO_INT32.methodHandle()); in filterArgumentType()
151 return MH.filterArguments(mh, n, JSType.TO_UINT32.methodHandle()); in filterArgumentType()
153 return MH.filterArguments(mh, n, JSType.TO_NUMBER.methodHandle()); in filterArgumentType()
183 return MH.filterReturnValue(mh, JSType.TO_INT32_L.methodHandle()); in filterReturnType()
188 return MH.filterReturnValue(mh, JSType.TO_INT32_D.methodHandle()); in filterReturnType()
195 return MH.filterReturnValue(mh, JSType.TO_INT32.methodHandle()); in filterReturnType()
197 return MH.filterReturnValue(mh, JSType.TO_UINT32.methodHandle()); in filterReturnType()
199 return MH.filterReturnValue(mh, JSType.TO_NUMBER.methodHandle()); in filterReturnType()
208 return MH.explicitCastArguments(mh, mh.type().changeReturnType(type)); in filterReturnType()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/lookup/
H A DLookup.java137 return MH.filterArguments(mh, n, JSType.TO_INT32_L.methodHandle()); in filterArgumentType()
149 return MH.filterArguments(mh, n, JSType.TO_INT32.methodHandle()); in filterArgumentType()
151 return MH.filterArguments(mh, n, JSType.TO_UINT32.methodHandle()); in filterArgumentType()
153 return MH.filterArguments(mh, n, JSType.TO_NUMBER.methodHandle()); in filterArgumentType()
183 return MH.filterReturnValue(mh, JSType.TO_INT32_L.methodHandle()); in filterReturnType()
188 return MH.filterReturnValue(mh, JSType.TO_INT32_D.methodHandle()); in filterReturnType()
195 return MH.filterReturnValue(mh, JSType.TO_INT32.methodHandle()); in filterReturnType()
197 return MH.filterReturnValue(mh, JSType.TO_UINT32.methodHandle()); in filterReturnType()
199 return MH.filterReturnValue(mh, JSType.TO_NUMBER.methodHandle()); in filterReturnType()
208 return MH.explicitCastArguments(mh, mh.type().changeReturnType(type)); in filterReturnType()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/lookup/
H A DLookup.java137 return MH.filterArguments(mh, n, JSType.TO_INT32_L.methodHandle()); in filterArgumentType()
149 return MH.filterArguments(mh, n, JSType.TO_INT32.methodHandle()); in filterArgumentType()
151 return MH.filterArguments(mh, n, JSType.TO_UINT32.methodHandle()); in filterArgumentType()
153 return MH.filterArguments(mh, n, JSType.TO_NUMBER.methodHandle()); in filterArgumentType()
183 return MH.filterReturnValue(mh, JSType.TO_INT32_L.methodHandle()); in filterReturnType()
188 return MH.filterReturnValue(mh, JSType.TO_INT32_D.methodHandle()); in filterReturnType()
195 return MH.filterReturnValue(mh, JSType.TO_INT32.methodHandle()); in filterReturnType()
197 return MH.filterReturnValue(mh, JSType.TO_UINT32.methodHandle()); in filterReturnType()
199 return MH.filterReturnValue(mh, JSType.TO_NUMBER.methodHandle()); in filterReturnType()
208 return MH.explicitCastArguments(mh, mh.type().changeReturnType(type)); in filterReturnType()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/lookup/
H A DLookup.java137 return MH.filterArguments(mh, n, JSType.TO_INT32_L.methodHandle()); in filterArgumentType()
149 return MH.filterArguments(mh, n, JSType.TO_INT32.methodHandle()); in filterArgumentType()
151 return MH.filterArguments(mh, n, JSType.TO_UINT32.methodHandle()); in filterArgumentType()
153 return MH.filterArguments(mh, n, JSType.TO_NUMBER.methodHandle()); in filterArgumentType()
183 return MH.filterReturnValue(mh, JSType.TO_INT32_L.methodHandle()); in filterReturnType()
188 return MH.filterReturnValue(mh, JSType.TO_INT32_D.methodHandle()); in filterReturnType()
195 return MH.filterReturnValue(mh, JSType.TO_INT32.methodHandle()); in filterReturnType()
197 return MH.filterReturnValue(mh, JSType.TO_UINT32.methodHandle()); in filterReturnType()
199 return MH.filterReturnValue(mh, JSType.TO_NUMBER.methodHandle()); in filterReturnType()
208 return MH.explicitCastArguments(mh, mh.type().changeReturnType(type)); in filterReturnType()
[all …]
/dports/print/xmbibtex/xmbibtex-1.7/examples/
H A Dstauss.pubmed11 MH - Animal
14 MH - Heart Rate
15 MH - *Heat
17 MH - Rats
78 MH - Female
82 MH - Human
85 MH - Male
142 MH - Male
143 MH - Rats
206 MH - Air
[all …]
H A Dthermoregulation.ovid13 MH - Animal
18 MH - Male
20 MH - Rats
65 MH - Adult
66 MH - Human
69 MH - Male
122 MH - Adult
131 MH - Male
179 MH - Cold
181 MH - Heat
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/lookup/
H A DLookup.java150 return MH.filterArguments(mh, n, JSType.TO_INT32_L.methodHandle()); in filterArgumentType()
162 return MH.filterArguments(mh, n, JSType.TO_INT32.methodHandle()); in filterArgumentType()
164 return MH.filterArguments(mh, n, JSType.TO_UINT32.methodHandle()); in filterArgumentType()
166 return MH.filterArguments(mh, n, JSType.TO_NUMBER.methodHandle()); in filterArgumentType()
196 return MH.filterReturnValue(mh, JSType.TO_INT32_L.methodHandle()); in filterReturnType()
201 return MH.filterReturnValue(mh, JSType.TO_INT32_D.methodHandle()); in filterReturnType()
208 return MH.filterReturnValue(mh, JSType.TO_INT32.methodHandle()); in filterReturnType()
210 return MH.filterReturnValue(mh, JSType.TO_UINT32.methodHandle()); in filterReturnType()
212 return MH.filterReturnValue(mh, JSType.TO_NUMBER.methodHandle()); in filterReturnType()
221 return MH.explicitCastArguments(mh, mh.type().changeReturnType(type)); in filterReturnType()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/lookup/
H A DLookup.java150 return MH.filterArguments(mh, n, JSType.TO_INT32_L.methodHandle()); in filterArgumentType()
162 return MH.filterArguments(mh, n, JSType.TO_INT32.methodHandle()); in filterArgumentType()
164 return MH.filterArguments(mh, n, JSType.TO_UINT32.methodHandle()); in filterArgumentType()
166 return MH.filterArguments(mh, n, JSType.TO_NUMBER.methodHandle()); in filterArgumentType()
196 return MH.filterReturnValue(mh, JSType.TO_INT32_L.methodHandle()); in filterReturnType()
201 return MH.filterReturnValue(mh, JSType.TO_INT32_D.methodHandle()); in filterReturnType()
208 return MH.filterReturnValue(mh, JSType.TO_INT32.methodHandle()); in filterReturnType()
210 return MH.filterReturnValue(mh, JSType.TO_UINT32.methodHandle()); in filterReturnType()
212 return MH.filterReturnValue(mh, JSType.TO_NUMBER.methodHandle()); in filterReturnType()
221 return MH.explicitCastArguments(mh, mh.type().changeReturnType(type)); in filterReturnType()
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dsubmat.cc626 return MH; in AddTo()
654 return MH; in AddToT()
684 return MH; in AddTo()
714 return MH; in AddToT()
742 return MH; in SubFrom()
770 return MH; in SubFromT()
800 return MH; in SubFrom()
830 return MH; in SubFromT()
1431 return MH; in AddTo()
1453 return MH; in AddToT()
[all …]
H A Dsubmat.h1264 return FullSubMatrixHandler::AddTo(MH); in AddTo()
1270 return MH; in AddTo()
1280 return FullSubMatrixHandler::AddToT(MH); in AddToT()
1286 return MH; in AddToT()
1296 return FullSubMatrixHandler::AddTo(MH); in AddTo()
1302 return MH; in AddTo()
1318 return MH; in AddToT()
1334 return MH; in SubFrom()
1350 return MH; in SubFromT()
1366 return MH; in SubFrom()
[all …]
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/mesh/
H A Dmesh_fill_holes.cpp84 const MeshHalfedges& MH, in halfedge_has_neighbor() argument
91 const Mesh& M = MH.mesh(); in halfedge_has_neighbor()
122 const MeshHalfedges& MH, in halfedge_exists_between_vertices() argument
150 MH.mesh(), MH.mesh().facet_corners.vertex(H.corner) in halfedge_vertex()
170 const MeshHalfedges& MH, in border_normal() argument
173 const Mesh& M = MH.mesh(); in border_normal()
521 MeshHalfedges MH(M); in remove_bridges() local
586 MeshHalfedges MH(M); in fill_holes() local
658 MH, holes[i], triangles, true in fill_holes()
726 Mesh& M = MH.mesh(); in tessellate_hole()
[all …]
/dports/graphics/xpx/xpx/
H A Darea.c44 #define MH 32 macro
57 4, 4 + MH+BDW, 98, MH,
62 4, 4 + MH+BDW + 4 + MH+BDW, MW, MH,
67 4 + MW+BDW, 4 + MH+BDW + 4 + + MH+BDW, MW, MH,
72 4 + MW+BDW + MW+BDW, 4 + MH+BDW + 4+ + MH+BDW, MW, MH,
77 4, 4 + MH+BDW + 4 + MH+BDW + MH+BDW, MW, MH,
82 4 + MW+BDW, 4 + MH+BDW + 4 + MH+BDW + MH+BDW, MW, MH,
87 4 + MW+BDW + MW+BDW, 4 + MH+BDW + 4 + MH+BDW + MH+BDW, MW, MH,
92 4, 4 + MH+BDW + 4 + MH+BDW + MH+BDW + MH+BDW, MW, MH,
97 4 + MW+BDW, 4 + MH+BDW + 4 + MH+BDW + MH+BDW + MH+BDW, MW, MH,
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSpillProperty.java28 import static jdk.nashorn.internal.lookup.Lookup.MH;
41 …inal MethodHandle PARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "primitiveSpill"…
42 …final MethodHandle OARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "objectSpill", …
44 …private static final MethodHandle OBJECT_GETTER = MH.filterArguments(MH.arrayElementGetter(Obje…
45 …private static final MethodHandle PRIMITIVE_GETTER = MH.filterArguments(MH.arrayElementGetter(long…
46 …private static final MethodHandle OBJECT_SETTER = MH.filterArguments(MH.arrayElementSetter(Obje…
47 …private static final MethodHandle PRIMITIVE_SETTER = MH.filterArguments(MH.arrayElementSetter(long…
65 …this.ensureSpillSize = MH.asType(MH.insertArguments(ScriptObject.ENSURE_SPILL_SIZE, 1, slot), MH.t… in Accessors()
108 accessor = MH.insertArguments(accessor, 1, slot); in getOrCreate()
110 accessor = MH.filterArguments(accessor, 0, ensureSpillSize); in getOrCreate()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSpillProperty.java28 import static jdk.nashorn.internal.lookup.Lookup.MH;
41 …inal MethodHandle PARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "primitiveSpill"…
42 …final MethodHandle OARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "objectSpill", …
44 …private static final MethodHandle OBJECT_GETTER = MH.filterArguments(MH.arrayElementGetter(Obje…
45 …private static final MethodHandle PRIMITIVE_GETTER = MH.filterArguments(MH.arrayElementGetter(long…
46 …private static final MethodHandle OBJECT_SETTER = MH.filterArguments(MH.arrayElementSetter(Obje…
47 …private static final MethodHandle PRIMITIVE_SETTER = MH.filterArguments(MH.arrayElementSetter(long…
65 …this.ensureSpillSize = MH.asType(MH.insertArguments(ScriptObject.ENSURE_SPILL_SIZE, 1, slot), MH.t… in Accessors()
108 accessor = MH.insertArguments(accessor, 1, slot); in getOrCreate()
110 accessor = MH.filterArguments(accessor, 0, ensureSpillSize); in getOrCreate()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSpillProperty.java28 import static jdk.nashorn.internal.lookup.Lookup.MH;
41 …inal MethodHandle PARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "primitiveSpill"…
42 …final MethodHandle OARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "objectSpill", …
44 …private static final MethodHandle OBJECT_GETTER = MH.filterArguments(MH.arrayElementGetter(Obje…
45 …private static final MethodHandle PRIMITIVE_GETTER = MH.filterArguments(MH.arrayElementGetter(long…
46 …private static final MethodHandle OBJECT_SETTER = MH.filterArguments(MH.arrayElementSetter(Obje…
47 …private static final MethodHandle PRIMITIVE_SETTER = MH.filterArguments(MH.arrayElementSetter(long…
65 …this.ensureSpillSize = MH.asType(MH.insertArguments(ScriptObject.ENSURE_SPILL_SIZE, 1, slot), MH.t… in Accessors()
108 accessor = MH.insertArguments(accessor, 1, slot); in getOrCreate()
110 accessor = MH.filterArguments(accessor, 0, ensureSpillSize); in getOrCreate()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSpillProperty.java28 import static jdk.nashorn.internal.lookup.Lookup.MH;
41 …inal MethodHandle PARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "primitiveSpill"…
42 …final MethodHandle OARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "objectSpill", …
44 …private static final MethodHandle OBJECT_GETTER = MH.filterArguments(MH.arrayElementGetter(Obje…
45 …private static final MethodHandle PRIMITIVE_GETTER = MH.filterArguments(MH.arrayElementGetter(long…
46 …private static final MethodHandle OBJECT_SETTER = MH.filterArguments(MH.arrayElementSetter(Obje…
47 …private static final MethodHandle PRIMITIVE_SETTER = MH.filterArguments(MH.arrayElementSetter(long…
65 …this.ensureSpillSize = MH.asType(MH.insertArguments(ScriptObject.ENSURE_SPILL_SIZE, 1, slot), MH.t… in Accessors()
108 accessor = MH.insertArguments(accessor, 1, slot); in getOrCreate()
110 accessor = MH.filterArguments(accessor, 0, ensureSpillSize); in getOrCreate()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DSpillProperty.java28 import static jdk.nashorn.internal.lookup.Lookup.MH;
41 …inal MethodHandle PARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "primitiveSpill"…
42 …final MethodHandle OARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "objectSpill", …
44 …private static final MethodHandle OBJECT_GETTER = MH.filterArguments(MH.arrayElementGetter(Obje…
45 …private static final MethodHandle PRIMITIVE_GETTER = MH.filterArguments(MH.arrayElementGetter(long…
46 …private static final MethodHandle OBJECT_SETTER = MH.filterArguments(MH.arrayElementSetter(Obje…
47 …private static final MethodHandle PRIMITIVE_SETTER = MH.filterArguments(MH.arrayElementSetter(long…
65 …this.ensureSpillSize = MH.asType(MH.insertArguments(ScriptObject.ENSURE_SPILL_SIZE, 1, slot), MH.t… in Accessors()
108 accessor = MH.insertArguments(accessor, 1, slot); in getOrCreate()
110 accessor = MH.filterArguments(accessor, 0, ensureSpillSize); in getOrCreate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DSpillProperty.java28 import static jdk.nashorn.internal.lookup.Lookup.MH;
41 …inal MethodHandle PARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "primitiveSpill"…
42 …final MethodHandle OARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "objectSpill", …
44 …private static final MethodHandle OBJECT_GETTER = MH.filterArguments(MH.arrayElementGetter(Obje…
45 …private static final MethodHandle PRIMITIVE_GETTER = MH.filterArguments(MH.arrayElementGetter(long…
46 …private static final MethodHandle OBJECT_SETTER = MH.filterArguments(MH.arrayElementSetter(Obje…
47 …private static final MethodHandle PRIMITIVE_SETTER = MH.filterArguments(MH.arrayElementSetter(long…
65 …this.ensureSpillSize = MH.asType(MH.insertArguments(ScriptObject.ENSURE_SPILL_SIZE, 1, slot), MH.t… in Accessors()
108 accessor = MH.insertArguments(accessor, 1, slot); in getOrCreate()
110 accessor = MH.filterArguments(accessor, 0, ensureSpillSize); in getOrCreate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DSpillProperty.java28 import static jdk.nashorn.internal.lookup.Lookup.MH;
41 …inal MethodHandle PARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "primitiveSpill"…
42 …final MethodHandle OARRAY_GETTER = MH.asType(MH.getter(LOOKUP, ScriptObject.class, "objectSpill", …
44 …private static final MethodHandle OBJECT_GETTER = MH.filterArguments(MH.arrayElementGetter(Obje…
45 …private static final MethodHandle PRIMITIVE_GETTER = MH.filterArguments(MH.arrayElementGetter(long…
46 …private static final MethodHandle OBJECT_SETTER = MH.filterArguments(MH.arrayElementSetter(Obje…
47 …private static final MethodHandle PRIMITIVE_SETTER = MH.filterArguments(MH.arrayElementSetter(long…
65 …this.ensureSpillSize = MH.asType(MH.insertArguments(ScriptObject.ENSURE_SPILL_SIZE, 1, slot), MH.t… in Accessors()
108 accessor = MH.insertArguments(accessor, 1, slot); in getOrCreate()
110 accessor = MH.filterArguments(accessor, 0, ensureSpillSize); in getOrCreate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DLinkerCallSite.java28 import static jdk.nashorn.internal.lookup.Lookup.MH;
211 …c final MethodHandle PROFILEENTRY = MH.findVirtual(LOOKUP, ProfilingLinkerCallSite.class, "prof…
212 …c final MethodHandle PROFILEEXIT = MH.findVirtual(LOOKUP, ProfilingLinkerCallSite.class, "prof…
213 …c final MethodHandle PROFILEVOIDEXIT = MH.findVirtual(LOOKUP, ProfilingLinkerCallSite.class, "prof…
243 MethodHandle selfFilter = MH.bindTo(PROFILEENTRY, this); in setTarget()
255 methodHandle = MH.filterReturnValue(methodHandle, MH.bindTo(PROFILEVOIDEXIT, this)); in setTarget()
258 …methodHandle = MH.filterReturnValue(methodHandle, MH.asType(MH.bindTo(PROFILEEXIT, this), filter)); in setTarget()
351 …te static final MethodHandle TRACEMISS = MH.findVirtual(LOOKUP, TracingLinkerCallSite.class, "tr…
368 traceMethodHandle = MH.bindTo(traceMethodHandle, this); in setTarget()
371 traceMethodHandle = MH.asType(traceMethodHandle, type); in setTarget()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/linker/
H A DLinkerCallSite.java28 import static jdk.nashorn.internal.lookup.Lookup.MH;
211 …c final MethodHandle PROFILEENTRY = MH.findVirtual(LOOKUP, ProfilingLinkerCallSite.class, "prof…
212 …c final MethodHandle PROFILEEXIT = MH.findVirtual(LOOKUP, ProfilingLinkerCallSite.class, "prof…
213 …c final MethodHandle PROFILEVOIDEXIT = MH.findVirtual(LOOKUP, ProfilingLinkerCallSite.class, "prof…
243 MethodHandle selfFilter = MH.bindTo(PROFILEENTRY, this); in setTarget()
255 methodHandle = MH.filterReturnValue(methodHandle, MH.bindTo(PROFILEVOIDEXIT, this)); in setTarget()
258 …methodHandle = MH.filterReturnValue(methodHandle, MH.asType(MH.bindTo(PROFILEEXIT, this), filter)); in setTarget()
351 …te static final MethodHandle TRACEMISS = MH.findVirtual(LOOKUP, TracingLinkerCallSite.class, "tr…
368 traceMethodHandle = MH.bindTo(traceMethodHandle, this); in setTarget()
371 traceMethodHandle = MH.asType(traceMethodHandle, type); in setTarget()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmarker.cc94 const double MH = marker_height - .5; in ArdourMarker() local
227 points->push_back (ArdourCanvas::Duple (MH, MH)); in ArdourMarker()
232 _label_offset = MH; in ArdourMarker()
238 points->push_back (ArdourCanvas::Duple (MH, MH)); in ArdourMarker()
242 _shift = MH; in ArdourMarker()
254 _label_offset = MH; in ArdourMarker()
261 points->push_back (ArdourCanvas::Duple (MH, MH)); in ArdourMarker()
264 _shift = MH; in ArdourMarker()
650 const double top = MH * (1 - ratio); in update_height_mark()
657 points->push_back (ArdourCanvas::Duple ( M6, min (top + (MH * .6), MH))); in update_height_mark()
[all …]

12345678910>>...136