Searched refs:compute_map (Results 1 - 4 of 4) 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.hpp469 void compute_map(TRAPS);
495 // All these methods are used during a call to: compute_map. Note: Non of the return results are valid
496 // after compute_map returns, since all values are allocated as resource objects.
568 // Call compute_map(CHECK) to generate info.
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()));
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethod.cpp338 gpi.compute_map(CATCH);

Completed in 53 milliseconds