HomeSort by: relevance | last modified time | path
    Searched defs:block_begin (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_debugging.cc 202 void *block_begin = a->GetBlockBegin((void *)addr); local in function:__tsan_locate_address
203 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin);
242 void *block_begin = a->GetBlockBegin((void *)addr); local in function:__tsan_get_alloc_stack
243 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin);
tsan_external.cc 104 void *block_begin = a->GetBlockBegin((void *)addr); local in function:__tsan::__tsan_external_assign_tag
105 if (block_begin) b = ctx->metamap.GetBlock((uptr)block_begin);
tsan_rtl_report.cc 331 void *block_begin = a->GetBlockBegin((void*)addr); local in function:__tsan::ScopedReportBase::AddLocation
332 if (block_begin)
333 b = ctx->metamap.GetBlock((uptr)block_begin);

Completed in 14 milliseconds