Searched defs:done (Results 176 - 200 of 232) sorted by relevance

12345678910

/openjdk10/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreterGenerator_sparc.cpp114 Label done; local
415 Label done; local
494 { Label done; local
[all...]
H A Dassembler_sparc.inline.hpp289 inline void Assembler::done() { function in class:Assembler
H A DsharedRuntime_sparc.cpp1614 Label is_null, done; local
1818 Label done; local
2252 Label done; local
2453 Label done; local
2524 Label done, not_weak; local
[all...]
H A Dc1_LIRAssembler_sparc.cpp2501 Label profile_cast_success, profile_cast_failure, done; local
2579 Label success, failure, done; local
[all...]
H A Dinterp_masm_sparc.cpp461 Label done; local
1062 Label notBool, notByte, notChar, done; local
1170 Label done; local
1244 Label done; local
1361 Label done; local
1643 Label done; local
1654 record_klass_in_profile_helper(Register receiver, Register scratch, Label& done, bool is_virtual_call) argument
1681 record_item_in_profile_helper(Register item, Register scratch, int start_row, Label& done, int total_rows, OffsetFunction item_offset_fn, OffsetFunction item_count_offset_fn, int non_profiled_offset) argument
1758 Label done; local
1980 Label done; local
2044 Label profile_continue, done; local
2077 Label profile_continue, done; local
[all...]
/openjdk10/jdk/src/java.desktop/unix/native/libawt/java2d/loops/
H A Dvis_FourByteAbgr.c1868 mlib_d64 done, done16, d_half; local
/openjdk10/jdk/src/jdk.jdwp.agent/share/native/libjdwp/
H A DeventFilter.c622 jboolean done; local
H A DeventHelper.c101 jboolean done; member in struct:HelperCommand
/openjdk10/jdk/test/java/util/concurrent/tck/
H A DThreadPoolExecutorSubclassTest.java80 boolean done; field in class:ThreadPoolExecutorSubclassTest.CustomTask
[all...]
H A DJSR166TestCase.java1719 public volatile boolean done = false; field in class:JSR166TestCase.TrackedNoOpRunnable
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1824 public void done(); method in interface:DefaultMBeanServerInterceptor.ResourceContext
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86.cpp108 Label done; local
171 Label profile_continue, done; local
205 Label profile_continue, done; local
874 Label done, notBool, notByte, notChar; local
1133 Label done; local
1230 Label done; local
1597 Label done; local
1619 record_klass_in_profile_helper( Register receiver, Register mdp, Register reg2, int start_row, Label& done, bool is_virtual_call) argument
1648 record_item_in_profile_helper(Register item, Register mdp, Register reg2, int start_row, Label& done, int total_rows, OffsetFunction item_offset_fn, OffsetFunction item_count_offset_fn, int non_profiled_offset) argument
1750 Label done; local
[all...]
/openjdk10/hotspot/src/cpu/ppc/vm/
H A DtemplateInterpreterGenerator_ppc.cpp375 Label done; local
751 Label done; local
851 Label done; local
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dinterp_masm_aarch64.cpp50 Label done, notBool, notByte, notChar; local
673 Label done; local
773 Label done; local
1139 Label done; local
1161 record_klass_in_profile_helper( Register receiver, Register mdp, Register reg2, int start_row, Label& done, bool is_virtual_call) argument
1190 record_item_in_profile_helper(Register item, Register mdp, Register reg2, int start_row, Label& done, int total_rows, OffsetFunction item_offset_fn, OffsetFunction item_count_offset_fn, int non_profiled_offset) argument
1291 Label done; local
1649 Label done; local
1713 Label profile_continue, done; local
1749 Label profile_continue, done; local
[all...]
H A DsharedRuntime_aarch64.cpp2009 Label done; local
2058 Label done, not_weak; local
[all...]
H A Dc1_LIRAssembler_aarch64.cpp1498 Label profile_cast_success, profile_cast_failure, done; local
1570 Label success, failure, done; local
1991 Label done; local
2206 Label done; local
[all...]
/openjdk10/hotspot/src/cpu/s390/vm/
H A DtemplateInterpreterGenerator_s390.cpp741 Label done; local
930 Label done; local
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dloopnode.hpp1279 bool done() { return _curnt == NULL; } // Finished iterating? function in class:LoopTreeIterator
H A Dsuperword.hpp166 bool done() { return _done; } function in class:DepPreds
184 bool done() { return _done; } function in class:DepSuccs
H A Dgcm.cpp289 bool done = true; local
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDocumentImpl.java94 private boolean done = false; field in class:DTMDocumentImpl
[all...]
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/libpng/
H A Dpngrtran.c492 int done; /* To stop early if the list is pre-sorted */ local
[all...]
/openjdk10/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp764 BasicBlock *done = function()->CreateBlock("done"); local
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInfer.java1335 boolean done(); method in interface:Infer.GraphStrategy
/openjdk10/hotspot/src/share/vm/ci/
H A DciTypeFlow.hpp518 bool done() { return _index < 0; } // Finished? function in class:ciTypeFlow::SuccIter
785 bool done() { return _current == NULL; } // Finished iterating? function in class:ciTypeFlow::PostorderLoops
797 bool done() { return _current == NULL; } // Finished iterating? function in class:ciTypeFlow::PreorderLoops

Completed in 891 milliseconds

12345678910