Searched defs:is_valid (Results 26 - 36 of 36) sorted by relevance

12

/openjdk10/hotspot/src/cpu/arm/vm/
H A Dregister_arm.hpp197 bool is_valid() const { return 0 <= value() && value() < number_of_registers; } function in class:RegisterImpl
232 bool is_valid() const { return 0 <= (intx)this && (intx)this < number_of_registers; } function in class:FloatRegisterImpl
/openjdk10/hotspot/src/share/vm/runtime/
H A DperfData.hpp307 inline bool is_valid() { return _valuep != NULL; } function in class:PerfData
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp275 bool JvmtiBreakpoint::is_valid() { function in class:JvmtiBreakpoint
H A DjvmtiEnvBase.cpp131 JvmtiEnvBase::is_valid() { function in class:JvmtiEnvBase
H A DjvmtiTagMap.cpp1763 bool is_valid() const { return _valid; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsParallelCompact.hpp120 bool is_valid() const { return _src_region_idx > 0; } function in class:SplitInfo
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DparNewGeneration.cpp329 bool is_valid(int id) const { return id < _num_threads; } function in class:ParScanThreadStateSet
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dregister_ppc.hpp99 bool is_valid() const { return ( 0 <= (value()&0x7F) && (value()&0x7F) < number_of_registers); } function in class:RegisterImpl
214 bool is_valid() const { return (0 <= value() && value() < number_of_registers); } function in class:ConditionRegisterImpl
270 bool is_valid() const { return (0 <= value() && value() < number_of_registers); } function in class:FloatRegisterImpl
370 bool is_valid() const { return 0 <= value() && value() < number_of_registers; } function in class:SpecialRegisterImpl
420 bool is_valid() cons function in class:VectorRegisterImpl
520 bool is_valid() const { return 0 <= value() && value() < number_of_registers; } function in class:VectorSRegisterImpl
[all...]
/openjdk10/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp389 static bool is_valid (int code) { return 0 <= code && code < number_of_codes; } function in class:Bytecodes
/openjdk10/hotspot/src/share/vm/oops/
H A DmethodData.hpp2464 bool is_valid(ProfileData* current) const { return current != NULL; } function in class:MethodData
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp360 bool is_valid() const { return kind_field() != illegal_value; } function in class:LIR_OprDesc

Completed in 240 milliseconds

12