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

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp175 bool allocates(address pc) const { return pc >= _start && pc < _limit; } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 25 milliseconds