Home
last modified time | relevance | path

Searched refs:m_executable (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DPageReservation.h62 , 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/
DJSFunction.cpp66 , 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()
DJSFunction.h68 ExecutableBase* executable() const { return m_executable.get(); } in executable()
106 WriteBarrier<ExecutableBase> m_executable; variable
DExecutable.h416 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/
DSamplingTool.h99 : m_executable(globalData, executable) in ScriptSampleRecord()
116 Strong<ScriptExecutable> m_executable; member
DSamplingTool.cpp340 …printf("#%d: %s:%d: %d / %lld (%.3f%%)\n", i + 1, record->m_executable->sourceURL().utf8().data(),… in dump()
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes32_64.cpp104 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 …]
DJITOpcodes.cpp103 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/
DChangeLog-2011-02-167397 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.
DChangeLog-2010-05-2420303 to null-check m_executable before us it - particularly in isHostFunction().