Searched refs:is_unused (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.hpp82 bool is_unused() { return _handles == NULL && !_complete; } function in class:OopRecorder
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.hpp145 bool is_unused() const { return _loc == -1 && _patch_index == 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DcodeBuffer.hpp540 if (!oop_recorder()->is_unused()) {
H A DcodeBuffer.cpp144 assert(_oop_recorder == &_default_oop_recorder && _default_oop_recorder.is_unused(), "do this once");

Completed in 38 milliseconds