OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stringJumpTable
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/jit/
JIT.cpp
536
record.jumpTable.
stringJumpTable
->ctiDefault = patchBuffer.locationOf(m_labels[bytecodeOffset + record.defaultOffset]);
538
StringJumpTable
::StringOffsetTable::iterator end = record.jumpTable.
stringJumpTable
->offsetTable.end();
539
for (
StringJumpTable
::StringOffsetTable::iterator it = record.jumpTable.
stringJumpTable
->offsetTable.begin(); it != end; ++it) {
541
it->second.ctiOffset = offset ? patchBuffer.locationOf(m_labels[bytecodeOffset + offset]) : record.jumpTable.
stringJumpTable
->ctiDefault;
JIT.h
64
struct
StringJumpTable
;
119
StringJumpTable
*
stringJumpTable
;
133
SwitchRecord(
StringJumpTable
* jumpTable, unsigned bytecodeOffset, unsigned defaultOffset)
138
this->jumpTable.
stringJumpTable
= jumpTable;
[
all
...]
Completed in 34 milliseconds