Searched defs:localHotSpotVMTypes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.hpp108 static VMTypeEntry localHotSpotVMTypes[]; member in class:VMStructs
125 // Look up a type in localHotSpotVMTypes using strcmp() (debug build only).
H A DvmStructs.cpp2630 // found in VMStructs::localHotSpotVMTypes[].
2863 VMTypeEntry VMStructs::localHotSpotVMTypes[] = { member in class:VMStructs
3062 // VMStructs::localHotSpotVMTypes[]. (The assertion itself had to be
3138 JNIEXPORT VMTypeEntry* gHotSpotVMTypes = VMStructs::localHotSpotVMTypes;

Completed in 59 milliseconds