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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.hpp37 // The oopMap (InterpreterOopMap) is stored as a bit mask. If the
42 // For InterpreterOopMap the bit_mask is allocated in
43 // a resource area for better performance. InterpreterOopMap
64 class InterpreterOopMap: ResourceObj { class in inherits:ResourceObj
135 InterpreterOopMap();
136 ~InterpreterOopMap();
139 // InterpreterOopMap. If the _bit_mask[0] in "from" points to
183 void lookup(methodHandle method, int bci, InterpreterOopMap* entry);
186 static void compute_one_oop_map(methodHandle method, int bci, InterpreterOopMap* entry);
H A DoopMapCache.cpp34 class OopMapCacheEntry: private InterpreterOopMap {
35 friend class InterpreterOopMap;
56 OopMapCacheEntry() : InterpreterOopMap() {
149 // Implementation of InterpreterOopMap and OopMapCacheEntry
162 InterpreterOopMap::InterpreterOopMap() { function in class:InterpreterOopMap
169 InterpreterOopMap::~InterpreterOopMap() {
181 bool InterpreterOopMap::is_empty() {
189 void InterpreterOopMap
[all...]

Completed in 30 milliseconds