Searched defs:speculative (Results 1 - 8 of 8) sorted by relevance

/openjdk10/jdk/src/java.base/unix/native/libjli/
H A Djava_md_solinux.c504 GetJREPath(char *path, jint pathsize, jboolean speculative) argument
/openjdk10/hotspot/src/share/vm/runtime/
H A Ddeoptimization.hpp392 static DeoptReason reason_null_check(bool speculative) { argument
396 static DeoptReason reason_class_check(bool speculative) { argument
400 static DeoptReason reason_null_assert(bool speculative) { argument
/openjdk10/jdk/src/java.base/macosx/native/libjli/
H A Djava_md_macosx.c447 GetJREPath(char *path, jint pathsize, jboolean speculative) argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java219 public void analyzeLambda(Env<AttrContext> env, JCLambda that, TreeMaker make, boolean speculative) { argument
/openjdk10/hotspot/src/share/vm/opto/
H A Dtype.hpp444 virtual const TypePtr* speculative() const { return NULL; } function in class:Type
[all...]
H A Dtype.cpp2363 const TypePtr *TypePtr::make(TYPES t, enum PTR ptr, int offset, const TypePtr* speculative, int inline_depth) { argument
2427 const TypePtr* speculative = xmeet_speculative(tp); local
2649 const TypeOopPtr* speculative = _speculative->join(this)->is_oopptr(); local
2662 const TypePtr* speculative = _speculative->join(this)->is_ptr(); local
2670 const TypePtr* speculative = _speculative->join(this)->is_ptr(); local
2945 TypeOopPtr(TYPES t, PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id, const TypePtr* speculative, int inline_depth) argument
3019 make(PTR ptr, int offset, int instance_id, const TypePtr* speculative, int inline_depth) argument
3100 const TypePtr* speculative = xmeet_speculative(tp); local
3121 const TypePtr* speculative = xmeet_speculative(tp); local
3453 TypeInstPtr(PTR ptr, ciKlass* k, bool xk, ciObject* o, int off, int instance_id, const TypePtr* speculative, int inline_depth) argument
3463 make(PTR ptr, ciKlass* k, bool xk, ciObject* o, int offset, int instance_id, const TypePtr* speculative, int inline_depth) argument
3552 const TypePtr* speculative = xmeet_speculative(tinst); local
3630 const TypePtr* speculative = xmeet_speculative(tp); local
3681 const TypePtr* speculative = xmeet_speculative(tp); local
3689 const TypePtr* speculative = xmeet_speculative(tp); local
3703 const TypePtr* speculative = xmeet_speculative(tp); local
3743 const TypePtr* speculative = xmeet_speculative(tinst); local
4028 make(PTR ptr, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id, const TypePtr* speculative, int inline_depth) argument
4039 make(PTR ptr, ciObject* o, const TypeAry *ary, ciKlass* k, bool xk, int offset, int instance_id, const TypePtr* speculative, int inline_depth, bool is_autobox_cache) argument
4226 const TypePtr* speculative = xmeet_speculative(tp); local
4248 const TypePtr* speculative = xmeet_speculative(tp); local
4278 const TypePtr* speculative = xmeet_speculative(tap); local
4361 const TypePtr* speculative = xmeet_speculative(tp); local
[all...]
H A DgraphKit.cpp2143 const TypePtr* speculative = current_type->speculative(); local
1190 null_check_common(Node* value, BasicType type, bool assert_null, Node* *null_control, bool speculative) argument
2371 null_check_oop(Node* value, Node* *null_control, bool never_see_null, bool safe_for_replace, bool speculative) argument
[all...]
/openjdk10/jdk/src/java.base/share/native/libjli/
H A Djava.c636 CheckJvmType(int *pargc, char ***argv, jboolean speculative) { argument
2028 ReadKnownVMs(const char *jvmCfgName, jboolean speculative) argument

Completed in 301 milliseconds