/external/webkit/WebCore/inspector/ |
D | JavaScriptDebugServer.h | 61 void addBreakpoint(intptr_t sourceID, unsigned lineNumber); 62 void removeBreakpoint(intptr_t sourceID, unsigned lineNumber); 63 bool hasBreakpoint(intptr_t sourceID, unsigned lineNumber) const; 102 virtual void callEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber); 103 virtual void atStatement(const JSC::DebuggerCallFrame&, intptr_t sourceID, int firstLine); 104 virtual void returnEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber); 105 virtual void exception(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber); 106 … virtual void willExecuteProgram(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno); 107 … virtual void didExecuteProgram(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno); 108 … virtual void didReachBreakpoint(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno); [all …]
|
D | JavaScriptCallFrame.h | 40 …erCallFrame& debuggerCallFrame, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, int lin… in create() 50 intptr_t sourceID() const { return m_sourceID; } in sourceID() 52 void update(const JSC::DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, int line) in update() 67 …(const JSC::DebuggerCallFrame&, PassRefPtr<JavaScriptCallFrame> caller, intptr_t sourceID, int lin…
|
D | JavaScriptDebugServer.cpp | 158 void JavaScriptDebugServer::addBreakpoint(intptr_t sourceID, unsigned lineNumber) in addBreakpoint() 169 void JavaScriptDebugServer::removeBreakpoint(intptr_t sourceID, unsigned lineNumber) in removeBreakpoint() 184 bool JavaScriptDebugServer::hasBreakpoint(intptr_t sourceID, unsigned lineNumber) const in hasBreakpoint() 437 void JavaScriptDebugServer::callEvent(const DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID… in callEvent() 446 void JavaScriptDebugServer::atStatement(const DebuggerCallFrame& debuggerCallFrame, intptr_t source… in atStatement() 459 void JavaScriptDebugServer::returnEvent(const DebuggerCallFrame& debuggerCallFrame, intptr_t source… in returnEvent() 477 void JavaScriptDebugServer::exception(const DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID… in exception() 493 void JavaScriptDebugServer::willExecuteProgram(const DebuggerCallFrame& debuggerCallFrame, intptr_t… in willExecuteProgram() 502 void JavaScriptDebugServer::didExecuteProgram(const DebuggerCallFrame& debuggerCallFrame, intptr_t … in didExecuteProgram() 520 void JavaScriptDebugServer::didReachBreakpoint(const DebuggerCallFrame& debuggerCallFrame, intptr_t… in didReachBreakpoint()
|
/external/webkit/JavaScriptCore/bytecode/ |
D | SamplingTool.h | 99 intptr_t m_savedSample; 154 ASSERT(!(reinterpret_cast<intptr_t>(vPC) & 0x3)); in sample() 156 m_sample = reinterpret_cast<intptr_t>(vPC); in sample() 160 intptr_t* sampleSlot() { return &m_sample; } in sampleSlot() 164 ASSERT(!(reinterpret_cast<intptr_t>(vPC) & 0x3)); 165 …rpret_cast<void*>(reinterpret_cast<intptr_t>(vPC) | (static_cast<intptr_t>(inCTIFunction) << 1) | … 171 Sample(volatile intptr_t sample, CodeBlock* volatile codeBlock) in Sample() 184 intptr_t m_sample; 200 intptr_t m_sample;
|
/external/webkit/JavaScriptCore/debugger/ |
D | Debugger.h | 44 virtual void exception(const DebuggerCallFrame&, intptr_t sourceID, int lineno) = 0; 45 virtual void atStatement(const DebuggerCallFrame&, intptr_t sourceID, int lineno) = 0; 46 virtual void callEvent(const DebuggerCallFrame&, intptr_t sourceID, int lineno) = 0; 47 virtual void returnEvent(const DebuggerCallFrame&, intptr_t sourceID, int lineno) = 0; 49 … virtual void willExecuteProgram(const DebuggerCallFrame&, intptr_t sourceID, int lineno) = 0; 50 virtual void didExecuteProgram(const DebuggerCallFrame&, intptr_t sourceID, int lineno) = 0; 51 … virtual void didReachBreakpoint(const DebuggerCallFrame&, intptr_t sourceID, int lineno) = 0;
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSLock.cpp | 49 intptr_t JSLock::lockCount() in lockCount() 53 return reinterpret_cast<intptr_t>(pthread_getspecific(JSLockCount)); in lockCount() 56 static void setLockCount(intptr_t count) in setLockCount() 78 intptr_t currentLockCount = lockCount(); in lock() 97 intptr_t newLockCount = lockCount() - 1; in unlock() 175 for (intptr_t i = 0; i < m_lockCount; i++) in DropAllLocks() 193 for (intptr_t i = 0; i < m_lockCount; i++) in DropAllLocks() 199 for (intptr_t i = 0; i < m_lockCount; i++) in ~DropAllLocks() 214 intptr_t JSLock::lockCount()
|
D | Lookup.h | 43 intptr_t value1; 44 intptr_t value2; 54 void initialize(UString::Rep* key, unsigned char attributes, intptr_t v1, intptr_t v2) in initialize() 76 intptr_t lexerValue() const { ASSERT(!m_attributes); return m_u.lexer.value; } in lexerValue() 89 intptr_t value1; 90 intptr_t value2; 94 intptr_t length; // number of arguments for function 101 intptr_t value; 102 intptr_t unused;
|
D | JSImmediate.h | 72 inline intptr_t reinterpretDoubleToIntptr(double value) in reinterpretDoubleToIntptr() 74 return WTF::bitwise_cast<intptr_t>(value); in reinterpretDoubleToIntptr() 77 inline double reinterpretIntptrToDouble(intptr_t value) in reinterpretIntptrToDouble() 192 static const intptr_t TagTypeNumber = 0xffff000000000000ll; 195 static const intptr_t DoubleEncodeOffset = 0x1000000000000ll; 197 …static const intptr_t TagTypeNumber = 0x1; // bottom bit set indicates integer, this dominates the… 199 …static const intptr_t TagBitTypeOther = 0x2; // second bit set indicates immediate other than an… 200 static const intptr_t TagMask = TagTypeNumber | TagBitTypeOther; 202 … static const intptr_t ExtendedTagMask = 0xC; // extended tag holds a further two bits 203 static const intptr_t ExtendedTagBitBool = 0x4; [all …]
|
D | JSLock.h | 83 static intptr_t lockCount(); 95 intptr_t m_lockCount;
|
D | Error.h | 54 …* create(ExecState*, ErrorType, const UString& message, int lineNumber, intptr_t sourceID, const U… 58 …JSObject* throwError(ExecState*, ErrorType, const UString& message, int lineNumber, intptr_t sourc…
|
D | JSValue.h | 53 static JSValuePtr makeImmediate(intptr_t value) in makeImmediate() 58 intptr_t immediateValue() in immediateValue() 60 return reinterpret_cast<intptr_t>(m_ptr); in immediateValue()
|
D | Error.cpp | 40 …xecState* exec, ErrorType type, const UString& message, int lineNumber, intptr_t sourceID, const U… in create() 120 JSObject* throwError(ExecState* exec, ErrorType type, const UString& message, int line, intptr_t so… in throwError()
|
/external/webkit/WebKit/mac/WebView/ |
D | WebScriptDebugger.h | 57 virtual void callEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber); 58 virtual void atStatement(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber); 59 virtual void returnEvent(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber); 60 virtual void exception(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineNumber); 61 virtual void willExecuteProgram(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno); 62 virtual void didExecuteProgram(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno); 63 virtual void didReachBreakpoint(const JSC::DebuggerCallFrame&, intptr_t sourceID, int lineno);
|
D | WebScriptDebugger.mm | 130 void WebScriptDebugger::callEvent(const DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, in… 147 void WebScriptDebugger::atStatement(const DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, … 163 void WebScriptDebugger::returnEvent(const DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, … 182 void WebScriptDebugger::exception(const DebuggerCallFrame& debuggerCallFrame, intptr_t sourceID, in… 198 void WebScriptDebugger::willExecuteProgram(const DebuggerCallFrame& debuggerCallFrame, intptr_t sou… 202 void WebScriptDebugger::didExecuteProgram(const DebuggerCallFrame& debuggerCallFrame, intptr_t sour… 206 void WebScriptDebugger::didReachBreakpoint(const DebuggerCallFrame&, intptr_t, int)
|
/external/webkit/JavaScriptCore/wtf/ |
D | PtrAndFlags.h | 45 …void set(T* ptr) { ASSERT(!(reinterpret_cast<intptr_t>(ptr) & 3)); m_ptrAndFlags = reinterpret_cas… in set() 47 intptr_t m_ptrAndFlags;
|
/external/elfutils/libdw/ |
D | dwarf_error.c | 57 result = (intptr_t) getspecific (key); in dwarf_errno() 59 setspecific (key, (void *) (intptr_t) DWARF_E_NOERROR); in dwarf_errno() 122 setspecific (key, (void *) (intptr_t) value); 143 last_error = (intptr_t) getspecific (key);
|
/external/webkit/JavaScriptCore/interpreter/ |
D | Register.h | 66 Register(intptr_t); 77 intptr_t i() const; 90 intptr_t i; 223 ALWAYS_INLINE Register::Register(intptr_t i) in Register() 229 ALWAYS_INLINE intptr_t Register::i() const in i()
|
D | CallFrame.h | 134 static const intptr_t HostCallFrameFlag = 1; 137 … bool hasHostCallFrameFlag() const { return reinterpret_cast<intptr_t>(this) & HostCallFrameFlag; } in hasHostCallFrameFlag() 138 …rameFlag() const { return reinterpret_cast<CallFrame*>(reinterpret_cast<intptr_t>(this) | HostCall… in addHostCallFrameFlag() 139 …tCallFrameFlag() { return reinterpret_cast<CallFrame*>(reinterpret_cast<intptr_t>(this) & ~HostCal… in removeHostCallFrameFlag()
|
/external/elfutils/libelf/ |
D | elf_error.c | 63 result = (intptr_t) getspecific (key); in elf_errno() 65 setspecific (key, (void *) (intptr_t) ELF_E_NOERROR); in elf_errno() 308 setspecific (key, (void *) (intptr_t) value); 328 last_error = (intptr_t) getspecific (key);
|
/external/webkit/JavaScriptCore/jit/ |
D | JITPropertyAccess.cpp | 289 …void* structureAddress = reinterpret_cast<void*>(reinterpret_cast<intptr_t>(stubInfo->hotPathBegin… 290 …void* displacementAddress = reinterpret_cast<void*>(reinterpret_cast<intptr_t>(stubInfo->hotPathBe… 407 …intptr_t successDest = reinterpret_cast<intptr_t>(stubInfo->hotPathBegin) + patchOffsetGetByIdPutR… 469 …intptr_t successDest = reinterpret_cast<intptr_t>(stubInfo->hotPathBegin) + patchOffsetGetByIdPutR… 514 …intptr_t successDest = reinterpret_cast<intptr_t>(stubInfo->hotPathBegin) + patchOffsetGetByIdPutR… 568 …intptr_t successDest = reinterpret_cast<intptr_t>(stubInfo->hotPathBegin) + patchOffsetGetByIdPutR… 627 …intptr_t successDest = reinterpret_cast<intptr_t>(stubInfo->hotPathBegin) + patchOffsetGetByIdPutR…
|
D | JIT.h | 74 #define ARG_int1 static_cast<int32_t>(reinterpret_cast<intptr_t>(ARGS[1])) 75 #define ARG_int2 static_cast<int32_t>(reinterpret_cast<intptr_t>(ARGS[2])) 76 #define ARG_int3 static_cast<int32_t>(reinterpret_cast<intptr_t>(ARGS[3])) 77 #define ARG_int4 static_cast<int32_t>(reinterpret_cast<intptr_t>(ARGS[4])) 78 #define ARG_int5 static_cast<int32_t>(reinterpret_cast<intptr_t>(ARGS[5])) 79 #define ARG_int6 static_cast<int32_t>(reinterpret_cast<intptr_t>(ARGS[6]))
|
/external/qemu/ |
D | block-nbd.c | 106 request.handle = (uint64_t)(intptr_t)bs; in nbd_read() 136 request.handle = (uint64_t)(intptr_t)bs; in nbd_write() 164 request.handle = (uint64_t)(intptr_t)bs; in nbd_close()
|
/external/webkit/JavaScriptCore/parser/ |
D | SourceProvider.h | 50 intptr_t asID() { return reinterpret_cast<intptr_t>(this); } in asID()
|
/external/webkit/JavaScriptCore/assembler/ |
D | MacroAssembler.h | 173 …X86Assembler::patchPointer(reinterpret_cast<intptr_t>(address), reinterpret_cast<intptr_t>(value)); in patch() 200 X86Assembler::patchImmediate(reinterpret_cast<intptr_t>(address), value); in patch() 285 X86Assembler::patchBranchOffset(reinterpret_cast<intptr_t>(address), destination); in patch() 412 intptr_t asIntptr() in asIntptr() 414 return reinterpret_cast<intptr_t>(m_value); in asIntptr() 1203 intptr_t imm = ptr.asIntptr(); in jaePtr() 1253 intptr_t imm = ptr.asIntptr(); in jbPtr() 1307 intptr_t imm = ptr.asIntptr(); in jePtr() 1385 intptr_t imm = ptr.asIntptr(); in jgePtr() 1423 intptr_t imm = ptr.asIntptr(); in jlPtr() [all …]
|
D | X86Assembler.h | 42 inline bool CAN_SIGN_EXTEND_32_64(intptr_t value) { return value == (intptr_t)(int32_t)value; } in CAN_SIGN_EXTEND_32_64() 43 inline bool CAN_SIGN_EXTEND_U32_64(intptr_t value) { return value == (intptr_t)(uint32_t)value; } in CAN_SIGN_EXTEND_U32_64() 1243 static void patchImmediate(intptr_t where, int32_t value) in patchImmediate() 1248 static void patchPointer(intptr_t where, intptr_t value) in patchPointer() 1250 reinterpret_cast<intptr_t*>(where)[-1] = value; in patchPointer() 1253 static void patchBranchOffset(intptr_t where, void* destination) in patchBranchOffset() 1255 intptr_t offset = reinterpret_cast<intptr_t>(destination) - where; in patchBranchOffset()
|