Searched refs:start_map (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp186 SafePointNode* start_map() const { assert(is_merged(),""); return _start_map; } function in class:Parse::Block
224 const JVMState* jvms = start_map()->jvms();
H A Dparse1.cpp1327 set_map(block->start_map());
1777 SafePointNode* map = start_map();
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp1690 OopMapBlock* const start_map = start_of_nonstatic_oop_maps(); \
1691 OopMapBlock* map = start_map + nonstatic_oop_map_count(); \
1693 while (start_map < map) { \
1700 while (start_map < map) { \

Completed in 394 milliseconds