Home
last modified time | relevance | path

Searched refs:m_jitCodeForCallWithArityCheck (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DExecutable.h93 MacroAssemblerCodePtr m_jitCodeForCallWithArityCheck; variable
130 m_jitCodeForCallWithArityCheck = callThunk.addressForCall(); in NativeExecutable()
400 ASSERT(m_jitCodeForCallWithArityCheck); in generatedJITCodeForCallWithArityCheck()
401 return m_jitCodeForCallWithArityCheck; in generatedJITCodeForCallWithArityCheck()
DExecutable.cpp265 …e(&exec->globalData(), m_codeBlockForCall.get(), m_jitCodeForCall, m_jitCodeForCallWithArityCheck); in compileForCallInternal()
267 …IT::compile(scopeChainNode->globalData, m_codeBlockForCall.get(), &m_jitCodeForCallWithArityCheck); in compileForCallInternal()
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes32_64.cpp116 …loadPtr(Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_jitCodeForCallWithArityCheck)), regT0… in privateCompileCTIMachineTrampolines()
DJITOpcodes.cpp115 …loadPtr(Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_jitCodeForCallWithArityCheck)), regT0… in privateCompileCTIMachineTrampolines()