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

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.hpp96 } VMLongConstantEntry; typedef in typeref:struct:__anon459
118 static VMLongConstantEntry localHotSpotVMLongConstants[];
H A DvmStructs.cpp2782 // VMLongConstantEntry macros
2939 VMLongConstantEntry VMStructs::localHotSpotVMLongConstants[] = {
3150 JNIEXPORT VMLongConstantEntry* gHotSpotVMLongConstants = VMStructs::localHotSpotVMLongConstants;
3151 ASSIGN_OFFSET_TO_64BIT_VAR(gHotSpotVMLongConstantEntryNameOffset, VMLongConstantEntry, name);
3152 ASSIGN_OFFSET_TO_64BIT_VAR(gHotSpotVMLongConstantEntryValueOffset, VMLongConstantEntry, value);

Completed in 33 milliseconds