| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/util/ |
| H A D | ExistingBlockReference.java | 38 public ExistingBlockReference( JBlock _block ) { 39 this.block = _block;
|
| /openjdk7/hotspot/src/share/vm/shark/ |
| H A D | sharkFunction.cpp | 141 _block(block), 151 SharkTopLevelBlock* _block; member in class:DeferredZeroCheck 160 return _block;
|
| H A D | sharkState.hpp | 189 SharkTopLevelBlock* _block; member in class:SharkPHIState 193 return _block;
|
| H A D | sharkState.cpp | 284 : SharkState(block), _block(block) {
|
| /openjdk7/hotspot/src/share/vm/opto/ |
| H A D | superword.cpp | 49 _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 D | domgraph.cpp | 40 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 D | parse.hpp | 336 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 D | superword.hpp | 218 GrowableArray<Node*> _block; // Nodes in current block member in class:SuperWord
|
| H A D | graphKit.hpp | 850 int _block; // PO of current block, if a Parse member in class:PreserveJVMState
|
| H A D | graphKit.cpp | 645 _block = block; 654 assert(block == _block, "block must not shift");
|
| H A D | parse1.cpp | 395 _block = NULL;
|
| /openjdk7/hotspot/src/share/vm/c1/ |
| H A D | c1_GraphBuilder.hpp | 183 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 D | c1_Instruction.cpp | 961 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 D | c1_GraphBuilder.cpp | 2254 _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 D | c1_LIRGenerator.hpp | 161 BlockBegin* _block; member in class:LIRGenerator 382 void set_block(BlockBegin* block) { _block = block; } 439 BlockBegin* block() const { return _block; }
|
| H A D | c1_LIR.cpp | 301 , _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 D | c1_LIR.hpp | 1362 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 D | c1_Instruction.hpp | 573 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 D | ComplexTypeImpl.java | 60 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
|