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

12

/openjdk10/hotspot/src/share/vm/gc/g1/
H A DheapRegionType.cpp29 bool HeapRegionType::is_valid(Tag tag) { function in class:HeapRegionType
H A Dg1InCSetState.hpp87 bool is_valid() const { return (_value >= Ext) && (_value < Num); } function in struct:InCSetState
/openjdk10/hotspot/src/cpu/zero/vm/
H A Dregister_zero.hpp64 bool is_valid() const { function in class:RegisterImpl
99 bool is_valid() const { function in class:FloatRegisterImpl
H A Dframe_zero.cpp283 bool is_valid = istate->self_link() == istate; local
/openjdk10/hotspot/test/gc/arguments/
H A DTestG1PercentageOptions.java64 private static void check(String flag, boolean is_valid) throws Exception { argument
76 void check(String name, String value, boolean is_valid) throws Exception { argument
/openjdk10/hotspot/src/share/vm/ci/
H A DciConstant.hpp127 bool is_valid() const { function in class:VALUE_OBJ_CLASS_SPEC
H A DciMethodData.hpp536 bool is_valid(ciProfileData* current) { return current != NULL; } function in class:ciMethodData
/openjdk10/hotspot/src/share/vm/oops/
H A Dmetadata.hpp38 NOT_PRODUCT(bool is_valid() const volatile { return _valid == 0; }) function in class:Metadata
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dregister_aarch64.hpp60 bool is_valid() const { return 0 <= (intptr_t)this && (intptr_t)this < number_of_registers; } function in class:RegisterImpl
144 bool is_valid() const { return 0 <= (intptr_t)this && (intptr_t)this < number_of_registers; } function in class:FloatRegisterImpl
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dregister_x86.hpp67 bool is_valid() const { return 0 <= (intptr_t)this && (intptr_t)this < number_of_registers; } function in class:RegisterImpl
122 bool is_valid() const { return 0 <= (intptr_t)this && (intptr_t)this < number_of_registers; } function in class:FloatRegisterImpl
168 bool is_valid() const { return 0 <= (intptr_t)this && (intptr_t)this < number_of_registers; } function in class:XMMRegisterImpl
252 bool is_valid() const { return 0 <= (intptr_t)this && (intptr_t)this < number_of_registers; } function in class:KRegisterImpl
/openjdk10/hotspot/src/share/vm/opto/
H A Doptoreg.hpp107 static bool is_valid(Name n) { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.cpp74 JvmtiRawMonitor::is_valid() { function in class:JvmtiRawMonitor
/openjdk10/hotspot/src/share/vm/runtime/
H A Djava.hpp78 bool is_valid() const { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/jdk/src/java.desktop/share/native/libfontmanager/harfbuzz/
H A Dhb-object-private.hh65 inline bool is_valid (void) const { return ref_count.get_unsafe () > 0; } function in struct:hb_reference_count_t
/openjdk10/hotspot/src/share/vm/code/
H A Dvmreg.hpp81 bool is_valid() const { return ((intptr_t) this) != BAD_REG; } function in class:VMRegImpl
H A Ddependencies.hpp238 bool is_valid() const { return _id != 0; } function in class:Dependencies::VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp67 bool is_valid() const { return _gen != NULL; } function in class:VALUE_OBJ_CLASS_SPEC
H A Dbytecode.hpp225 bool is_valid() const { return is_invokeinterface() || function in class:Bytecode_invoke
258 bool is_valid() const { return is_getfield() || function in class:Bytecode_field
/openjdk10/test/fmw/gtest/src/
H A Dgtest-port.cc266 bool is_valid = true; local
/openjdk10/hotspot/src/share/vm/compiler/
H A DmethodLiveness.hpp49 bool is_valid() { return _is_valid; } function in class:MethodLivenessResult
/openjdk10/hotspot/src/share/vm/classfile/
H A Dverifier.hpp140 bool is_valid() const { return _origin != NONE; } function in class:VALUE_OBJ_CLASS_SPEC
226 bool is_valid() const { return _fault != NO_FAULT; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/aot/
H A DaotCodeHeap.hpp139 bool is_valid() const { function in class:AOTLib
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dregister_s390.hpp81 bool is_valid() const { return (0 <= (value()&0x7F) && (value()&0x7F) < number_of_registers); } function in class:RegisterImpl
132 bool is_valid() const { function in class:ConditionRegisterImpl
216 bool is_valid() const { return 0 <= value() && value() < number_of_registers; } function in class:FloatRegisterImpl
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp178 bool is_valid() const { return start() != NULL; } function in class:IRScope
304 bool is_valid() const { return top_scope()->is_valid(); } function in class:IR
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dregister_sparc.hpp74 bool is_valid() const { return (0 <= (value()&0x7F) && (value()&0x7F) < number_of_registers); } function in class:RegisterImpl
261 bool is_valid() const { return 0 <= value() && value() < number_of_registers; } function in class:FloatRegisterImpl

Completed in 232 milliseconds

12