Searched refs:JavaContext (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_java.cc29 struct JavaContext { struct in namespace:__tsan
33 JavaContext(jptr heap_begin, jptr heap_size) function in struct:__tsan::JavaContext
56 static u64 jctx_buf[sizeof(JavaContext) / sizeof(u64) + 1];
57 static JavaContext *jctx;
78 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size);

Completed in 31 milliseconds