Searched refs:m_executable (Results 1 – 10 of 10) sorted by relevance
/external/webkit/Source/JavaScriptCore/wtf/ |
D | PageReservation.h | 62 , m_executable(false) in PageReservation() 85 OSAllocator::commit(start, size, m_writable, m_executable); in commit() 130 , m_executable(executable) in PageReservation() 136 bool m_executable; variable
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSFunction.cpp | 66 , m_executable(exec->globalData(), this, thunk) in JSFunction() 82 m_executable.set(exec->globalData(), this, exec->globalData().getHostFunction(func)); in JSFunction() 89 , m_executable(exec->globalData(), this, executable) in JSFunction() 93 const Identifier& name = static_cast<FunctionExecutable*>(m_executable.get())->name(); in JSFunction() 141 if (m_executable) { in markChildren() 145 markStack.append(&m_executable); in markChildren()
|
D | JSFunction.h | 68 ExecutableBase* executable() const { return m_executable.get(); } in executable() 106 WriteBarrier<ExecutableBase> m_executable; variable
|
D | Executable.h | 416 return static_cast<FunctionExecutable*>(m_executable.get()); in jsExecutable() 421 ASSERT(m_executable); in isHostFunction() 422 return m_executable->isHostFunction(); in isHostFunction() 428 return static_cast<NativeExecutable*>(m_executable.get())->function(); in nativeFunction()
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | SamplingTool.h | 99 : m_executable(globalData, executable) in ScriptSampleRecord() 116 Strong<ScriptExecutable> m_executable; member
|
D | SamplingTool.cpp | 340 …printf("#%d: %s:%d: %d / %lld (%.3f%%)\n", i + 1, record->m_executable->sourceURL().utf8().data(),… in dump()
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITOpcodes32_64.cpp | 104 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines() 113 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines() 124 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines() 133 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines() 221 loadPtr(Address(regT1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT1); in privateCompileCTINativeCall() 244 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall() 264 loadPtr(Address(regT5, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall() 290 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall() 377 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall() 406 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall() [all …]
|
D | JITOpcodes.cpp | 103 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines() 112 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines() 123 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines() 132 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTIMachineTrampolines() 214 … loadPtr(Address(X86Registers::esi, OBJECT_OFFSETOF(JSFunction, m_executable)), X86Registers::r9); in privateCompileCTINativeCall() 236 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall() 263 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2); in privateCompileCTINativeCall()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 7397 for the m_executable/m_writable fields meant the value being swapped may 8064 m_executable because these flags are now required when committing memory.
|
D | ChangeLog-2010-05-24 | 20303 to null-check m_executable before us it - particularly in isHostFunction().
|