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

/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp49 // RetTable
74 class RetTable VALUE_OBJ_CLASS_SPEC {
81 RetTable() { _first = NULL; } function in class:VALUE_OBJ_CLASS_SPEC
300 RetTable _rt; // Contains the return address mappings
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java202 static class RetTable { class in class:GenerateOopMap
223 RetTable() {} method in class:GenerateOopMap.RetTable
308 RetTable _rt; // Contains the return address mappings
2138 _rt = new RetTable();

Completed in 38 milliseconds