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

/openjdk10/hotspot/src/share/vm/gc/g1/
H A DheapRegionType.hpp142 bool is_pinned() const { return (get() & PinnedMask) != 0; } function in class:VALUE_OBJ_CLASS_SPEC
H A DheapRegion.hpp431 bool is_pinned() const { return _type.is_pinned(); } function in class:HeapRegion
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp442 bool is_pinned() const { return _pin_state != 0 || PinAllInstructions; } function in class:Instruction
/openjdk10/hotspot/src/share/vm/adlc/
H A Dformssel.cpp205 bool InstructForm::is_pinned(FormDict &globals) { function in class:InstructForm

Completed in 69 milliseconds