Searched defs:is_wide (Results 1 - 16 of 16) sorted by relevance

/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecode.java62 static boolean can_use_native_byte_order(int bc, boolean is_wide) { argument
H A DBytecodes.java397 static int flags (int code, boolean is_wide) { argument
401 static int format_bits (int code, boolean is_wide) { return flags(code, is_wide) & _all_fmt_bits; } argument
402 static boolean has_all_flags (int code, int test_flags, boolean is_wide) { argument
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.hpp96 bool is_wide() const { return _is_wide; } function in class:BaseBytecodeStream
H A Dbytecode.cpp55 void Bytecode::assert_index_size(int size, Bytecodes::Code bc, bool is_wide) { argument
74 void Bytecode::assert_offset_size(int size, Bytecodes::Code bc, bool is_wide) { argument
88 assert_constant_size(int size, int where, Bytecodes::Code bc, bool is_wide) argument
106 assert_native_index(Bytecodes::Code bc, bool is_wide) argument
[all...]
H A Drewriter.cpp318 void Rewriter::maybe_rewrite_ldc(address bcp, int offset, bool is_wide, argument
H A DtemplateTable.cpp193 bool is_wide = (flags & iswd) != 0; local
H A DtemplateTable.hpp71 bool is_wide() const { return (_flags & (1 << wide_bit )) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DbytecodeTracer.cpp66 bool is_wide() { return _is_wide; } function in class:BytecodePrinter
[all...]
H A Dbytecodes.hpp432 static int flags (int code, bool is_wide) { argument
436 static int format_bits (Code code, bool is_wide) { return flags(code, is_wide) & _all_fmt_bits; } argument
437 static bool has_all_flags (Code code, int test_flags, bool is_wide) { argument
/openjdk10/hotspot/src/share/vm/ci/
H A DciStreams.hpp147 bool is_wide() const { return ( _pc == _was_wide ); } function in class:ciBytecodeStream
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp846 bool is_wide = false; local
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DtemplateTable_aarch64.cpp1678 void TemplateTable::branch(bool is_jsr, bool is_wide) argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86.cpp2049 void TemplateTable::branch(bool is_jsr, bool is_wide) { argument
/openjdk10/hotspot/src/cpu/arm/vm/
H A DtemplateTable_arm.cpp2187 void TemplateTable::branch(bool is_jsr, bool is_wide) { argument
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DtemplateTable_ppc_64.cpp1597 void TemplateTable::branch(bool is_jsr, bool is_wide) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateTable_s390.cpp1808 void TemplateTable::branch(bool is_jsr, bool is_wide) { argument

Completed in 442 milliseconds