/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_mutex.cc | 30 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() 143 void MutexLock(ThreadState *thr, uptr pc, uptr addr, int rec, bool try_lock) { in MutexLock() 188 int MutexUnlock(ThreadState *thr, uptr pc, uptr addr, bool all) { in MutexUnlock() 231 void MutexReadLock(ThreadState *thr, uptr pc, uptr addr, bool trylock) { in MutexReadLock() 266 void MutexReadUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexReadUnlock() 298 void MutexReadOrWriteUnlock(ThreadState *thr, uptr pc, uptr addr) { in MutexReadOrWriteUnlock() [all …]
|
D | tsan_fd.cc | 50 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 …]
|
D | tsan_interface_inl.h | 53 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()
|
D | tsan_sync.cc | 27 void SyncVar::Init(ThreadState *thr, uptr pc, uptr addr, u64 uid) { in Init() 63 void MetaMap::AllocBlock(ThreadState *thr, uptr pc, uptr p, uptr sz) { in AllocBlock() 74 uptr MetaMap::FreeBlock(ThreadState *thr, uptr pc, uptr p) { in FreeBlock() 83 bool MetaMap::FreeRange(ThreadState *thr, uptr pc, uptr p, uptr sz) { in FreeRange() 122 void MetaMap::ResetRange(ThreadState *thr, uptr pc, uptr p, uptr sz) { in ResetRange() 187 SyncVar* MetaMap::GetOrCreateAndLock(ThreadState *thr, uptr pc, in GetOrCreateAndLock() 196 SyncVar* MetaMap::GetAndLock(ThreadState *thr, uptr pc, in GetAndLock()
|
D | tsan_mman.cc | 84 static void SignalUnsafeCall(ThreadState *thr, uptr pc) { in SignalUnsafeCall() 98 void *user_alloc(ThreadState *thr, uptr pc, uptr sz, uptr align, bool signal) { in user_alloc() 111 void *user_calloc(ThreadState *thr, uptr pc, uptr size, uptr n) { in user_calloc() 120 void user_free(ThreadState *thr, uptr pc, void *p, bool signal) { in user_free() 128 void OnUserAlloc(ThreadState *thr, uptr pc, uptr p, uptr sz, bool write) { in OnUserAlloc() 137 void OnUserFree(ThreadState *thr, uptr pc, uptr p, bool write) { in OnUserFree() 145 void *user_realloc(ThreadState *thr, uptr pc, void *p, uptr sz) { in user_realloc()
|
D | tsan_rtl.cc | 430 void ForkBefore(ThreadState *thr, uptr pc) { in ForkBefore() 435 void ForkParentAfter(ThreadState *thr, uptr pc) { in ForkParentAfter() 440 void ForkChildAfter(ThreadState *thr, uptr pc) { in ForkChildAfter() 477 u32 CurrentStackId(ThreadState *thr, uptr pc) { in CurrentStackId() 515 uptr pc = events[thr->fast_state.GetTracePos()]; in TraceTopPC() local 628 void UnalignedMemoryAccess(ThreadState *thr, uptr pc, uptr addr, in UnalignedMemoryAccess() 737 void MemoryAccess(ThreadState *thr, uptr pc, uptr addr, in MemoryAccess() 819 static void MemoryRangeSet(ThreadState *thr, uptr pc, uptr addr, uptr size, in MemoryRangeSet() 880 void MemoryResetRange(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryResetRange() 884 void MemoryRangeFreed(ThreadState *thr, uptr pc, uptr addr, uptr size) { in MemoryRangeFreed() [all …]
|
D | tsan_rtl_thread.cc | 50 uptr pc; member 233 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { in ThreadCreate() 309 int ThreadTid(ThreadState *thr, uptr pc, uptr uid) { in ThreadTid() 315 void ThreadJoin(ThreadState *thr, uptr pc, int tid) { in ThreadJoin() 322 void ThreadDetach(ThreadState *thr, uptr pc, int tid) { in ThreadDetach() 332 void MemoryAccessRange(ThreadState *thr, uptr pc, uptr addr, in MemoryAccessRange()
|
D | tsan_interface_atomic.cc | 246 static T AtomicLoad(ThreadState *thr, uptr pc, const volatile T *a, in AtomicLoad() 276 static void AtomicStore(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicStore() 299 static T AtomicRMW(ThreadState *thr, uptr pc, volatile T *a, T v, morder mo) { in AtomicRMW() 356 static T AtomicExchange(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicExchange() 362 static T AtomicFetchAdd(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchAdd() 368 static T AtomicFetchSub(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchSub() 374 static T AtomicFetchAnd(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchAnd() 380 static T AtomicFetchOr(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchOr() 386 static T AtomicFetchXor(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchXor() 392 static T AtomicFetchNand(ThreadState *thr, uptr pc, volatile T *a, T v, in AtomicFetchNand() [all …]
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
D | PKIXCertPathCheckerTest.java | 64 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); in testIsForwardCheckingSupported() local 70 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); in testInit() local 75 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); in testGetSupportedExtensions() local 81 PKIXCertPathChecker pc = TestUtils.getTestCertPathChecker(); in testCheck() local
|
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 44 uptr pc; member 103 void __tsan_read(ThreadState *thr, void *addr, void *pc) { in __tsan_read() 107 void __tsan_read_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_read_pc() 115 void __tsan_write(ThreadState *thr, void *addr, void *pc) { in __tsan_write() 119 void __tsan_write_pc(ThreadState *thr, void *addr, uptr callpc, uptr pc) { in __tsan_write_pc() 127 void __tsan_read_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_read_range() 131 void __tsan_write_range(ThreadState *thr, void *addr, uptr size, uptr pc) { in __tsan_write_range() 135 void __tsan_func_enter(ThreadState *thr, void *pc) { in __tsan_func_enter() 149 void __tsan_go_start(ThreadState *parent, ThreadState **pthr, void *pc) { in __tsan_go_start()
|
/external/wpa_supplicant_8/src/utils/ |
D | trace.c | 116 bfd_vma pc; member 152 static void wpa_trace_bfd_addr(void *pc) in wpa_trace_bfd_addr() 196 static const char * wpa_trace_bfd_addr2func(void *pc) in wpa_trace_bfd_addr2func() 239 void wpa_trace_dump_funcname(const char *title, void *pc) in wpa_trace_dump_funcname() 296 #define wpa_trace_bfd_addr(pc) do { } while (0) argument 297 #define wpa_trace_bfd_addr2func(pc) NULL argument
|
/external/v8/src/ppc/ |
D | assembler-ppc-inl.h | 150 Address Assembler::target_address_from_return_address(Address pc) { in target_address_from_return_address() 170 Address Assembler::return_address_from_call_start(Address pc) { in return_address_from_call_start() 484 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() 530 bool Assembler::IsConstantPoolLoadStart(Address pc, in IsConstantPoolLoadStart() 550 bool Assembler::IsConstantPoolLoadEnd(Address pc, in IsConstantPoolLoadEnd() 572 int Assembler::GetConstantPoolOffset(Address pc, in GetConstantPoolOffset() 597 Address pc = buffer_ + pc_offset; in PatchConstantPoolAccessInstruction() local 629 Address pc, Address constant_pool, ConstantPoolEntry::Access access, in target_constant_pool_address_at() 649 Isolate* isolate, Address pc, Address target, RelocInfo::Mode mode) { in deserialization_set_target_internal_reference_at() 660 void Assembler::set_target_address_at(Isolate* isolate, Address pc, in set_target_address_at()
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mman_test.cc | 39 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
|
/external/v8/src/arm/ |
D | assembler-arm-inl.h | 382 Address Assembler::target_address_from_return_address(Address pc) { in target_address_from_return_address() 442 Address Assembler::return_address_from_call_start(Address pc) { in return_address_from_call_start() 486 Isolate* isolate, Address pc, Address target, RelocInfo::Mode mode) { in deserialization_set_target_internal_reference_at() 491 bool Assembler::is_constant_pool_load(Address pc) { in is_constant_pool_load() 506 Address Assembler::constant_pool_entry_address(Address pc, in constant_pool_entry_address() 545 Address Assembler::target_address_at(Address pc, Address constant_pool) { in target_address_at() 576 void Assembler::set_target_address_at(Isolate* isolate, Address pc, in set_target_address_at()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace_libcdep.cc | 32 uptr pc = GetPreviousInstructionPc(trace[i]); in Print() local 48 void BufferedStackTrace::Unwind(u32 max_depth, uptr pc, uptr bp, void *context, in Unwind()
|
D | sanitizer_stacktrace.cc | 20 uptr StackTrace::GetNextInstructionPc(uptr pc) { in GetNextInstructionPc() 72 void BufferedStackTrace::FastUnwindStack(uptr pc, uptr bp, uptr stack_top, in FastUnwindStack() 118 uptr BufferedStackTrace::LocatePcInTrace(uptr pc) { in LocatePcInTrace()
|
D | sanitizer_unwind_linux_libcdep.cc | 105 uptr pc = Unwind_GetIP(ctx); in Unwind_Trace() local 111 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack() 130 void BufferedStackTrace::SlowUnwindStackWithContext(uptr pc, void *context, in SlowUnwindStackWithContext()
|
/external/webrtc/talk/app/webrtc/ |
D | peerconnectionfactory_unittest.cc | 164 rtc::scoped_refptr<PeerConnectionInterface> pc(factory->CreatePeerConnection( in TEST() local 185 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection( in TEST_F() local 215 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection( in TEST_F() local 244 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection( in TEST_F() local 265 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection( in TEST_F() local 290 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection( in TEST_F() local 325 rtc::scoped_refptr<PeerConnectionInterface> pc(factory_->CreatePeerConnection( in TEST_F() local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf_emit.c | 328 GLushort *pc, in calculate_masks() 381 uint16_t pc = 0; in calculate_point_sprite_mask() local 432 GLushort pc, pc_persp, pc_linear; in brw_emit_tri_setup() local 516 GLushort pc, pc_persp, pc_linear; in brw_emit_line_setup() local 579 GLushort pc, pc_persp, pc_linear, pc_coord_replace; in brw_emit_point_sprite_setup() local 675 GLushort pc, pc_persp, pc_linear; in brw_emit_point_setup() local
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSparseSDF.h | 94 Cell* pc=cells[i]; in Reset() local 99 delete pc; in Reset() local 117 Cell* pc=root; member 124 delete pc;pc=pp;--ncells; member 143 Cell* pc=root; in RemoveReferences() local 150 delete pc;pc=pp;++refcount; in RemoveReferences() local
|
/external/llvm/bindings/python/llvm/ |
D | disassembler.py | 84 def get_instruction(self, source, pc=0): argument 109 def get_instructions(self, source, pc=0): argument
|
/external/compiler-rt/lib/asan/ |
D | asan_stack.h | 35 uptr pc, uptr bp, void *context, in GetStackTraceWithPcBpAndContext() 82 #define GET_STACK_TRACE_FATAL(pc, bp) \ argument
|
/external/webrtc/webrtc/tools/loopback_test/ |
D | loopback_test.js | 39 function constrainTurnCandidates(pc) { argument 57 function constrainOfferToRemoveFec(pc) { argument 73 function constrainBitrateAnswer(pc) { argument
|
/external/v8/src/wasm/ |
D | ast-decoder.cc | 36 const byte* pc; // start of the syntax tree. member 50 const byte* pc() const { return tree->pc; } in pc() function 113 TreeResult Decode(FunctionEnv* function_env, const byte* base, const byte* pc, in Decode() 591 int DecodeLoadMem(const byte* pc, LocalType type) { in DecodeLoadMem() 599 int DecodeStoreMem(const byte* pc, LocalType type) { in DecodeStoreMem() 1291 V Operand(const byte* pc) { in Operand() 1318 LocalType LocalOperand(const byte* pc, uint32_t* index, int* length) { in LocalOperand() 1327 LocalType GlobalOperand(const byte* pc, uint32_t* index, int* length) { in GlobalOperand() 1337 FunctionSig* FunctionSigOperand(const byte* pc, uint32_t* index, in FunctionSigOperand() 1347 FunctionSig* SigOperand(const byte* pc, uint32_t* index, int* length) { in SigOperand() [all …]
|
/external/ltrace/sysdeps/linux-gnu/arm/ |
D | trace.c | 69 uint32_t pc, ip; in syscall_p() local 113 arm_branch_dest(const arch_addr_t pc, const uint32_t insn) in arm_branch_dest() 134 const arch_addr_t pc, arch_addr_t next_pcs[2]) in arm_get_next_pcs() 395 const arch_addr_t pc, arch_addr_t next_pcs[2]) in thumb_get_next_pcs() 643 const arch_addr_t pc = get_instruction_pointer(proc); in arch_sw_singlestep() local
|