Searched refs:kind (Results 401 - 410 of 410) sorted by relevance

<<11121314151617

/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.hpp215 const char *kind; member in struct:Flag
2934 "Limit on traps (of one kind) in a method (includes inlines)") \
2937 "Limit on traps (of one kind) at a particular BCI") \
H A DvmStructs.cpp1200 nonstatic_field(Flag, kind, const char*) \
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DstubGenerator_sparc.cpp659 // prefers to work with just one kind of synch. instruction.
1030 switch (bs->kind()) {
1078 switch (bs->kind()) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp738 switch (bs->kind()) {
771 switch (bs->kind()) {
H A DstubGenerator_x86_64.cpp1211 switch (bs->kind()) {
1256 switch (bs->kind()) {
H A Dc1_Runtime1_x86.cpp1134 // assert object type is really an array of the proper kind
1615 if (bs->kind() != BarrierSet::G1SATBCTLogging) {
H A Dassembler_x86.cpp8815 assert(bs->kind() == BarrierSet::CardTableModRef, "Wrong barrier set kind");
8821 assert(bs->kind() == BarrierSet::CardTableModRef, "Wrong barrier set kind");
9926 const char* kind = (_ex == 0x7FFF || _ex == (int16_t)-1) ? "NaN" : " "; local
9927 printf("%c%04hx.%08x%08x %s", sign, _ex, _m1, _m0, kind);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp821 void AwtWindow::StartSecurityAnimation(AnimationKind kind) argument
830 securityAnimationKind = kind;
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp1697 record->header.kind = JVMTI_CMLR_INLINE_INFO;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp3607 assert(_sh->kind() == CollectedHeap::G1CollectedHeap,

Completed in 174 milliseconds

<<11121314151617