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

/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interface_java.cc27 struct JavaContext { struct in namespace:__tsan
31 JavaContext(jptr heap_begin, jptr heap_size) function in struct:__tsan::JavaContext
54 static u64 jctx_buf[sizeof(JavaContext) / sizeof(u64) + 1];
55 static JavaContext *jctx;
76 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size);

Completed in 33 milliseconds