Searched refs:m_callee (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DArguments.h139 WriteBarrier<JSFunction> m_callee; member in class:JSC::Arguments
236 m_callee.set(callFrame->vm(), this, callee);
265 m_callee.set(callFrame->vm(), this, callee);
H A DArguments.cpp49 visitor.append(&thisObject->m_callee);
142 slot.setValue(thisObject->m_callee.get());
171 descriptor.setDescriptor(thisObject->m_callee.get(), DontEnum);
323 thisObject->putDirect(exec->vm(), propertyName, thisObject->m_callee.get(), DontEnum);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGJITCompiler.h454 , m_callee(callee)
463 GPRReg m_callee; member in struct:JSC::DFG::JITCompiler::JSCallRecord
H A DDFGJITCompiler.cpp213 info.calleeGPR = static_cast<unsigned>(m_jsCalls[i].m_callee);

Completed in 128 milliseconds