Searched defs:init_state (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp235 Node* init_state = make_load(NULL, adr_node, TypeInt::UBYTE, T_BOOLEAN); local
237 tst = Bool( CmpI( init_state, being_init), BoolTest::eq);
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp653 void GenerateOopMap::init_state() { function in class:GenerateOopMap
899 // init_state is now called from init_basic_blocks. The length of a
972 init_state();
H A DinstanceKlass.hpp433 ClassState init_state() { return (ClassState)_init_state; } function in class:instanceKlass

Completed in 198 milliseconds