Searched refs:caller_pc (Results 1 – 8 of 8) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_coverage_mapping_libcdep.cc | 65 void CovUpdateMapping(uptr caller_pc) { in CovUpdateMapping() argument 70 if (!cached_mapping.NeedsUpdate(caller_pc)) in CovUpdateMapping() 90 if (caller_pc && caller_pc >= start && caller_pc < end) in CovUpdateMapping()
|
D | sanitizer_common.h | 195 void CovUpdateMapping(uptr caller_pc = 0);
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 120 uptr caller_pc = 0; in ProcessPlatformSpecificAllocationsCb() local 122 caller_pc = GetCallerPC(stack_id, param->stack_depot_reverse_map); in ProcessPlatformSpecificAllocationsCb() 125 if (caller_pc == 0 || linker->containsAddress(caller_pc)) { in ProcessPlatformSpecificAllocationsCb()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interface_java.cc | 63 const uptr caller_pc = GET_CALLER_PC(); \ 66 ScopedJavaFunc scoped(thr, caller_pc); \
|
D | tsan_interface_ann.cc | 53 const uptr caller_pc = (uptr)__builtin_return_address(0); \ 56 ScopedAnnotation sa(thr, __func__, f, l, caller_pc); \
|
D | tsan_interceptors.cc | 200 const uptr caller_pc = GET_CALLER_PC(); \ 201 ScopedInterceptor si(thr, #func, caller_pc); \ 1982 const uptr caller_pc; member 2012 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \ 2018 TsanInterceptorContext _ctx = {thr, caller_pc, pc}; \
|
/external/chromium_org/v8/src/ |
D | frames-inl.h | 175 inline Address StandardFrame::caller_pc() const { in caller_pc() function
|
D | frames.h | 481 inline Address caller_pc() const;
|