Searched refs:VMIntConstantEntry (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.hpp91 } VMIntConstantEntry; typedef in typeref:struct:__anon458
113 static VMIntConstantEntry localHotSpotVMIntConstants[];
H A DvmStructs.cpp2751 // VMIntConstantEntry macros
2909 VMIntConstantEntry VMStructs::localHotSpotVMIntConstants[] = {
3146 JNIEXPORT VMIntConstantEntry* gHotSpotVMIntConstants = VMStructs::localHotSpotVMIntConstants;
3147 ASSIGN_OFFSET_TO_64BIT_VAR(gHotSpotVMIntConstantEntryNameOffset, VMIntConstantEntry, name);
3148 ASSIGN_OFFSET_TO_64BIT_VAR(gHotSpotVMIntConstantEntryValueOffset, VMIntConstantEntry, value);

Completed in 39 milliseconds