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

/macosx-10.10/JavaScriptCore-7600.1.17/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 DProfilerOrigin.h55 Origin(Bytecodes* bytecodes, unsigned bytecodeIndex) argument
56 : m_bytecodes(bytecodes)
66 Bytecodes* bytecodes() const { return m_bytecodes; }
H A DProfilerDatabase.cpp94 JSArray* bytecodes = constructEmptyArray(exec, 0); local
96 bytecodes->putDirectIndex(exec, i, m_bytecodes[i].toJS(exec));
97 result->putDirect(exec->vm(), exec->propertyNames().bytecodes, bytecodes);
H A DProfilerCompilation.cpp37 Compilation::Compilation(Bytecodes* bytecodes, CompilationKind kind) argument
38 : m_bytecodes(bytecodes)
51 Bytecodes* bytecodes = database.ensureBytecodesFor(profiledBlock); local
53 // First make sure that we haven't already added profiled bytecodes for this code
59 if (m_profiledBytecodes[i].bytecodes() == bytecodes)
63 m_profiledBytecodes.append(ProfiledBytecodes(bytecodes, profiledBlock));
H A DProfilerCompilation.h47 // Represents the act of executing some bytecodes in some engine, and does
63 Bytecodes* bytecodes() const { return m_bytecodes; } function in class:JSC::Profiler::Compilation
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITDisassembler.cpp155 Profiler::OriginStack(Profiler::Origin(compilation->bytecodes(), dumpedOps[i].index)),
H A DJIT.cpp168 m_compilation->bytecodes(), m_bytecodeOffset)))->address()));
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DCommonIdentifiers.h76 macro(bytecodes) \
/macosx-10.10/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.asm99 # base of the bytecodes, and one register for the index.

Completed in 202 milliseconds