Searched refs:block (Results 76 - 100 of 238) sorted by relevance

12345678910

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcphuff.c2 * reserved comment block
388 JBLOCKROW block; local
402 block = MCU_data[blkn];
409 temp2 = IRIGHT_SHIFT((int) ((*block)[0]), Al);
476 JBLOCKROW block; local
486 /* Encode the MCU data block */
487 block = MCU_data[0];
494 if ((temp = (*block)[jpeg_natural_order[k]]) == 0) {
581 JBLOCKROW block; local
593 block
632 JBLOCKROW block; local
[all...]
/openjdk7/hotspot/src/os/bsd/dtrace/
H A Djhelper.d216 this->block = this->CodeCache_segmap_low;
217 this->tag = copyin_uchar(this->block + this->segment);
225 this->tag = copyin_uchar(this->block + this->segment);
233 this->tag = copyin_uchar(this->block + this->segment);
241 this->tag = copyin_uchar(this->block + this->segment);
249 this->tag = copyin_uchar(this->block + this->segment);
257 this->tag = copyin_uchar(this->block + this->segment);
273 this->block = this->CodeCache_low +
275 this->used = copyin_uint32(this->block + OFFSET_HeapBlockHeader_used);
282 this->error = "<block no
[all...]
/openjdk7/hotspot/src/os/solaris/dtrace/
H A Djhelper.d216 this->block = this->CodeCache_segmap_low;
217 this->tag = copyin_uchar(this->block + this->segment);
225 this->tag = copyin_uchar(this->block + this->segment);
233 this->tag = copyin_uchar(this->block + this->segment);
241 this->tag = copyin_uchar(this->block + this->segment);
249 this->tag = copyin_uchar(this->block + this->segment);
257 this->tag = copyin_uchar(this->block + this->segment);
273 this->block = this->CodeCache_low +
275 this->used = copyin_uint32(this->block + OFFSET_HeapBlockHeader_used);
282 this->error = "<block no
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueMap.hpp228 ValueMap* _current_map; // value map of current block
234 ValueMap* value_map_of(BlockBegin* block) { return _value_maps.at(block->linear_scan_number()); } argument
235 void set_value_map_of(BlockBegin* block, ValueMap* map) { assert(value_map_of(block) == NULL, ""); _value_maps.at_put(block->linear_scan_number(), map); } argument
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp193 // Find the start block.
616 Block* block = rpo_at(rpo); local
618 if (block->is_parsed()) continue;
620 if (!block->is_merged()) {
621 // Dead block, no state reaches this block
625 // Prepare to parse this block.
626 load_state_from(block);
636 if (block->is_loop_head() || block
699 Block* block = rpo_at(rpo); local
1118 Block* block = rpo_at(rpo); local
1124 Block* block = rpo_at(rpo); local
1324 load_state_from(Block* block) argument
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp39 static JNIHandleBlock* _global_handles; // First global handle block
40 static JNIHandleBlock* _weak_global_handles; // First weak global handle block
82 // Sentinel marking deleted handles in block. Note that we cannot store NULL as
118 block_size_in_oops = 32 // Number of handles per handle block
123 JNIHandleBlock* _next; // Link to next block
125 // The following instance variables are only used by the first block in a chain.
127 JNIHandleBlock* _last; // Last block in use
140 // Fill block with bad_handle values
155 // Block allocation and block free list management
157 static void release_block(JNIHandleBlock* block, Threa
161 set_pop_frame_link(JNIHandleBlock* block) argument
[all...]
H A DvframeArray.hpp193 // Accessors for unroll block
195 void set_unroll_block(Deoptimization::UnrollBlock* block) { _unroll_block = block; } argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCodeHeap.java83 /** Returns the start of the block containing p or null */
98 HeapBlock block = getBlockAt(base);
99 return base.addOffsetTo(block.getLength() * (1 << getLog2SegmentSize()));
/openjdk7/jdk/src/windows/classes/sun/nio/ch/
H A DSinkChannelImpl.java71 protected void implConfigureBlocking(boolean block) throws IOException { argument
72 sc.configureBlocking(block);
H A DSourceChannelImpl.java70 protected void implConfigureBlocking(boolean block) throws IOException { argument
71 sc.configureBlocking(block);
H A DSctpServerChannelImpl.java94 protected void implConfigureBlocking(boolean block) throws IOException { argument
/openjdk7/jdk/test/javax/management/notification/
H A DBroadcasterSupportDeadlockTest.java58 // Thread 1 - block the Broadcaster
62 mbs.invoke(name, "block",
68 System.out.println("TEST INCORRECT: block returned");
148 public void block(Semaphore semaphore); method in interface:BroadcasterSupportDeadlockTest.BroadcasterMBean
154 public synchronized void block(Semaphore semaphore) { method in class:BroadcasterSupportDeadlockTest.Broadcaster
161 lock.wait(); // block forever
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DMembershipKeyImpl.java171 public MembershipKey block(InetAddress toBlock) method in class:MembershipKeyImpl
183 ((DatagramChannelImpl)ch).block(this, toBlock);
/openjdk7/langtools/test/tools/javac/T6956462/
H A DT6956462.java87 public Tree visitBlock(BlockTree block, Void v) { argument
88 for (StatementTree stat : block.getStatements()) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTSurfaceLayers.m103 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
128 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
H A DApplicationDelegate.m520 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
536 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
553 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
587 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
625 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
646 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
665 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
684 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
749 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
775 [ThreadUtilities performOnMainThreadWaiting:NO block
[all...]
H A DCDragSourceContextPeer.m49 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
H A DCTrayIcon.m308 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
339 [ThreadUtilities performOnMainThreadWaiting:NO block:^(){
356 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
372 [ThreadUtilities performOnMainThreadWaiting:YES block:^(){
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/bean/field/
H A DArrayField.java71 public void toRawValue(JBlock block, JVar $var) { argument
72 block.assign($var,$target.invoke($getAll));
75 public void fromRawValue(JBlock block, String uniqueName, JExpression $var) { argument
76 block.invoke($target,$setAll).arg($var);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DTypedXmlWriter.java80 void block(); method in interface:TypedXmlWriter
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineChangeClassOrder.sh70 // This Hack code block exists to force some verification_type_info
/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.cpp192 HeapBlock* block = search_freelist(length); local
194 if (block != NULL) {
195 assert(block->length() >= length && block->length() < length + CodeCacheMinBlockLength, "sanity check");
196 assert(!block->free(), "must be marked free");
198 memset((void *)block->allocated_space(), badCodeHeapNewVal, size);
200 return block->allocated_space();
262 // The lowest address in any allocated block will be
269 // Since free blocks are merged, there is max. on free block
289 // Returns the next Heap block a
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSInstrument.java239 ModelConnectionBlock block = new ModelConnectionBlock();
251 block.addSource(s);
265 block.addSource(s);
270 block.setDestination(destination);
357 block.setScale(f_scale);
359 return block;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.hpp169 void allocate_block(BlockBegin* block);
182 bool merge_fpu_stack_with_successors(BlockBegin* block);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DSeiGenerator.java229 Block block;
233 block = operation.getResponse().getBodyBlocks().next();
234 resultName = block.getName().getLocalPart();
235 if(isDocStyle || block.getLocation() == Block.HEADER){
236 nsURI = block.getName().getNamespaceURI();
312 Block block = param.getBlock();
314 return (message.getBodyBlockCount() > 0 && block.equals(message.getBodyBlocks().next())) ||
316 block.equals(message.getHeaderBlocks().next()));

Completed in 96 milliseconds

12345678910