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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.hpp35 typedef short ciBlockIndex; typedef
H A DciTypeFlow.cpp2800 ciTypeFlow::Block* ciTypeFlow::get_block_for(int ciBlockIndex, ciTypeFlow::JsrSet* jsrs, CreateOption option) { argument
2802 GrowableArray<Block*>* blocks = _idx_to_blocklist[ciBlockIndex];
2809 _idx_to_blocklist[ciBlockIndex] = blocks;
2826 Block* new_block = new (a) Block(this, _methodBlocks->block(ciBlockIndex), jsrs);
2835 int ciTypeFlow::backedge_copy_count(int ciBlockIndex, ciTypeFlow::JsrSet* jsrs) const { argument
2836 GrowableArray<Block*>* blocks = _idx_to_blocklist[ciBlockIndex];
H A DciTypeFlow.hpp831 Block* get_block_for(int ciBlockIndex, JsrSet* jsrs, CreateOption option = create_public_copy);
834 int backedge_copy_count(int ciBlockIndex, JsrSet* jsrs) const;

Completed in 97 milliseconds