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

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DFieldType.java59 public boolean isByte() { return first == 'B'; } method in class:FieldType
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp217 bool isByte(int x) const { return 0 <= x && x < 0x100; } function in class:AbstractAssembler

Completed in 28 milliseconds