Searched refs:VMStructEntry (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.hpp76 } VMStructEntry; typedef in typeref:struct:__anon456
104 static VMStructEntry localHotSpotVMStructs[];
H A DvmStructs.cpp2586 // VMStructEntry macros
2589 // This macro generates a VMStructEntry line for a nonstatic field
2593 // This macro generates a VMStructEntry line for a static field
2597 // This macro generates a VMStructEntry line for an unchecked
2603 // This macro generates a VMStructEntry line for an unchecked
2613 // This macro checks the type of a VMStructEntry by comparing pointer types
2617 // This macro checks the type of a volatile VMStructEntry by comparing pointer types
2621 // This macro checks the type of a VMStructEntry by comparing pointer types
2817 VMStructEntry VMStructs::localHotSpotVMStructs[] = {
3130 JNIEXPORT VMStructEntry* gHotSpotVMStruct
[all...]
/openjdk7/hotspot/src/os/bsd/dtrace/
H A DgenerateJvmOffsets.cpp194 GEN_OFFS(VMStructEntry, typeName);
195 GEN_OFFS(VMStructEntry, fieldName);
196 GEN_OFFS(VMStructEntry, address);
197 GEN_SIZE(VMStructEntry);
H A Dlibjvm_db.c84 typedef struct VMStructEntry { struct
90 } VMStructEntry; typedef in typeref:struct:VMStructEntry
237 static int parse_vmstruct_entry(jvm_agent_t* J, uint64_t base, VMStructEntry* vmp) {
257 VMStructEntry vmVar;
258 VMStructEntry* vmp = &vmVar;
272 memset(vmp, 0, sizeof(VMStructEntry));
/openjdk7/hotspot/src/os/solaris/dtrace/
H A DgenerateJvmOffsets.cpp189 GEN_OFFS(VMStructEntry, typeName);
190 GEN_OFFS(VMStructEntry, fieldName);
191 GEN_OFFS(VMStructEntry, address);
192 GEN_SIZE(VMStructEntry);
H A Dlibjvm_db.c84 typedef struct VMStructEntry { struct
90 } VMStructEntry; typedef in typeref:struct:VMStructEntry
237 static int parse_vmstruct_entry(jvm_agent_t* J, uint64_t base, VMStructEntry* vmp) {
257 VMStructEntry vmVar;
258 VMStructEntry* vmp = &vmVar;
272 memset(vmp, 0, sizeof(VMStructEntry));

Completed in 45 milliseconds