Searched refs:CompiledBytecode (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerCompiledBytecode.h35 class CompiledBytecode { class in namespace:JSC::Profiler
39 CompiledBytecode(const OriginStack&, const CString& description);
40 ~CompiledBytecode();
H A DProfilerCompiledBytecode.cpp35 CompiledBytecode::CompiledBytecode(const OriginStack& origin, const CString& description) function in class:JSC::Profiler::CompiledBytecode
41 CompiledBytecode::~CompiledBytecode()
45 JSValue CompiledBytecode::toJS(ExecState* exec) const
H A DProfilerCompilation.h65 void addDescription(const CompiledBytecode&);
76 Vector<CompiledBytecode> m_descriptions;
H A DProfilerCompilation.cpp65 void Compilation::addDescription(const CompiledBytecode& compiledBytecode)
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITDisassembler.cpp72 compilation->addDescription(Profiler::CompiledBytecode(Profiler::OriginStack(), out.toCString()));
75 compilation->addDescription(Profiler::CompiledBytecode(Profiler::OriginStack(), out.toCString()));
78 compilation->addDescription(Profiler::CompiledBytecode(Profiler::OriginStack(), " (End Of Main Path)\n"));
80 compilation->addDescription(Profiler::CompiledBytecode(Profiler::OriginStack(), " (End Of Slow Path)\n"));
83 compilation->addDescription(Profiler::CompiledBytecode(Profiler::OriginStack(), out.toCString()));
152 Profiler::CompiledBytecode(
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGDisassembler.cpp64 compilation->addDescription(Profiler::CompiledBytecode(stack, ops[i].text));

Completed in 196 milliseconds