OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getOpcodeID
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.h
85
OpcodeID
getOpcodeID
(Opcode opcode)
/external/webkit/Source/JavaScriptCore/jit/
JIT.cpp
193
switch (m_interpreter->
getOpcodeID
(currentInstruction->u.opcode)) {
383
switch (m_interpreter->
getOpcodeID
(currentInstruction->u.opcode)) {
JITPropertyAccess.cpp
322
ASSERT(m_interpreter->
getOpcodeID
((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode) == op_get_by_id);
[
all
...]
JITPropertyAccess32_64.cpp
200
ASSERT(m_interpreter->
getOpcodeID
((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode) == op_get_by_id);
[
all
...]
/external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.cpp
188
unsigned opcodeID = m_interpreter->
getOpcodeID
(sample.vPC()[0].u.opcode);
CodeBlock.cpp
214
OpcodeID currentOpcode = exec->interpreter()->
getOpcodeID
(instructions[i].u.opcode);
340
for (size_t i = 0; i < m_instructions.size(); i += opcodeLengths[exec->interpreter()->
getOpcodeID
(m_instructions[i].u.opcode)])
484
switch (exec->interpreter()->
getOpcodeID
(it->u.opcode)) {
[
all
...]
/external/webkit/Source/JavaScriptCore/dfg/
DFGByteCodeParser.cpp
556
switch (interpreter->
getOpcodeID
(currentInstruction->u.opcode)) {
[
all
...]
Completed in 81 milliseconds