Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interface_java.cc27 struct JavaContext { struct
31 JavaContext(jptr heap_begin, jptr heap_size) in JavaContext() function
54 static u64 jctx_buf[sizeof(JavaContext) / sizeof(u64) + 1];
55 static JavaContext *jctx;
76 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size); in __tsan_java_init()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_interface_java.cc29 struct JavaContext { struct
33 JavaContext(jptr heap_begin, jptr heap_size) in JavaContext() argument
56 static u64 jctx_buf[sizeof(JavaContext) / sizeof(u64) + 1];
57 static JavaContext *jctx;
78 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size); in __tsan_java_init()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_interface_java.cpp27 struct JavaContext { struct
31 JavaContext(jptr heap_begin, jptr heap_size) in JavaContext() function
37 static u64 jctx_buf[sizeof(JavaContext) / sizeof(u64) + 1];
38 static JavaContext *jctx;
73 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size); in __tsan_java_init()