Searched refs:newCompilation (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerDatabase.h53 PassRefPtr<Compilation> newCompilation(CodeBlock*, CompilationKind);
54 PassRefPtr<Compilation> newCompilation(Bytecodes*, CompilationKind);
H A DProfilerDatabase.cpp82 PassRefPtr<Compilation> Database::newCompilation(Bytecodes* bytecodes, CompilationKind kind) function in class:JSC::Profiler::Database
89 PassRefPtr<Compilation> Database::newCompilation(CodeBlock* codeBlock, CompilationKind kind) function in class:JSC::Profiler::Database
91 return newCompilation(ensureBytecodesFor(codeBlock), kind);
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.cpp50 , m_compilation(vm.m_perBytecodeProfiler ? vm.m_perBytecodeProfiler->newCompilation(codeBlock, Profiler::DFG) : 0)
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJIT.cpp597 m_compilation = m_vm->m_perBytecodeProfiler->newCompilation(m_codeBlock, Profiler::Baseline);

Completed in 129 milliseconds