HomeSort by relevance Sort by last modified time
    Searched refs:caller_pc (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_mapping_libcdep.cc 65 void CovUpdateMapping(uptr caller_pc) {
70 if (!cached_mapping.NeedsUpdate(caller_pc))
90 if (caller_pc && caller_pc >= start && caller_pc < end)
sanitizer_common.h 195 void CovUpdateMapping(uptr caller_pc = 0);
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 120 uptr caller_pc = 0; local
122 caller_pc = GetCallerPC(stack_id, param->stack_depot_reverse_map);
123 // If caller_pc is unknown, this chunk may be allocated in a coroutine. Mark
125 if (caller_pc == 0 || linker->containsAddress(caller_pc)) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 63 const uptr caller_pc = GET_CALLER_PC(); \
66 ScopedJavaFunc scoped(thr, caller_pc); \
tsan_interface_ann.cc 53 const uptr caller_pc = (uptr)__builtin_return_address(0); \
56 ScopedAnnotation sa(thr, __func__, f, l, caller_pc); \
tsan_interceptors.cc 200 const uptr caller_pc = GET_CALLER_PC(); \
201 ScopedInterceptor si(thr, #func, caller_pc); \
1982 const uptr caller_pc; member in struct:TsanInterceptorContext
    [all...]
  /external/chromium_org/v8/src/
frames-inl.h 175 inline Address StandardFrame::caller_pc() const { function in class:v8::internal::StandardFrame
frames.h 481 inline Address caller_pc() const;
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 1904 uintptr_t caller_pc = *reinterpret_cast<uintptr_t*>(reinterpret_cast<byte*>(sp) + pc_offset); local
    [all...]

Completed in 94 milliseconds