Searched defs:executable (Results 1 - 25 of 26) sorted by relevance

12

/openjdk9/hotspot/test/compiler/jvmci/compilerToVM/
H A DGetConstantPoolTest.java62 public static void testMethod(Executable executable) { argument
H A DCompileCodeTestCase.java66 public final Executable executable; field in class:CompileCodeTestCase
70 public CompileCodeTestCase(Object receiver, Executable executable, argument
[all...]
/openjdk9/jaxp/test/javax/xml/jaxp/libs/jdk/testlibrary/
H A DJDKToolLauncher.java53 private final String executable; field in class:JDKToolLauncher
/openjdk9/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DJDKToolLauncher.java53 private final String executable; field in class:JDKToolLauncher
/openjdk9/test/lib/jdk/test/lib/
H A DJDKToolLauncher.java52 private final String executable; field in class:JDKToolLauncher
/openjdk9/hotspot/test/compiler/compilercontrol/share/actions/
H A DCompileAction.java59 public static void checkCompiled(Executable executable, argument
71 private static void checkCompilation(Executable executable, argument
89 execute(Executable executable) argument
100 getCallableFor(Executable executable) argument
[all...]
/openjdk9/hotspot/test/compiler/intrinsics/mathexact/sanity/
H A DIntrinsicBase.java98 protected void checkCompilation(Executable executable, int level) { argument
/openjdk9/hotspot/test/compiler/codecache/dtrace/
H A DSegmentedCodeCacheDtraceTestWorker.java89 private void waitForCompilation(Executable executable, int compLevel) { argument
/openjdk9/hotspot/test/compiler/compilercontrol/share/method/
H A DMethodGenerator.java79 public MethodDescriptor generateRandomDescriptor(Executable executable) { argument
104 public static MethodDescriptor commandDescriptor(Executable executable) { argument
118 logDescriptor(Executable executable) argument
132 anyMatchDescriptor(Executable executable) argument
160 getTests(Executable executable) argument
185 makeMethodDescriptor( Executable executable, Combination<PatternType> patterns, Combination<Separator> separators, Combination<Function<String, String>> mutators) argument
[all...]
/openjdk9/hotspot/test/compiler/intrinsics/bmi/verifycode/
H A DBmiIntrinsicBase.java96 protected void checkCompilation(Executable executable, int level) { argument
106 protected void checkEmittedCode(Executable executable) { argument
/openjdk9/hotspot/test/compiler/whitebox/
H A DSimpleTestCase.java47 private final Executable executable; field in class:SimpleTestCase
51 private SimpleTestCase(Executable executable, Callable<Integer> callable, argument
H A DCompilerWhiteBoxTest.java317 public static final void waitBackgroundCompilation(Executable executable) { argument
/openjdk9/hotspot/test/compiler/tiered/
H A DLevelTransitionTest.java212 private final Executable executable; field in class:LevelTransitionTest.ExtendedTestCase
H A DConstantGettersTransitionsTest.java87 private final Executable executable; field in class:ConstantGettersTransitionsTest.ConstantGettersTestCase
/openjdk9/jdk/src/java.base/share/classes/java/lang/reflect/
H A DParameter.java46 private final Executable executable; field in class:Parameter
62 Parameter(String name, int modifiers, Executable executable, int index) argument
[all...]
/openjdk9/hotspot/src/share/vm/memory/
H A Dvirtualspace.hpp68 bool executable() const { return _executable; } function in class:VALUE_OBJ_CLASS_SPEC
H A Dvirtualspace.cpp65 ReservedSpace(size_t size, size_t alignment, bool large, bool executable) argument
97 initialize(size_t size, size_t alignment, bool large, char* requested_address, bool executable) argument
195 ReservedSpace(char* base, size_t size, size_t alignment, bool special, bool executable) argument
760 commit_expanded(char* start, size_t size, size_t alignment, bool pre_touch, bool executable) argument
[all...]
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/classfile/
H A DClassfileBytecodeProviderTest.java176 private static void checkMethod(ClassfileBytecodeProvider cbp, MetaAccessProvider metaAccess, Executable executable) { argument
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/misc/
H A DJavaLangAccess.java93 byte[] getRawExecutableTypeAnnotations(Executable executable); argument
/openjdk9/jdk/src/java.base/share/classes/java/io/
H A DFile.java1671 public boolean setExecutable(boolean executable, boolean ownerOnly) { argument
1713 public boolean setExecutable(boolean executable) { argument
[all...]
/openjdk9/hotspot/test/compiler/jvmci/common/patches/jdk.internal.vm.ci/jdk/vm/ci/hotspot/
H A DCompilerToVMHelper.java183 asResolvedJavaMethod( Executable executable) argument
/openjdk9/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp645 oop executable = JNIHandles::resolve(executable_handle); variable
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DCompilerToVM.java395 native HotSpotResolvedJavaMethodImpl asResolvedJavaMethod(Executable executable); argument
/openjdk9/hotspot/src/jdk.hotspot.agent/solaris/native/libsaproc/
H A Dsaproc.cpp861 Java_sun_jvm_hotspot_debugger_proc_ProcDebuggerLocal_attach0__Ljava_lang_String_2Ljava_lang_String_2(JNIEnv *env, jobject this_obj, jstring executable, jstring corefile) argument
/openjdk9/hotspot/src/share/vm/runtime/
H A Dos.cpp1665 bool os::commit_memory(char* addr, size_t bytes, bool executable) { argument
1682 void os::commit_memory_or_exit(char* addr, size_t bytes, bool executable, argument
1673 commit_memory(char* addr, size_t size, size_t alignment_hint, bool executable) argument
1688 commit_memory_or_exit(char* addr, size_t size, size_t alignment_hint, bool executable, const char* mesg) argument
[all...]

Completed in 137 milliseconds

12