Searched refs:block (Results 51 - 75 of 238) sorted by relevance

12345678910

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdphuff.c2 * reserved comment block
274 * The i'th block of the MCU is stored into the block pointed to by
296 JBLOCKROW block; local
318 /* Outer loop handles each block in the MCU */
321 block = MCU_data[blkn];
326 /* Decode a single block's worth of coefficients */
340 (*block)[0] = (JCOEF) (s << Al);
368 JBLOCKROW block; local
389 /* There is always only one block pe
451 JBLOCKROW block; local
503 JBLOCKROW block; local
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCWrapper.m49 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
131 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
154 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
236 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
270 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
293 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
334 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
353 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
372 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
392 [ThreadUtilities performOnMainThreadWaiting:NO block
[all...]
H A DCInputMethod.m156 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
180 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
199 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
219 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
262 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
296 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
H A DCCursorManager.m89 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
103 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
123 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
143 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DModelerUtils.java79 * @param block The Block (body/Header/Attachment) to which the created Parameter belong.
83 Block block) {
94 block.setType(type);
99 paramList.add(createUnwrappedParameter(prop, jaxbType, block, type,
109 * @param block
113 JAXBType jaxbType, Block block, JAXBStructuredType type,
127 Parameter parameter = createParameter(elementName.getLocalPart(), t, block);
132 public static List<Parameter> createRpcLitParameters(Message message, Block block, S2JJAXBModel jaxbModel, ErrorReceiverFilter errReceiver){ argument
133 RpcLitStructure rpcStruct = (RpcLitStructure)block.getType();
153 Parameter parameter = ModelerUtils.createParameter(part.getName(), param, block);
82 createUnwrappedParameters(JAXBType jaxbType, Block block) argument
112 createUnwrappedParameter(JAXBProperty prop, JAXBType jaxbType, Block block, JAXBStructuredType type, JavaStructureType jst) argument
169 createParameter(String partName, AbstractType jaxbType, Block block) argument
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkFunction.hpp78 SharkTopLevelBlock* block(int i) const { function in class:SharkFunction
120 void add_deferred_zero_check(SharkTopLevelBlock* block,
H A DsharkValue.cpp212 void SharkValue::addIncoming(SharkValue *value, BasicBlock* block) { argument
215 void SharkPHIValue::addIncoming(SharkValue *value, BasicBlock* block) { argument
218 value->generic_value(), block);
222 void SharkAddressValue::addIncoming(SharkValue *value, BasicBlock* block) { argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp342 assert(block_of_op_with_id(def_pos) == block_of_op_with_id(interval->spill_definition_pos()), "block must be equal");
433 BlockBegin* block = block_at(i); local
434 LIR_OpList* instructions = block->lir()->instructions_list();
438 // iterate all instructions of the block. skip the first because it is always a label
466 // prepare insertion buffer (appended when all instructions of the block are processed)
467 insertion_buffer.init(block->lir());
485 block->lir()->append(&insertion_buffer);
487 } // end of block iteration
494 // Compute depth-first and linear scan block orders, and number LIR_Op nodes for linear scan.
520 BlockBegin* block local
583 BlockBegin* block = block_at(i); local
769 BlockBegin* block = block_at(i); local
833 BlockBegin* block = block_at(i); local
858 BlockBegin* block = block_at(j); local
1322 BlockBegin* block = block_at(i); local
1674 interval_at_block_begin(BlockBegin* block, int reg_num) argument
1681 interval_at_block_end(BlockBegin* block, int reg_num) argument
1763 BlockBegin* block = block_at(i); local
1821 resolve_exception_entry(BlockBegin* block, int reg_num, MoveResolver &move_resolver) argument
1870 resolve_exception_entry(BlockBegin* block, MoveResolver &move_resolver) argument
1948 BlockBegin* block = handler->entry_block(); local
1977 BlockBegin* block = block_at(i); local
1984 BlockBegin* block = block_at(i); local
2171 BlockBegin* block = block_of_op_with_id(op_id); local
2796 BlockBegin* block = block_of_op_with_id(op_id); local
3027 BlockBegin* block = block_at(i); local
3135 BlockBegin* block = block_at(i); local
3269 BlockBegin* block = block_at(i); local
3369 BlockBegin* block = block_at(i); local
3402 state_for_block(BlockBegin* block) argument
3403 set_state_for_block(BlockBegin* block, IntervalList* saved_state) argument
3404 add_to_work_list(BlockBegin* block) argument
3457 BlockBegin* block = _work_list.at(0); local
3464 process_block(BlockBegin* block) argument
3505 process_successor(BlockBegin* block, IntervalList* input_state) argument
[all...]
H A Dc1_IR.cpp255 if (PrintCFG || PrintCFG1) { tty->print_cr("CFG after block elimination"); print(true); }
256 if (PrintIR || PrintIR1 ) { tty->print_cr("IR after block elimination"); print(false); }
309 tty->print_cr("Split critical edge B%d -> B%d (new block B%d)",
418 int _max_block_id; // the highest block_id of a block
428 intArray _forward_branches; // number of incoming forward branches for each block
430 BitMap2D _loop_map; // two-dimensional bit set: a bit is set if a block is contained in a loop
460 // computation of final block order
502 TRACE_LINEAR_SCAN(2, "***** computing linear-scan block order");
536 TRACE_LINEAR_SCAN(3, tty->print_cr("Enter count_edges for block B%d coming from B%d", cur->block_id(), parent != NULL ? parent->block_id() : -1));
541 assert(is_visited(cur), "block mus
917 BlockBegin* block = _linear_scan_order->at(i); local
1140 block_do(BlockBegin* block) argument
1195 BlockBegin* block = _blocks->at(i); local
1220 block_do(BlockBegin* block) argument
1283 block_do(BlockBegin* block) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DGifImageDecoder.java356 byte block[], byte rasline[],
470 byte block[] = new byte[256 + 3];
473 if (readBytes(block, 0, 10) != 0) {
476 int x = ExtractWord(block, 0);
477 int y = ExtractWord(block, 2);
478 int width = ExtractWord(block, 4);
479 int height = ExtractWord(block, 6);
499 boolean interlace = (block[8] & INTERLACEMASK) != 0;
503 if ((block[8] & COLORMAPMASK) != 0) {
507 int num_local_colors = 1 << ((block[
354 parseImage(int x, int y, int width, int height, boolean interlace, int initCodeSize, byte block[], byte rasline[], IndexColorModel model) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.cpp166 BitBlock *block = free_list; local
167 compile->set_indexSet_free_block_list(block->next());
169 block->clear();
170 return block;
178 BitBlock *block = alloc_block(); local
180 _blocks[bi] = block;
181 return block;
188 debug_only(check_watch("free block", i));
189 assert(i < _max_blocks, "block index too large");
190 BitBlock *block
296 BitBlock *block = set->_blocks[i]; local
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/basic/
H A DBasicCDebugInfoDataBase.java218 public void addBlock(Object key, BlockSym block) { argument
222 lazySymMap.put(key, block);
223 blocks.add(block);
350 /** Find the block whose starting address is closest to but less
357 // and if so, return that block.
361 BlockSym block = (BlockSym) blocks.get(i);
362 if (AddressOps.lte(block.getAddress(), addr)) {
363 if ((lastAddr == null) || (AddressOps.equal(block.getAddress(), lastAddr))) {
364 lastAddr = block.getAddress();
365 ret = block;
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.cpp526 // We use a mixed spin/yield/block mechanism.
832 ObjectMonitor* block = gBlockList; local
834 while (block) {
835 assert(block->object() == CHAINMARKER, "must be a block header");
837 mid = block + i;
843 block = (ObjectMonitor*) block->FreeNext;
847 // Get the next block in the block lis
848 next(ObjectMonitor* block) argument
1651 ObjectMonitor* block = gBlockList; local
1671 ObjectMonitor* block = gBlockList; local
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs/
H A DSignerInfo.java216 public X509Certificate getCertificate(PKCS7 block) argument
219 return block.getCertificate(certificateSerialNumber, issuerName);
225 public ArrayList<X509Certificate> getCertificateChain(PKCS7 block) argument
229 userCert = block.getCertificate(certificateSerialNumber, issuerName);
236 X509Certificate[] pkcsCerts = block.getCertificates();
296 SignerInfo verify(PKCS7 block, byte[] data) argument
301 ContentInfo content = block.getContentInfo();
365 X509Certificate cert = getCertificate(block);
426 /* Verify the content of the pkcs7 block. */
427 SignerInfo verify(PKCS7 block) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/util/
H A DClassNameCollector.java166 protected void visitBodyBlock(Block block) throws Exception { argument
167 visitBlock(block);
170 protected void visitHeaderBlock(Block block) throws Exception { argument
171 visitBlock(block);
174 protected void visitFaultBlock(Block block) throws Exception { argument
177 protected void visitBlock(Block block) throws Exception { argument
178 visitType(block.getType());
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp48 // whether two paths which reach a given block are unique, and
382 tty->print_cr(">> Interpreting pre-OSR block %d:", non_osr_start);
384 Block* block = block_at(non_osr_start, jsrs); local
385 assert(block->limit() == start_bci(), "must flow forward to start");
386 flow_block(block, state, jsrs);
589 // Type flow after this block may still be needed in two situations:
591 // 2) C2 does an OSR compile in a later block (see bug 4778368).
1577 // A basic block.
1602 tty->print_cr(">> Created new block");
1630 tty->print(">> Computing successors for block ");
1637 Block* block = NULL; local
1650 Block* block = analyzer->block_at(limit(), _jsrs); local
1711 Block* block = analyzer->block_at(bci, jsrs); local
1730 Block* block = analyzer->block_at(bci, jsrs); local
1736 Block* block = analyzer->block_at(bci, jsrs); local
1995 add_to_work_list(ciTypeFlow::Block* block) argument
2045 Block* block = get_block_for(ciblk->index(), jsrs, option); local
2101 Block* block = exceptions->at(i); local
2129 Block* block = successors->at(i); local
2294 flow_block(ciTypeFlow::Block* block, ciTypeFlow::StateVector* state, ciTypeFlow::JsrSet* jsrs) argument
2774 Block* block = _block_map[j]; local
2815 Block* block = blocks->at(i); local
2845 Block* block = blocks->at(i); local
2927 Block* block = blocks->at(i); local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/wsdl/
H A DWSDLBoundOperationImpl.java207 ParameterBinding block = inputParts.get(part);
208 if(block == null){
214 return block;
230 ParameterBinding block = outputParts.get(part);
231 if(block == null){
237 return block;
253 ParameterBinding block = faultParts.get(part);
254 if(block == null){
260 return block;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/
H A DFault.java64 return block;
68 block = b;
161 private Block block; field in class:Fault
H A DParameter.java94 return block;
98 block = d;
124 private Block block; field in class:Parameter
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/Blowfish/
H A DBlowfishTestVector.java133 static private String toHexString(byte[] block) { argument
136 int len = block.length;
139 byte2hex(block[i], buf);
/openjdk7/jdk/test/sun/security/x509/X500Name/
H A DDerValueConstructor.java119 private static String toHexString(byte[] block) { argument
122 int len = block.length;
125 byte2hex(block[i], buf);
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DCharTrie.java50 // note that i need to handle the block calculations later, since chartrie
97 char block;
101 /* max(Latin-1, block 0) */
113 /* indexes are preset to 0 (block 0) */
121 /* indexes for lead surrogate code units to the block after Latin-1 */
122 block=(char)(latin1Length>>INDEX_STAGE_2_SHIFT_);
126 m_index_[i]=block;
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDESCrypt.java521 * Returns this cipher's block size.
523 * @return this cipher's block size
560 * from the cipher's block size
587 * from the cipher's block size
698 private static int initialPermutationLeft(byte block[], int offset) { argument
701 l = initPermLeft1[block[offset] & 0xf];
702 l |= initPermLeft0[(block[offset] >> 4) & 0xf];
703 l |= initPermLeft3[block[offset + 1] & 0xf];
704 l |= initPermLeft2[(block[offset + 1] >> 4) & 0xf];
705 l |= initPermLeft5[block[offse
720 initialPermutationRight(byte block[], int offset) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DConstField.java100 public void toRawValue(JBlock block, JVar $var) { argument
106 public void fromRawValue(JBlock block, String uniqueName, JExpression $var) { argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp36 // First compute which FPU registers are live at the start of each basic block
59 // the block must not have any spill moves at the beginning (checked by assertions)
63 // NOTE: the check for number_of_preds > 1 is necessary. A block with only one
64 // predecessor may have spill moves at the begin of the block.
66 // to decide if the register is live or not at the block begin -> the
73 iw.walk_to(id); // walk after the first instruction (always a label) of the block
98 tty->print("FPU regs for block %d, LIR instr %d): ", b->block_id(), id); regs.print_on(tty); tty->print_cr("");
124 // Set up to process block
125 BlockBegin* block = allocator()->block_at(i); local
126 intArray* fpu_stack_state = block
161 allocate_block(BlockBegin* block) argument
1138 merge_fpu_stack_with_successors(BlockBegin* block) argument
[all...]

Completed in 114 milliseconds

12345678910