Searched defs:is_return (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp692 inline bool NativeInstruction::is_return() { return ubyte_at(0) == NativeReturn::instruction_code || function in class:NativeInstruction
/openjdk9/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp77 bool is_return() { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk9/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp424 static bool is_return (Code code) { return (_ireturn <= code && code <= _return); } function in class:Bytecodes

Completed in 41 milliseconds