reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_interface_java.cpp
   97   CHECK_GE(ptr, jctx->heap_begin);
   98   CHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size);
  110   CHECK_GE(ptr, jctx->heap_begin);
  111   CHECK_LE(ptr + size, jctx->heap_begin + jctx->heap_size);
  124   CHECK_GE(src, jctx->heap_begin);
  125   CHECK_LE(src + size, jctx->heap_begin + jctx->heap_size);
  126   CHECK_GE(dst, jctx->heap_begin);
  127   CHECK_LE(dst + size, jctx->heap_begin + jctx->heap_size);
  157   CHECK_GE(*from_ptr, jctx->heap_begin);
  158   CHECK_LE(to, jctx->heap_begin + jctx->heap_size);
  179   CHECK_GE(addr, jctx->heap_begin);
  180   CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
  190   CHECK_GE(addr, jctx->heap_begin);
  191   CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
  200   CHECK_GE(addr, jctx->heap_begin);
  201   CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
  211   CHECK_GE(addr, jctx->heap_begin);
  212   CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
  221   CHECK_GE(addr, jctx->heap_begin);
  222   CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
  233   CHECK_GE(addr, jctx->heap_begin);
  234   CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
  243   CHECK_GE(addr, jctx->heap_begin);
  244   CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
  253   CHECK_GE(addr, jctx->heap_begin);
  254   CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);
  263   CHECK_GE(addr, jctx->heap_begin);
  264   CHECK_LT(addr, jctx->heap_begin + jctx->heap_size);