Searched refs:has_locs (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.hpp168 bool has_locs() const { return _locs_end != NULL; } function in class:VALUE_OBJ_CLASS_SPEC
H A DcodeBuffer.cpp164 if (_insts.has_locs()) cs->initialize_locs(1);
308 if (!has_locs()) {

Completed in 35 milliseconds