Home
last modified time | relevance | path

Searched defs:pc (Results 1 – 25 of 670) sorted by relevance

12345678910>>...27

/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_mutex.cpp29 uptr pc; member
42 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s) { in DDMutexInit()
48 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
64 void MutexCreate(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexCreate()
80 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexDestroy()
142 void MutexPreLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPreLock()
158 void MutexPostLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz, int rec) { in MutexPostLock()
213 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexUnlock()
256 void MutexPreReadLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPreReadLock()
268 void MutexPostReadLock(ThreadState *thr, uptr pc, uptr addr, u32 flagz) { in MutexPostReadLock()
[all …]
Dtsan_fd.cpp49 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync()
62 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
73 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
128 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork()
160 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
171 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
182 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
190 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose()
218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
[all …]
Dtsan_interface_inl.h53 void __tsan_read1_pc(void *addr, void *pc) { in __tsan_read1_pc()
57 void __tsan_read2_pc(void *addr, void *pc) { in __tsan_read2_pc()
61 void __tsan_read4_pc(void *addr, void *pc) { in __tsan_read4_pc()
65 void __tsan_read8_pc(void *addr, void *pc) { in __tsan_read8_pc()
69 void __tsan_write1_pc(void *addr, void *pc) { in __tsan_write1_pc()
73 void __tsan_write2_pc(void *addr, void *pc) { in __tsan_write2_pc()
77 void __tsan_write4_pc(void *addr, void *pc) { in __tsan_write4_pc()
81 void __tsan_write8_pc(void *addr, void *pc) { in __tsan_write8_pc()
103 void __tsan_func_entry(void *pc) { in __tsan_func_entry()
127 void __tsan_read_range_pc(void *addr, uptr size, void *pc) { in __tsan_read_range_pc()
[all …]
Dtsan_mman.cpp146 static void SignalUnsafeCall(ThreadState *thr, uptr pc) { in SignalUnsafeCall()
161 void *user_alloc_internal(ThreadState *thr, uptr pc, uptr sz, uptr align, in user_alloc_internal()
187 void user_free(ThreadState *thr, uptr pc, void *p, bool signal) { in user_free()
196 void *user_alloc(ThreadState *thr, uptr pc, uptr sz) { in user_alloc()
200 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc()
213 void *user_reallocarray(ThreadState *thr, uptr pc, void *p, uptr size, uptr n) { in user_reallocarray()
223 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { in OnUserAlloc()
232 void OnUserFree(ThreadState *thr, uptr pc, uptr p, bool write) { in OnUserFree()
240 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) { in user_realloc()
258 void *user_memalign(ThreadState *thr, uptr pc, uptr align, uptr sz) { in user_memalign()
[all …]
Dtsan_rtl_thread.cpp49 uptr pc; member
234 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate()
313 int ThreadConsumeTid(ThreadState *thr, uptr pc, uptr uid) { in ThreadConsumeTid()
321 void ThreadJoin(ThreadState *thr, uptr pc, int tid) { in ThreadJoin()
328 void ThreadDetach(ThreadState *thr, uptr pc, int tid) { in ThreadDetach()
334 void ThreadNotJoined(ThreadState *thr, uptr pc, int tid, uptr uid) { in ThreadNotJoined()
344 void MemoryAccessRange(ThreadState *thr, uptr pc, uptr addr, in MemoryAccessRange()
434 ThreadState *FiberCreate(ThreadState *thr, uptr pc, unsigned flags) { in FiberCreate()
445 void FiberDestroy(ThreadState *thr, uptr pc, ThreadState *fiber) { in FiberDestroy()
452 void FiberSwitch(ThreadState *thr, uptr pc, in FiberSwitch()
Dtsan_rtl.cpp499 void ForkBefore(ThreadState *thr, uptr pc) { in ForkBefore()
511 void ForkParentAfter(ThreadState *thr, uptr pc) { in ForkParentAfter()
517 void ForkChildAfter(ThreadState *thr, uptr pc) { in ForkChildAfter()
555 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId()
597 uptr pc = events[thr->fast_state.GetTracePos()]; in TraceTopPC() local
723 void UnalignedMemoryAccess(ThreadState *thr, uptr pc, uptr addr, in UnalignedMemoryAccess()
832 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess()
914 static void MemoryRangeSet(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryRangeSet()
975 void MemoryResetRange(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryResetRange()
979 void MemoryRangeFreed(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeFreed()
[all …]
/external/compiler-rt/lib/tsan/rtl/
Dtsan_fd.cc50 static FdSync *allocsync(ThreadState *thr, uptr pc) { in allocsync()
63 static void unref(ThreadState *thr, uptr pc, FdSync *s) { in unref()
74 static FdDesc *fddesc(ThreadState *thr, uptr pc, int fd) { in fddesc()
94 static void init(ThreadState *thr, uptr pc, int fd, FdSync *s, in init()
128 void FdOnFork(ThreadState *thr, uptr pc) { in FdOnFork()
160 void FdAcquire(ThreadState *thr, uptr pc, int fd) { in FdAcquire()
171 void FdRelease(ThreadState *thr, uptr pc, int fd) { in FdRelease()
182 void FdAccess(ThreadState *thr, uptr pc, int fd) { in FdAccess()
190 void FdClose(ThreadState *thr, uptr pc, int fd, bool write) { in FdClose()
218 void FdFileCreate(ThreadState *thr, uptr pc, int fd) { in FdFileCreate()
[all …]
Dtsan_rtl_mutex.cc30 uptr pc; member
43 void DDMutexInit(ThreadState *thr, uptr pc, SyncVar *s) { in DDMutexInit()
49 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, in ReportMutexMisuse()
65 void MutexCreate(ThreadState *thr, uptr pc, uptr addr, in MutexCreate()
84 void MutexDestroy(ThreadState *thr, uptr pc, uptr addr) { in MutexDestroy()
144 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock()
189 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all) { in MutexUnlock()
232 void MutexReadLock(ThreadState *thr, uptr pc, uptr addr, bool trylock) { in MutexReadLock()
267 void MutexReadUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexReadUnlock()
299 void MutexReadOrWriteUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexReadOrWriteUnlock()
[all …]
Dtsan_interface_inl.h53 void __tsan_read1_pc(void *addr, void *pc) { in __tsan_read1_pc()
57 void __tsan_read2_pc(void *addr, void *pc) { in __tsan_read2_pc()
61 void __tsan_read4_pc(void *addr, void *pc) { in __tsan_read4_pc()
65 void __tsan_read8_pc(void *addr, void *pc) { in __tsan_read8_pc()
69 void __tsan_write1_pc(void *addr, void *pc) { in __tsan_write1_pc()
73 void __tsan_write2_pc(void *addr, void *pc) { in __tsan_write2_pc()
77 void __tsan_write4_pc(void *addr, void *pc) { in __tsan_write4_pc()
81 void __tsan_write8_pc(void *addr, void *pc) { in __tsan_write8_pc()
103 void __tsan_func_entry(void *pc) { in __tsan_func_entry()
Dtsan_rtl.cc438 void ForkBefore(ThreadState *thr, uptr pc) { in ForkBefore()
443 void ForkParentAfter(ThreadState *thr, uptr pc) { in ForkParentAfter()
448 void ForkChildAfter(ThreadState *thr, uptr pc) { in ForkChildAfter()
485 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId()
523 uptr pc = events[thr->fast_state.GetTracePos()]; in TraceTopPC() local
636 void UnalignedMemoryAccess(ThreadState *thr, uptr pc, uptr addr, in UnalignedMemoryAccess()
745 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess()
827 static void MemoryRangeSet(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryRangeSet()
888 void MemoryResetRange(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryResetRange()
892 void MemoryRangeFreed(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeFreed()
[all …]
Dtsan_mman.cc135 static void SignalUnsafeCall(ThreadState *thr, uptr pc) { in SignalUnsafeCall()
149 void *user_alloc(ThreadState *thr, uptr pc, uptr sz, uptr align, bool signal) { in user_alloc()
162 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc()
171 void user_free(ThreadState *thr, uptr pc, void *p, bool signal) { in user_free()
180 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { in OnUserAlloc()
189 void OnUserFree(ThreadState *thr, uptr pc, uptr p, bool write) { in OnUserFree()
197 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) { in user_realloc()
/external/usrsctp/programs/
Drtcweb.c163 init_peer_connection(struct peer_connection *pc) in init_peer_connection()
196 lock_peer_connection(struct peer_connection *pc) in lock_peer_connection()
206 unlock_peer_connection(struct peer_connection *pc) in unlock_peer_connection()
216 find_channel_by_i_stream(struct peer_connection *pc, uint16_t i_stream) in find_channel_by_i_stream()
226 find_channel_by_o_stream(struct peer_connection *pc, uint16_t o_stream) in find_channel_by_o_stream()
236 find_free_channel(struct peer_connection *pc) in find_free_channel()
253 find_free_o_stream(struct peer_connection *pc) in find_free_o_stream()
283 request_more_o_streams(struct peer_connection *pc) in request_more_o_streams()
417 send_deferred_messages(struct peer_connection *pc) in send_deferred_messages()
456 open_channel(struct peer_connection *pc, uint8_t unordered, uint16_t pr_policy, uint32_t pr_value) in open_channel()
[all …]
/external/grpc-grpc/test/core/end2end/fixtures/
Dproxy.cc143 static void unrefpc(proxy_call* pc, const char* reason) { in unrefpc()
155 static void refpc(proxy_call* pc, const char* reason) { gpr_ref(&pc->refs); } in refpc()
158 proxy_call* pc = static_cast<proxy_call*>(arg); in on_c2p_sent_initial_metadata() local
163 proxy_call* pc = static_cast<proxy_call*>(arg); in on_p2s_recv_initial_metadata() local
185 proxy_call* pc = static_cast<proxy_call*>(arg); in on_p2s_sent_initial_metadata() local
192 proxy_call* pc = static_cast<proxy_call*>(arg); in on_p2s_sent_message() local
212 proxy_call* pc = static_cast<proxy_call*>(arg); in on_p2s_sent_close() local
217 proxy_call* pc = static_cast<proxy_call*>(arg); in on_c2p_recv_msg() local
252 proxy_call* pc = static_cast<proxy_call*>(arg); in on_c2p_sent_message() local
272 proxy_call* pc = static_cast<proxy_call*>(arg); in on_p2s_recv_msg() local
[all …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_stacktrace_libcdep.cpp34 uptr pc = GetPreviousInstructionPc(trace[i]); in Print() local
63 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, in Unwind()
93 static int GetModuleAndOffsetForPc(uptr pc, char *module_name, in GetModuleAndOffsetForPc()
113 void __sanitizer_symbolize_pc(uptr pc, const char *fmt, char *out_buf, in __sanitizer_symbolize_pc()
166 int __sanitizer_get_module_and_offset_for_pc(uptr pc, char *module_name, in __sanitizer_get_module_and_offset_for_pc()
Dsanitizer_symbolizer_markup.cpp52 bool Symbolizer::GetModuleNameAndOffsetForPC(uptr pc, const char **module_name, in GetModuleNameAndOffsetForPC()
118 uptr pc = _Unwind_GetIP(ctx); in Unwind_Trace() local
125 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) { in UnwindSlow()
140 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) { in UnwindSlow()
/external/mesa3d/src/gallium/auxiliary/indices/
Du_primconvert.c65 struct primconvert_context *pc = CALLOC_STRUCT(primconvert_context); in util_primconvert_create_config() local
81 util_primconvert_destroy(struct primconvert_context *pc) in util_primconvert_destroy()
87 util_primconvert_save_rasterizer_state(struct primconvert_context *pc, in util_primconvert_save_rasterizer_state()
99 util_primconvert_draw_vbo(struct primconvert_context *pc, in util_primconvert_draw_vbo()
/external/webrtc/pc/
Dstats_collector_unittest.cc591 explicit StatsCollectorForTest(PeerConnectionInternal* pc) in StatsCollectorForTest()
607 PeerConnectionInternal* pc) { in CreateStatsCollector()
670 auto pc = CreatePeerConnection(); in TestCertificateReports() local
774 void AddOutgoingVideoTrack(FakePeerConnectionForStats* pc, in AddOutgoingVideoTrack()
790 void AddIncomingVideoTrack(FakePeerConnectionForStats* pc, in AddIncomingVideoTrack()
809 FakePeerConnectionForStats* pc, in AddOutgoingAudioTrack()
824 void AddIncomingAudioTrack(FakePeerConnectionForStats* pc, in AddIncomingAudioTrack()
844 auto pc = CreatePeerConnection(); in TEST_F() local
868 auto pc = CreatePeerConnection(); in TEST_F() local
907 auto pc = CreatePeerConnection(); in TEST_P() local
[all …]
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc49 uptr pc; member
162 void __tsan_read(ThreadState *thr, void *addr, void *pc) { in __tsan_read()
166 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc()
174 void __tsan_write(ThreadState *thr, void *addr, void *pc) { in __tsan_write()
178 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc()
186 void __tsan_read_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_read_range()
190 void __tsan_write_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_write_range()
194 void __tsan_func_enter(ThreadState *thr, void *pc) { in __tsan_func_enter()
202 void __tsan_malloc(ThreadState *thr, uptr pc, uptr p, uptr sz) { in __tsan_malloc()
213 void __tsan_go_start(ThreadState *parent, ThreadState **pthr, void *pc) { in __tsan_go_start()
/external/llvm-project/compiler-rt/lib/tsan/go/
Dtsan_go.cpp48 uptr pc; member
172 void __tsan_read(ThreadState *thr, void *addr, void *pc) { in __tsan_read()
176 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc()
184 void __tsan_write(ThreadState *thr, void *addr, void *pc) { in __tsan_write()
188 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc()
196 void __tsan_read_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_read_range()
200 void __tsan_write_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_write_range()
204 void __tsan_func_enter(ThreadState *thr, void *pc) { in __tsan_func_enter()
212 void __tsan_malloc(ThreadState *thr, uptr pc, uptr p, uptr sz) { in __tsan_malloc()
223 void __tsan_go_start(ThreadState *parent, ThreadState **pthr, void *pc) { in __tsan_go_start()
/external/llvm-project/lldb/source/Plugins/ABI/ARM/
DABIMacOSX_arm.h48 bool CodeAddressIsValid(lldb::addr_t pc) override { in CodeAddressIsValid()
55 lldb::addr_t FixCodeAddress(lldb::addr_t pc) override { in FixCodeAddress()
DABISysV_arm.h48 bool CodeAddressIsValid(lldb::addr_t pc) override { in CodeAddressIsValid()
55 lldb::addr_t FixCodeAddress(lldb::addr_t pc) override { in FixCodeAddress()
/external/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
DEmulateInstructionMIPS64.cpp1347 int64_t offset, pc, rs_val, rt_val, target = 0; in Emulate_BXX_3ops() local
1398 int64_t offset, pc, target = 0; in Emulate_Bcond_Link() local
1442 int64_t offset, pc, target; in Emulate_BAL() local
1473 int64_t offset, pc, target; in Emulate_BALC() local
1509 int64_t offset, pc, rs_val, target = 0; in Emulate_Bcond_Link_C() local
1577 int64_t offset, pc, rs_val, target = 0; in Emulate_BXX_2ops() local
1628 int64_t offset, pc, target; in Emulate_BC() local
1662 int64_t offset, pc, rs_val, rt_val, target = 0; in Emulate_BXX_3ops_C() local
1741 int64_t offset, pc, target = 0; in Emulate_BXX_2ops_C() local
1800 uint64_t offset, pc; in Emulate_J() local
[all …]
/external/vixl/src/
Dpool-manager-impl.h40 T pc, in Emit()
129 T pc, in ShouldSkipObject()
176 static inline bool CheckCurrentPC(T pc, T checkpoint) { in CheckCurrentPC()
183 static inline bool CheckFuturePC(T pc, T checkpoint) { in CheckFuturePC()
190 bool PoolManager<T>::MustEmit(T pc, in MustEmit()
481 void PoolManager<T>::Release(T pc) { in Release()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_perfcounter.c37 lookup_counter(struct r600_perfcounters *pc, unsigned index, in lookup_counter()
60 lookup_group(struct r600_perfcounters *pc, unsigned *index) in lookup_group()
130 struct r600_perfcounters *pc = ctx->screen->perfcounters; in r600_pc_query_emit_start() local
161 struct r600_perfcounters *pc = ctx->screen->perfcounters; in r600_pc_query_emit_stop() local
306 struct r600_perfcounters *pc = screen->perfcounters; in r600_create_batch_query() local
518 struct r600_perfcounters *pc = screen->perfcounters; in r600_get_perfcounter_info() local
560 struct r600_perfcounters *pc = screen->perfcounters; in r600_get_perfcounter_group_info() local
589 bool r600_perfcounters_init(struct r600_perfcounters *pc, in r600_perfcounters_init()
603 struct r600_perfcounters *pc, in r600_perfcounters_add_block()
639 void r600_perfcounters_do_destroy(struct r600_perfcounters *pc) in r600_perfcounters_do_destroy()
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mman_test.cc39 uptr pc = 0; in TEST() local
53 uptr pc = 0; in TEST() local
98 uptr pc = 0; in TEST() local
145 uptr pc = 0; in TEST() local

12345678910>>...27