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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp86 void compute_map(TRAPS);
98 void OopMapForCacheEntry::compute_map(TRAPS) { function in class:OopMapForCacheEntry
105 GenerateOopMap::compute_map(CATCH);
144 assert(_stack_top != -1, "compute_map must be called first");
388 gen.compute_map(CATCH);
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp2048 void GenerateOopMap::compute_map(TRAPS) { function in class:GenerateOopMap
2119 // at the bottom of the call stack, when it returns to compute_map(). The
2541 compute_map(CHECK_(methodHandle()));

Completed in 198 milliseconds