OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jctx
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc
97
static JavaContext *
jctx
;
member in namespace:__tsan
100
uptr i = (addr -
jctx
->heap_begin) / kHeapAlignment;
101
return &
jctx
->heap_shadow[i];
105
uptr i = b -
jctx
->heap_shadow;
106
uptr p =
jctx
->heap_begin + i * kHeapAlignment;
107
CHECK_GE(p,
jctx
->heap_begin);
108
CHECK_LT(p,
jctx
->heap_begin +
jctx
->heap_size);
114
CHECK_GE(b,
jctx
->heap_shadow);
123
if (
jctx
== 0 || addr < jctx->heap_begi
[
all
...]
Completed in 51 milliseconds