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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp3600 BasicType index_bt = TypeX_X->basic_type(); local
3601 assert(sizeof(size_t) == type2aelembytes(index_bt), "Loading G1 PtrQueue::_index with wrong size.");
3602 Node* index = __ load(__ ctrl(), index_adr, TypeX_X, index_bt, Compile::AliasIdxRaw);
3624 __ store(__ ctrl(), index_adr, next_index, index_bt, Compile::AliasIdxRaw); local

Completed in 505 milliseconds