Searched refs:JavaContext (Results 1 – 3 of 3) sorted by relevance
27 struct JavaContext { struct31 JavaContext(jptr heap_begin, jptr heap_size) in JavaContext() function54 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()
29 struct JavaContext { struct33 JavaContext(jptr heap_begin, jptr heap_size) in JavaContext() argument56 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()
27 struct JavaContext { struct31 JavaContext(jptr heap_begin, jptr heap_size) in JavaContext() function37 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()