Home
last modified time | relevance | path

Searched refs:m_sampler (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.h108 SamplingTool* sampler() { return m_sampler.get(); } in sampler()
156 OwnPtr<SamplingTool> m_sampler; variable
DInterpreter.cpp762 SamplingTool::CallRecord callRecord(m_sampler.get()); in execute()
833 SamplingTool::CallRecord callRecord(m_sampler.get()); in executeCall()
865 SamplingTool::HostCallRecord callRecord(m_sampler.get()); in executeCall()
922 SamplingTool::CallRecord callRecord(m_sampler.get()); in executeConstruct()
957 SamplingTool::HostCallRecord callRecord(m_sampler.get()); in executeConstruct()
1024 SamplingTool::CallRecord callRecord(m_sampler.get()); in execute()
1130 SamplingTool::CallRecord callRecord(m_sampler.get()); in execute()
1478 #define SAMPLE(codeBlock, vPC) m_sampler->sample(codeBlock, vPC) in privateExecute()
3915 SamplingTool::HostCallRecord callRecord(m_sampler.get()); in privateExecute()
4073 SamplingTool::HostCallRecord callRecord(m_sampler.get()); in privateExecute()
[all …]