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

/openjdk7/hotspot/src/share/vm/code/
H A DcodeBlob.hpp142 bool relocation_contains(relocInfo* addr) const{ return relocation_begin() <= addr && addr < relocation_end(); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 23 milliseconds