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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/util/
H A DExistingBlockReference.java38 public ExistingBlockReference( JBlock _block ) {
39 this.block = _block;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkFunction.cpp141 _block(block),
151 SharkTopLevelBlock* _block; member in class:DeferredZeroCheck
160 return _block;
H A DsharkState.hpp189 SharkTopLevelBlock* _block; member in class:SharkPHIState
193 return _block;
H A DsharkState.cpp284 : SharkState(block), _block(block) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dsuperword.cpp49 _block(arena(), 8, 0, NULL), // nodes in current block
180 for (int i = 0; i < _block.length(); i++) {
181 Node* n = _block.at(i);
508 for (int i = 0; i < _block.length(); i++ ) {
509 Node *n = _block.at(i);
1363 for (int i = 0; i < _block.length(); i++) {
1364 Node* n = _block.at(i);
1587 assert(_block.length() == 0, "block is empty");
1676 _block.at_put_grow(rpo_idx, n);
1687 for (int j = 0; j < _block
[all...]
H A Ddomgraph.cpp40 Block *_block; // Basic block for this info member in struct:Tarjan
87 // Having found unreachable loops, we have made a bad RPO _block layout.
107 Node *whead = w->_block->head();
149 t->_block->_idom = tdom->_block; // Set immediate dominator
153 t->_block->_idom = NULL; // Root
181 t->_block = b; // Save actual block
353 t->_block->_dom_depth = depth; // Set depth in dominator tree
H A Dparse.hpp336 Block* _block; // block currently getting parsed member in class:Parse
374 Block* block() const { return _block; }
378 void set_block(Block* b) { _block = b; }
H A Dsuperword.hpp218 GrowableArray<Node*> _block; // Nodes in current block member in class:SuperWord
H A DgraphKit.hpp850 int _block; // PO of current block, if a Parse member in class:PreserveJVMState
H A DgraphKit.cpp645 _block = block;
654 assert(block == _block, "block must not shift");
H A Dparse1.cpp395 _block = NULL;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp183 BlockBegin* _block; // the current block member in class:VALUE_OBJ_CLASS_SPEC
195 BlockBegin* block() const { return _block; }
320 set_inline_cleanup_info(_block, _last, _state);
326 _block = inline_cleanup_block();
H A Dc1_Instruction.cpp961 if (_block->is_set(BlockBegin::exception_entry_flag)) {
962 state = _block->exception_state_at(i);
964 state = _block->pred_at(i)->end()->state();
977 if (_block->is_set(BlockBegin::exception_entry_flag)) {
978 return _block->number_of_exception_states();
980 return _block->number_of_preds();
H A Dc1_GraphBuilder.cpp2254 _block->add_exception_handler(entry);
2257 if (!entry->is_predecessor(_block)) {
2258 entry->add_predecessor(_block);
2432 _block = beg;
2444 ip.print_instr(_block); tty->cr();
2445 ip.print_stack(_block->state()); tty->cr();
2446 ip.print_inline_level(_block);
2910 _block = _osr_entry;
3053 _block = start_block;
3096 _block
[all...]
H A Dc1_LIRGenerator.hpp161 BlockBegin* _block; member in class:LIRGenerator
382 void set_block(BlockBegin* block) { _block = block; }
439 BlockBegin* block() const { return _block; }
H A Dc1_LIR.cpp301 , _block(block)
311 , _block(NULL)
321 , _block(block)
328 assert(_block != NULL, "must have old block");
329 assert(_block->label() == label(), "must be equal");
331 _block = b;
1120 , _block(block)
H A Dc1_LIR.hpp1362 BlockBegin* _block; // if this is a branch to a block, this is the block member in class:LIR_OpBranch
1372 , _block(NULL)
1385 BlockBegin* block() const { return _block; }
1878 BlockBegin* _block; member in class:LIR_List
1917 NOT_PRODUCT(BlockBegin* block() const { return _block; });
H A Dc1_Instruction.hpp573 BlockBegin* _block; // the block to which the phi function belongs variable
581 , _block(b)
606 BlockBegin* block() const { return _block; }
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DComplexTypeImpl.java60 Ref.Type _base, int _final, int _block, boolean _mixed ) {
71 this.blockValue = _block;
55 ComplexTypeImpl( SchemaDocumentImpl _parent, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl _fa, String _name, boolean _anonymous, boolean _abstract, int _derivationMethod, Ref.Type _base, int _final, int _block, boolean _mixed ) argument

Completed in 127 milliseconds