Home
last modified time | relevance | path

Searched refs:CallRecord (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.h78 friend class CallRecord;
82 class CallRecord : Noncopyable {
84 CallRecord(SamplingTool* samplingTool) in CallRecord() function
91 ~CallRecord() in ~CallRecord()
103 class HostCallRecord : public CallRecord {
106 : CallRecord(samplingTool) in HostCallRecord()
112 class CallRecord : Noncopyable {
114 CallRecord(SamplingTool*) in CallRecord() function
119 class HostCallRecord : public CallRecord {
122 : CallRecord(samplingTool) in HostCallRecord()
/external/webkit/JavaScriptCore/jit/
DJITInlineMethods.h195 m_calls.append(CallRecord(nakedCall, m_bytecodeIndex)); in emitNakedCall()
204 m_calls.append(CallRecord(nakedCall, m_bytecodeIndex, function)); in emitNakedCall()
250 m_calls.append(CallRecord(ctiCall, m_bytecodeIndex, helper)); in emitCTICall_internal()
DJIT.h115 struct CallRecord { struct
120 CallRecord() in CallRecord() argument
124 CallRecord(MacroAssembler::Jump from, unsigned bytecodeIndex, void* to = 0)
548 Vector<CallRecord> m_calls;
DJIT.cpp1705 for (Vector<CallRecord>::iterator iter = m_calls.begin(); iter != m_calls.end(); ++iter) { in privateCompile()
1712 for (Vector<CallRecord>::iterator iter = m_calls.begin(); iter != m_calls.end(); ++iter) in privateCompile()
/external/webkit/JavaScriptCore/
DChangeLog5333 (JSC::CallRecord::CallRecord):
5424 (JSC::CallRecord::CallRecord):
9682 (JSC::CallRecord::CallRecord):
10030 (JSC::CallRecord::CallRecord):
11274 (JSC::CallRecord::CallRecord):
18478 (JSC::CallRecord::CallRecord):
20986 (JSC::CallRecord::CallRecord):
23510 (JSC::CallRecord::CallRecord):
24560 (KJS::CallRecord::CallRecord):
24792 (KJS::CallRecord::CallRecord):
[all …]
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp862 SamplingTool::CallRecord callRecord(m_sampler); in execute()
928 SamplingTool::CallRecord callRecord(m_sampler); in execute()
1020 SamplingTool::CallRecord callRecord(m_sampler); in execute()