Home
last modified time | relevance | path

Searched refs:getOpcode (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp290 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id)) { in printStructures()
294 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_self)) { in printStructures()
298 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_proto)) { in printStructures()
302 if (vPC[0].u.opcode == interpreter->getOpcode(op_put_by_id_transition)) { in printStructures()
306 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_chain)) { in printStructures()
310 if (vPC[0].u.opcode == interpreter->getOpcode(op_put_by_id)) { in printStructures()
314 if (vPC[0].u.opcode == interpreter->getOpcode(op_put_by_id_replace)) { in printStructures()
318 if (vPC[0].u.opcode == interpreter->getOpcode(op_resolve_global)) { in printStructures()
324getOpcode(op_get_by_id_generic) || vPC[0].u.opcode == interpreter->getOpcode(op_put_by_id_generic)… in printStructures()
1356 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id_self)) { in derefStructures()
[all …]
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.h77 Opcode getOpcode(OpcodeID id) in getOpcode() function
150 …de(Opcode opcode) { return opcode == getOpcode(op_call) || opcode == getOpcode(op_construct) || op… in isCallBytecode()
DInterpreter.cpp583 else if (codeBlock->instructions()[bytecodeOffset + 8].u.opcode == getOpcode(op_construct)) in throwException()
943 if (vPC[0].u.opcode != getOpcode(op_put_by_id)) in tryCachePutByID()
951 vPC[0] = getOpcode(op_put_by_id_generic); in tryCachePutByID()
959 vPC[0] = getOpcode(op_put_by_id_generic); in tryCachePutByID()
973 vPC[0] = getOpcode(op_put_by_id_generic); in tryCachePutByID()
981 vPC[0] = getOpcode(op_put_by_id_generic); in tryCachePutByID()
987 vPC[0] = getOpcode(op_put_by_id_generic); in tryCachePutByID()
993 vPC[0] = getOpcode(op_put_by_id_transition); in tryCachePutByID()
1002 vPC[0] = getOpcode(op_put_by_id_replace); in tryCachePutByID()
1010 vPC[0] = getOpcode(op_put_by_id); in uncachePutByID()
[all …]
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp563 instructions().append(globalData()->interpreter->getOpcode(opcodeID)); in emitOpcode()
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1622715 (JSC::BytecodeInterpreter::getOpcode):
34235 (JSC::Machine::getOpcode):
DChangeLog-2008-08-1015139 (KJS::Machine::getOpcode):