Searched refs:m_jitCodeForCallWithArityCheck (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/JavaScriptCore/runtime/ |
D | Executable.h | 93 MacroAssemblerCodePtr m_jitCodeForCallWithArityCheck; variable 130 m_jitCodeForCallWithArityCheck = callThunk.addressForCall(); in NativeExecutable() 400 ASSERT(m_jitCodeForCallWithArityCheck); in generatedJITCodeForCallWithArityCheck() 401 return m_jitCodeForCallWithArityCheck; in generatedJITCodeForCallWithArityCheck()
|
D | Executable.cpp | 265 …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/ |
D | JITOpcodes32_64.cpp | 116 …loadPtr(Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_jitCodeForCallWithArityCheck)), regT0… in privateCompileCTIMachineTrampolines()
|
D | JITOpcodes.cpp | 115 …loadPtr(Address(regT2, OBJECT_OFFSETOF(FunctionExecutable, m_jitCodeForCallWithArityCheck)), regT0… in privateCompileCTIMachineTrampolines()
|