Searched refs:m_codeBlockForConstruct (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DExecutable.cpp170 oldCodeBlock = executable->m_codeBlockForConstruct;
171 executable->m_codeBlockForConstruct = codeBlock;
523 result = m_codeBlockForConstruct.get();
539 if (thisObject->m_codeBlockForConstruct)
540 thisObject->m_codeBlockForConstruct->visitAggregate(visitor);
566 m_codeBlockForConstruct.clear();
578 RELEASE_ASSERT(m_codeBlockForConstruct);
579 m_codeBlockForConstruct->unlinkCalls();
H A DExecutable.h588 return m_codeBlockForConstruct.get();
603 return m_codeBlockForConstruct;
608 return m_codeBlockForConstruct.get();
667 if (!m_jitCodeForConstruct && m_codeBlockForConstruct)
678 RefPtr<FunctionCodeBlock> m_codeBlockForConstruct; member in class:JSC::FunctionExecutable
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.cpp120 visitor.append(&thisObject->m_codeBlockForConstruct);
163 if (UnlinkedFunctionCodeBlock* codeBlock = m_codeBlockForConstruct.get())
179 m_codeBlockForConstruct.set(vm, this, result);
H A DUnlinkedCodeBlock.h142 m_codeBlockForConstruct.clear();
167 WriteBarrier<UnlinkedFunctionCodeBlock> m_codeBlockForConstruct; member in class:JSC::UnlinkedFunctionExecutable
H A DCodeBlock.h1301 if (CodeBlock* codeBlock = executable->m_codeBlockForConstruct.get())
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm486 loadp FunctionExecutable::m_codeBlockForConstruct[targetRegister], targetRegister

Completed in 105 milliseconds