Home
last modified time | relevance | path

Searched refs:caller_pc (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_mapping_libcdep.cc65 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()
Dsanitizer_common.h195 void CovUpdateMapping(uptr caller_pc = 0);
/external/compiler-rt/lib/lsan/
Dlsan_common_linux.cc120 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/
Dtsan_interface_java.cc63 const uptr caller_pc = GET_CALLER_PC(); \
66 ScopedJavaFunc scoped(thr, caller_pc); \
Dtsan_interface_ann.cc53 const uptr caller_pc = (uptr)__builtin_return_address(0); \
56 ScopedAnnotation sa(thr, __func__, f, l, caller_pc); \
Dtsan_interceptors.cc200 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/
Dframes-inl.h175 inline Address StandardFrame::caller_pc() const { in caller_pc() function
Dframes.h481 inline Address caller_pc() const;