OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctiOffsets
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/bytecode/
JumpTable.h
80
Vector<CodeLocationLabel>
ctiOffsets
;
94
if (value >= min && static_cast<uint32_t>(value - min) <
ctiOffsets
.size())
95
return
ctiOffsets
[value - min];
/external/webkit/Source/JavaScriptCore/jit/
JIT.cpp
525
ASSERT(record.jumpTable.simpleJumpTable->branchOffsets.size() == record.jumpTable.simpleJumpTable->
ctiOffsets
.size());
531
record.jumpTable.simpleJumpTable->
ctiOffsets
[j] = offset ? patchBuffer.locationOf(m_labels[bytecodeOffset + offset]) : record.jumpTable.simpleJumpTable->ctiDefault;
JITOpcodes.cpp
[
all
...]
JITOpcodes32_64.cpp
[
all
...]
Completed in 40 milliseconds