Searched defs:low (Results 1 - 25 of 72) sorted by relevance

123

/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.hpp37 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.hpp37 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/linux_ppc/vm/
H A Dos_linux_ppc.hpp33 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/linux_s390/vm/
H A Dos_linux_s390.hpp32 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/linux_aarch64/vm/
H A Dos_linux_aarch64.hpp38 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/aix_ppc/vm/
H A Dos_aix_ppc.hpp33 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.hpp47 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.hpp35 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.hpp47 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.hpp35 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.hpp55 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dos_linux_arm.hpp45 static bool register_code_area(char *low, char *high) { return true; } argument
/openjdk10/jdk/test/java/awt/image/ImagingOpsNoExceptionsTest/
H A DImagingOpsNoExceptionsTest.java42 private static int low = 100, high = 200; field in class:ImagingOpsNoExceptionsTest
95 public static void thresholdOp(int low, int high) { argument
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DSplittable.java56 private final int low, high; field in class:Splittable.SplitRange
64 public SplitRange(final CompileUnit compileUnit, final int low, final int high) { argument
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/memory/
H A DVirtualSpace.java59 public Address low() { return lowField.getValue(addr); } method in class:VirtualSpace
/openjdk10/hotspot/src/share/vm/oops/
H A DobjArrayKlass.inline.hpp113 T* low = start == 0 ? cast_from_oop<T*>(a) : a->obj_at_addr<T>(start); local
48 oop_oop_iterate_elements_specialized_bounded( objArrayOop a, OopClosureType* closure, void* low, void* high) argument
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DadjoiningVirtualSpaces.hpp88 PSVirtualSpace* low() { return _low; } function in class:AdjoiningVirtualSpaces
H A DpsVirtualspace.hpp119 char* low() const { return committed_low_addr(); } function in class:PSVirtualSpace
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntimeMath.hpp50 static inline int low(double d) { function
63 static inline void set_low(double* d, int low) { argument
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMergeSort.java93 mergeSort(final int[] refX, final int[] refY, final int[] srcX, final int[] dstX, final int[] srcY, final int[] dstY, final int low, final int high) argument
[all...]
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1BlockOffsetTable.inline.hpp62 void G1BlockOffsetTable::set_offset_array(size_t index, HeapWord* high, HeapWord* low) { argument
/openjdk10/jdk/src/java.base/share/native/libzip/zlib/
H A Dinftrees.c75 unsigned low; /* low bits for current root entry */ local
[all...]
/openjdk10/jdk/test/java/lang/StrictMath/
H A DFdlibmTranslit.java49 private static double __LO(double x, int low) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/optimize/
H A DConditional01.java76 public int low(int tmp3) { method in class:Conditional01.TestClass
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DREUtil.java33 static final int composeFromSurrogates(int high, int low) { argument

Completed in 186 milliseconds

123