HomeSort by relevance Sort by last modified time
    Searched refs:heap_begin (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 58 const uptr heap_begin; member in struct:__tsan::JavaContext
62 JavaContext(jptr heap_begin, jptr heap_size)
63 : heap_begin(heap_begin)
99 uptr i = (addr - jctx->heap_begin) / kHeapAlignment;
105 uptr p = jctx->heap_begin + i * kHeapAlignment;
106 CHECK_GE(p, jctx->heap_begin);
107 CHECK_LT(p, jctx->heap_begin + jctx->heap_size);
122 if (jctx == 0 || addr < jctx->heap_begin
123 || addr >= jctx->heap_begin + jctx->heap_size
    [all...]
tsan_interface_java.h 38 void __tsan_java_init(jptr heap_begin, jptr heap_size) INTERFACE_ATTRIBUTE;
  /external/compiler-rt/lib/tsan/lit_tests/
java.h 8 void __tsan_java_init(jptr heap_begin, jptr heap_size);

Completed in 32 milliseconds