Searched refs:allocates (Results 1 - 3 of 3) 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
H A DcodeBuffer.cpp233 if (cs->allocates(addr)) return n;
241 if (cs->allocates(addr)) {
/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.cpp670 && (!dest->allocates(_target) || _target == dest->locs_point())) {

Completed in 39 milliseconds