Searched refs:early_return (Results 1 - 5 of 5) sorted by relevance

/openjdk9/hotspot/test/compiler/profiling/spectrapredefineclass_classloaders/
H A DTest.java7 public boolean m1(A a, Boolean early_return) { argument
8 if (early_return.booleanValue()) return true;
46 public Object m4(Method m, Object test, Object a, Object early_return) throws Exception { argument
47 return m.invoke(test, a, early_return);
/openjdk9/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.hpp105 early_return // early return as commanded by jvmti enumerator in enum:BytecodeInterpreter::messages
H A DbytecodeInterpreter.cpp2859 istate->set_msg(early_return);
2912 bool suppress_error = istate->msg() == popping_frame || istate->msg() == early_return;
/openjdk9/hotspot/src/share/vm/opto/
H A Dsuperword.hpp298 bool early_return() { return _early_return; } function in class:SuperWord
H A DloopTransform.cpp818 if (sw.early_return() == false) {

Completed in 68 milliseconds