Searched defs:instructionCount (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/profiler/
H A DProfilerBytecodes.h45 unsigned instructionCount() const { return m_instructionCount; } function in class:JSC::Profiler::Bytecodes
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DPreciseJumpTargets.cpp107 unsigned instructionCount = codeBlock->instructions().size(); local
H A DBytecodeBasicBlock.cpp134 unsigned instructionCount = codeBlock->instructions().size(); local
H A DCodeBlock.cpp455 size_t instructionCount = 0; local
1623 unsigned instructionCount = unlinkedCodeBlock->instructions().count(); local
[all...]
H A DCodeBlock.h262 unsigned instructionCount() const { return m_instructions.size(); } function in class:JSC::CodeBlock
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGCapabilities.cpp238 unsigned instructionCount = codeBlock->instructions().size(); local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJIT.cpp141 unsigned instructionCount = m_codeBlock->instructions().size(); local
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclInt.h1142 long instructionCount[256]; /* Number of times each instruction was member in struct:ByteCodeStats
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclExecute.c1757 int instructionCount = 0; /* Counter that is used to work out when to local
[all...]
H A DtclInt.h1398 long instructionCount[256]; /* Number of times each instruction was member in struct:ByteCodeStats

Completed in 135 milliseconds