Searched defs:wide_format (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp149 void Bytecodes::def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap) { argument
154 void Bytecodes::def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap, Code java_code) { argument
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java827 private static void def(int code, String name, String format, String wide_format, int result_type, int depth, boolean can_trap) { argument
831 private static void def(int code, String name, String format, String wide_format, int result_type, int depth, boolean can_trap, int java_code) { argument

Completed in 25 milliseconds