Searched refs:bytecodes (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerProfiledBytecodes.cpp35 ProfiledBytecodes::ProfiledBytecodes(Bytecodes* bytecodes, CodeBlock* profiledBlock) argument
37 , m_bytecodes(bytecodes)
H A DProfilerProfiledBytecodes.h40 const Bytecodes* bytecodes() const { return m_bytecodes; } function in class:JSC::Profiler::ProfiledBytecodes
H A DProfilerDatabase.cpp82 PassRefPtr<Compilation> Database::newCompilation(Bytecodes* bytecodes, CompilationKind kind) argument
84 RefPtr<Compilation> compilation = adoptRef(new Compilation(bytecodes, kind));
98 JSArray* bytecodes = constructEmptyArray(exec, 0); local
100 bytecodes->putDirectIndex(exec, i, m_bytecodes[i].toJS(exec));
101 result->putDirect(exec->vm(), exec->propertyNames().bytecodes, bytecodes);
H A DProfilerOrigin.h55 Origin(Bytecodes* bytecodes, unsigned bytecodeIndex) argument
56 : m_bytecodes(bytecodes)
66 Bytecodes* bytecodes() const { return m_bytecodes; }
H A DProfilerCompilation.cpp37 Compilation::Compilation(Bytecodes* bytecodes, CompilationKind kind) argument
38 : m_bytecodes(bytecodes)
50 Bytecodes* bytecodes = database.ensureBytecodesFor(profiledBlock); local
52 // First make sure that we haven't already added profiled bytecodes for this code
58 if (m_profiledBytecodes[i].bytecodes() == bytecodes)
62 m_profiledBytecodes.append(ProfiledBytecodes(bytecodes, profiledBlock));
H A DProfilerCompilation.h46 // Represents the act of executing some bytecodes in some engine, and does
62 Bytecodes* bytecodes() const { return m_bytecodes; } function in class:JSC::Profiler::Compilation
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DCommonIdentifiers.h60 macro(bytecodes) \
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITDisassembler.cpp153 Profiler::OriginStack(Profiler::Origin(compilation->bytecodes(), dumpedOps[i].index)),
H A DJIT.cpp206 m_compilation->bytecodes(), m_bytecodeOffset)))->address()));

Completed in 208 milliseconds