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

/openjdk9/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp179 bool contains2(address pc) const { return pc >= _start && pc <= _end; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 44 milliseconds