OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_jitCodeForConstruct
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
Executable.h
86
ASSERT(
m_jitCodeForConstruct
);
87
return
m_jitCodeForConstruct
;
92
JITCode
m_jitCodeForConstruct
;
129
m_jitCodeForConstruct
= constructThunk;
406
ASSERT(
m_jitCodeForConstruct
);
Executable.cpp
313
m_jitCodeForConstruct
= JIT::compile(scopeChainNode->globalData, m_codeBlockForConstruct.get(), &m_jitCodeForConstructWithArityCheck);
341
m_jitCodeForConstruct
= JITCode();
Completed in 23 milliseconds