HomeSort by relevance Sort by last modified time
    Searched refs:m_executable (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
PageReservation.h 62 , m_executable(false)
85 OSAllocator::commit(start, size, m_writable, m_executable);
130 , m_executable(executable)
136 bool m_executable; member in class:WTF::PageReservation
  /external/webkit/Source/JavaScriptCore/runtime/
JSFunction.h 68 ExecutableBase* executable() const { return m_executable.get(); }
106 WriteBarrier<ExecutableBase> m_executable; member in class:JSC::JSFunction
JSFunction.cpp 66 , m_executable(exec->globalData(), this, thunk)
82 m_executable.set(exec->globalData(), this, exec->globalData().getHostFunction(func));
89 , m_executable(exec->globalData(), this, executable)
93 const Identifier& name = static_cast<FunctionExecutable*>(m_executable.get())->name();
141 if (m_executable) {
142 // Delightful race condition: m_executable may not have been initialised
145 markStack.append(&m_executable);
Executable.h 416 return static_cast<FunctionExecutable*>(m_executable.get());
421 ASSERT(m_executable);
422 return m_executable->isHostFunction();
428 return static_cast<NativeExecutable*>(m_executable.get())->function();
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 99 : m_executable(globalData, executable)
116 Strong<ScriptExecutable> m_executable; member in struct:JSC::ScriptSampleRecord
SamplingTool.cpp 340 printf("#%d: %s:%d: %d / %lld (%.3f%%)\n", i + 1, record->m_executable->sourceURL().utf8().data(), codeBlock->lineNumberForBytecodeOffset(0), record->m_sampleCount, m_sampleCount, blockPercent);
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes32_64.cpp 104 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
113 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
124 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
133 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
221 loadPtr(Address(regT1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT1);
244 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
264 loadPtr(Address(regT5, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
290 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
377 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
406 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2)
    [all...]
JITOpcodes.cpp 103 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
112 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
123 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
132 loadPtr(Address(regT0, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
214 loadPtr(Address(X86Registers::esi, OBJECT_OFFSETOF(JSFunction, m_executable)), X86Registers::r9);
236 loadPtr(Address(ARMRegisters::r1, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
263 loadPtr(Address(MIPSRegisters::a2, OBJECT_OFFSETOF(JSFunction, m_executable)), regT2);
    [all...]

Completed in 950 milliseconds