Searched defs:bytecodes (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerOrigin.h55 Origin(Bytecodes* bytecodes, unsigned bytecodeIndex) argument
H A DProfilerProfiledBytecodes.h40 const Bytecodes* bytecodes() const { return m_bytecodes; } function in class:JSC::Profiler::ProfiledBytecodes
H A DProfilerProfiledBytecodes.cpp35 ProfiledBytecodes::ProfiledBytecodes(Bytecodes* bytecodes, CodeBlock* profiledBlock) argument
H A DProfilerCompilation.h62 Bytecodes* bytecodes() const { return m_bytecodes; } function in class:JSC::Profiler::Compilation
H A DProfilerCompilation.cpp37 Compilation::Compilation(Bytecodes* bytecodes, CompilationKind kind) argument
50 Bytecodes* bytecodes = database.ensureBytecodesFor(profiledBlock); local
H A DProfilerDatabase.cpp82 PassRefPtr<Compilation> Database::newCompilation(Bytecodes* bytecodes, CompilationKind kind) argument
98 JSArray* bytecodes = constructEmptyArray(exec, 0); local

Completed in 113 milliseconds