Home
last modified time | relevance | path

Searched refs:jctx_buf (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cc56 static u64 jctx_buf[sizeof(JavaContext) / sizeof(u64) + 1]; variable
78 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size); in __tsan_java_init()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_java.cpp55 static u64 jctx_buf[sizeof(JavaContext) / sizeof(u64) + 1]; variable
77 jctx = new(jctx_buf) JavaContext(heap_begin, heap_size); in __tsan_java_init()