Home
last modified time | relevance | path

Searched refs:OpcodeStats (Results 1 – 5 of 5) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DOpcode.cpp49 long long OpcodeStats::opcodeCounts[numOpcodeIDs];
50 long long OpcodeStats::opcodePairCounts[numOpcodeIDs][numOpcodeIDs];
51 int OpcodeStats::lastOpcode = -1;
53 static OpcodeStats logger;
55 OpcodeStats::OpcodeStats() in OpcodeStats() function in JSC::OpcodeStats
67 long long leftValue = OpcodeStats::opcodeCounts[*(int*) left]; in compareOpcodeIndices()
68 long long rightValue = OpcodeStats::opcodeCounts[*(int*) right]; in compareOpcodeIndices()
81 long long leftValue = OpcodeStats::opcodePairCounts[leftPair.first][leftPair.second]; in compareOpcodePairIndices()
83 long long rightValue = OpcodeStats::opcodePairCounts[rightPair.first][rightPair.second]; in compareOpcodePairIndices()
93 OpcodeStats::~OpcodeStats() in ~OpcodeStats()
[all …]
DOpcode.h216 struct OpcodeStats { struct
217 OpcodeStats();
218 ~OpcodeStats();
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp1431 OpcodeStats::resetLastInstruction(); in privateExecute()
1454 #define DEFINE_OPCODE(opcode) opcode: OpcodeStats::recordInstruction(opcode); in privateExecute()
1462 #define DEFINE_OPCODE(opcode) case opcode: OpcodeStats::recordInstruction(opcode); in privateExecute()
2946 OpcodeStats::resetLastInstruction(); in privateExecute()
2960 OpcodeStats::resetLastInstruction(); in privateExecute()
3305 OpcodeStats::resetLastInstruction(); in privateExecute()
3557 OpcodeStats::resetLastInstruction(); in privateExecute()
/external/webkit/JavaScriptCore/
DChangeLog10927 (JSC::OpcodeStats::OpcodeStats):
10930 (JSC::OpcodeStats::~OpcodeStats):
10931 (JSC::OpcodeStats::recordInstruction):
10932 (JSC::OpcodeStats::resetLastInstruction):
14832 (JSC::OpcodeStats::~OpcodeStats):
26743 Bug 20296: OpcodeStats doesn't build on platforms which don't have mergesort().
26747 (KJS::OpcodeStats::~OpcodeStats): mergesort() replaced with qsort()
DChangeLog-2008-08-107096 (KJS::OpcodeStats::~OpcodeStats):
7640 (KJS::OpcodeStats::OpcodeStats):
7643 (KJS::OpcodeStats::~OpcodeStats):
7644 (KJS::OpcodeStats::recordInstruction):
7645 (KJS::OpcodeStats::resetLastInstruction):
7821 (KJS::OpcodeStats::~OpcodeStats):
7822 (KJS::OpcodeStats::recordInstruction):