Searched defs:assert (Results 1 - 18 of 18) sorted by relevance

/openjdk10/langtools/test/tools/javac/diags/examples/
H A DAssertAsIdentifier2.java27 int assert; field in class:AssertAsIdentifier
/openjdk10/nashorn/test/script/basic/
H A DJDK-8017046.js31 function assert(value, msg) { function
/openjdk10/hotspot/src/share/vm/shark/
H A DllvmHeaders.hpp30 #undef assert macro
87 #undef assert macro
90 #define assert(p, msg) vmassert(p, msg) macro
/openjdk10/hotspot/src/share/vm/adlc/
H A Dadlc.hpp86 #undef assert macro
87 #define assert(cond, msg) { if (!(cond)) { fprintf(stderr, "assert fails %s %d: %s\n", __FILE__, __LINE__, msg); abort(); }} macro
H A DarchDesc.cpp489 assert(index < _last_opcode, "Matching item not in ideal graph\n"); function
/openjdk10/hotspot/test/native/
H A Dunittest.hpp39 #undef assert macro
41 #define assert(p, ...) vmassert(p, __VA_ARGS__) macro
/openjdk10/hotspot/src/share/vm/utilities/
H A Ddebug.hpp55 #define assert(p, ...) vmassert(p, __VA_ARGS__) macro
/openjdk10/hotspot/src/share/vm/memory/
H A Dheap.cpp59 assert( beg < _number_of_committed_segments, "interval begin out of bounds"); argument
[all...]
/openjdk10/hotspot/src/share/vm/compiler/
H A DdirectivesParser.cpp209 assert(depth < MAX_DEPTH, "exceeded stack depth"); function
[all...]
/openjdk10/jdk/src/jdk.pack/share/native/common-unpack/
H A Ddefines.h52 #define assert(p) macro
58 #define assert(p) ((p) || assert_failed(#p)) macro
H A Dcoding.cpp353 assert(x < 0); function
[all...]
/openjdk10/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dmpi.h54 #define assert ASSERT macro
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_RangeCheckElimination.cpp1505 Assert *assert = new Assert(instruction, cond, false, compare_with); local
[all...]
H A Dc1_LinearScan.cpp4878 assert(reg < LinearScan::nof_regs, "interval must have a register assigned (stack slots not allowed)"); function
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A DmacroArrayCopy.cpp791 assert(end_con < 0, "not two cons"); function
[all...]
H A Dparse2.cpp345 assert(rp < len+2, "not too many ranges"); function
[all...]
/openjdk10/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp840 assert(localNo < _max_locals + _nof_refval_conflicts, "variable read error"); function
[all...]
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1987 assert(len < buflen, "Ran out of buffer space"); function
[all...]

Completed in 126 milliseconds