Home
last modified time | relevance | path

Searched refs:OpcodeID (Results 1 – 19 of 19) sorted by relevance

/external/webkit/JavaScriptCore/bytecode/
DOpcode.cpp124 …printf("%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCoun… in ~OpcodeStats()
137 …[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], pa… in ~OpcodeStats()
149 …printf("\n%s:%s %lld - %.2f%%\n", opcodeNames[index], padOpcodeName((OpcodeID)index, 28), opcodeCo… in ~OpcodeStats()
162 …[indexPair.first], padOpcodeName((OpcodeID)indexPair.first, 28), opcodeNames[indexPair.second], pa… in ~OpcodeStats()
DOpcode.h179 typedef enum { FOR_EACH_OPCODE_ID(OPCODE_ID_ENUM) } OpcodeID; typedef
205 typedef OpcodeID Opcode;
215 inline const char* padOpcodeName(OpcodeID op, unsigned width) in padOpcodeName()
DSamplingTool.cpp230 OpcodeID opcode;
276 opcodeSampleInfo[i].opcode = static_cast<OpcodeID>(i); in dump()
295 OpcodeID opcodeID = opcodeSampleInfo[i].opcode; in dump()
DCodeBlock.cpp181 static bool isGlobalResolve(OpcodeID opcodeID) in isGlobalResolve()
186 static bool isPropertyAccess(OpcodeID opcodeID) in isPropertyAccess()
208 …Nth(ExecState* exec, const Vector<Instruction>& instructions, int nth, bool (*predicate)(OpcodeID)) in instructionOffsetForNth() argument
212 OpcodeID currentOpcode = exec->interpreter()->getOpcodeID(instructions[i].u.opcode); in instructionOffsetForNth()
1545 …IdExceptionInfoForBytecodeOffset(CallFrame* callFrame, unsigned bytecodeOffset, OpcodeID& opcodeID) in getByIdExceptionInfoForBytecodeOffset()
DCodeBlock.h302 bool getByIdExceptionInfoForBytecodeOffset(CallFrame*, unsigned bytecodeOffset, OpcodeID&);
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h237 void emitGetByIdExceptionInfo(OpcodeID opcodeID) in emitGetByIdExceptionInfo()
269 RegisterID* emitUnaryOp(OpcodeID, RegisterID* dst, RegisterID* src);
270 …RegisterID* emitBinaryOp(OpcodeID, RegisterID* dst, RegisterID* src1, RegisterID* src2, OperandTyp…
271 RegisterID* emitEqualityOp(OpcodeID, RegisterID* dst, RegisterID* src1, RegisterID* src2);
272 RegisterID* emitUnaryNoDstOp(OpcodeID, RegisterID* src);
380 void emitOpcode(OpcodeID);
403 …RegisterID* emitCall(OpcodeID, RegisterID* dst, RegisterID* func, RegisterID* thisRegister, Argume…
519 OpcodeID m_lastOpcodeID;
DBytecodeGenerator.cpp574 void BytecodeGenerator::emitOpcode(OpcodeID opcodeID) in emitOpcode()
843 RegisterID* BytecodeGenerator::emitUnaryOp(OpcodeID opcodeID, RegisterID* dst, RegisterID* src) in emitUnaryOp()
881 RegisterID* BytecodeGenerator::emitBinaryOp(OpcodeID opcodeID, RegisterID* dst, RegisterID* src1, R… in emitBinaryOp()
895 RegisterID* BytecodeGenerator::emitEqualityOp(OpcodeID opcodeID, RegisterID* dst, RegisterID* src1,… in emitEqualityOp()
1401 RegisterID* BytecodeGenerator::emitCall(OpcodeID opcodeID, RegisterID* dst, RegisterID* func, Regis… in emitCall()
1520 RegisterID* BytecodeGenerator::emitUnaryNoDstOp(OpcodeID opcodeID, RegisterID* src) in emitUnaryNoDstOp()
DNodesCodegen.cpp916 OpcodeID opcodeID = this->opcodeID(); in emitBytecode()
1061 OpcodeID opcodeID; in emitReadModifyAssignment()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.h77 Opcode getOpcode(OpcodeID id) in getOpcode()
86 OpcodeID getOpcodeID(Opcode opcode) in getOpcodeID()
163 HashMap<Opcode, OpcodeID> m_opcodeIDTable; // Maps Opcode => OpcodeID for decompiling
DInterpreter.cpp328 m_opcodeIDTable.add(m_opcodeTable[i], static_cast<OpcodeID>(i)); in Interpreter()
/external/webkit/JavaScriptCore/jit/
DJITCall.cpp232 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned) in compileOpCall()
280 …wCase(Instruction* instruction, Vector<SlowCaseEntry>::iterator& iter, unsigned, OpcodeID opcodeID) in compileOpCallSlowCase()
298 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned callLinkInfoIndex) in compileOpCall()
372 … instruction, Vector<SlowCaseEntry>::iterator& iter, unsigned callLinkInfoIndex, OpcodeID opcodeID) in compileOpCallSlowCase()
526 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned)
577 …wCase(Instruction* instruction, Vector<SlowCaseEntry>::iterator& iter, unsigned, OpcodeID opcodeID)
593 void JIT::compileOpCall(OpcodeID opcodeID, Instruction* instruction, unsigned callLinkInfoIndex)
662 … instruction, Vector<SlowCaseEntry>::iterator& iter, unsigned callLinkInfoIndex, OpcodeID opcodeID)
DJIT.h372 void compileOpCall(OpcodeID, Instruction* instruction, unsigned callLinkInfoIndex);
377 …instruction, Vector<SlowCaseEntry>::iterator& iter, unsigned callLinkInfoIndex, OpcodeID opcodeID);
437 …void emitBinaryDoubleOp(OpcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTypes, JumpList…
561 … void compileBinaryArithOp(OpcodeID, unsigned dst, unsigned src1, unsigned src2, OperandTypes opi);
563 …void compileBinaryArithOpSlowCase(OpcodeID, Vector<SlowCaseEntry>::iterator&, unsigned dst, unsign…
565 …void compileBinaryArithOpSlowCase(OpcodeID, Vector<SlowCaseEntry>::iterator&, unsigned dst, unsign…
DJITArithmetic.cpp842 void JIT::emitBinaryDoubleOp(OpcodeID opcodeID, unsigned dst, unsigned op1, unsigned op2, OperandTy… in emitBinaryDoubleOp()
2212 void JIT::compileBinaryArithOp(OpcodeID opcodeID, unsigned, unsigned op1, unsigned op2, OperandType…
2229 void JIT::compileBinaryArithOpSlowCase(OpcodeID opcodeID, Vector<SlowCaseEntry>::iterator& iter, un…
2506 void JIT::compileBinaryArithOp(OpcodeID opcodeID, unsigned dst, unsigned src1, unsigned src2, Opera…
2643 void JIT::compileBinaryArithOpSlowCase(OpcodeID opcodeID, Vector<SlowCaseEntry>::iterator& iter, un…
/external/webkit/JavaScriptCore/parser/
DNodes.h760 UnaryOpNode(JSGlobalData*, ResultType, ExpressionNode*, OpcodeID);
769 OpcodeID opcodeID() const { return m_opcodeID; } in opcodeID()
772 OpcodeID m_opcodeID;
803 …BinaryOpNode(JSGlobalData*, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID, bool rightHasA…
804 …SGlobalData*, ResultType, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID, bool rightHasAss…
812 OpcodeID opcodeID() const { return m_opcodeID; } in opcodeID()
818 OpcodeID m_opcodeID;
825 …ReverseBinaryOpNode(JSGlobalData*, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID, bool ri…
826 …SGlobalData*, ResultType, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID, bool rightHasAss…
895 …SGlobalData*, ResultType, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID, bool rightHasAss…
[all …]
DNodeConstructors.h407 …de::UnaryOpNode(JSGlobalData* globalData, ResultType type, ExpressionNode* expr, OpcodeID opcodeID) in UnaryOpNode()
434 …JSGlobalData* globalData, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool ri… in BinaryOpNode()
443 …balData, ResultType type, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool ri… in BinaryOpNode()
452 …JSGlobalData* globalData, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool ri… in ReverseBinaryOpNode()
457 …balData, ResultType type, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool ri… in ReverseBinaryOpNode()
523 …balData, ResultType type, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool ri… in ThrowableBinaryOpNode()
528 …JSGlobalData* globalData, ExpressionNode* expr1, ExpressionNode* expr2, OpcodeID opcodeID, bool ri… in ThrowableBinaryOpNode()
/external/webkit/JavaScriptCore/assembler/
DARMv7Assembler.h599 } OpcodeID; typedef
1746 void oneWordOp5Reg3Imm8(OpcodeID op, RegisterID rd, uint8_t imm) in oneWordOp5Reg3Imm8()
1751 void oneWordOp5Imm5Reg3Reg3(OpcodeID op, uint8_t imm, RegisterID reg1, RegisterID reg2) in oneWordOp5Imm5Reg3Reg3()
1756 void oneWordOp7Reg3Reg3Reg3(OpcodeID op, RegisterID reg1, RegisterID reg2, RegisterID reg3) in oneWordOp7Reg3Reg3Reg3()
1761 void oneWordOp8Imm8(OpcodeID op, uint8_t imm) in oneWordOp8Imm8()
1766 void oneWordOp8RegReg143(OpcodeID op, RegisterID reg1, RegisterID reg2) in oneWordOp8RegReg143()
1770 void oneWordOp9Imm7(OpcodeID op, uint8_t imm) in oneWordOp9Imm7()
1775 void oneWordOp10Reg3Reg3(OpcodeID op, RegisterID reg1, RegisterID reg2) in oneWordOp10Reg3Reg3()
/external/webkit/JavaScriptCore/runtime/
DExceptionHelpers.cpp171 OpcodeID followingOpcodeID; in createNotAnObjectError()
/external/webkit/JavaScriptCore/
DChangeLog14132 - Make StructureStubInfo store the type as an integer, rather than an OpcodeID.
14144 - Make StructureStubInfo store the type as an integer, rather than an OpcodeID.
14157 …- Make StructureStubInfo store the type as an integer, rather than an OpcodeID, add a flag to trac…
14162 - Make StructureStubInfo store the type as an integer, rather than an OpcodeID.
14596 - Make StructureStubInfo store the type as an integer, rather than an OpcodeID.
14608 - Make StructureStubInfo store the type as an integer, rather than an OpcodeID.
14621 …- Make StructureStubInfo store the type as an integer, rather than an OpcodeID, add a flag to trac…
14626 - Make StructureStubInfo store the type as an integer, rather than an OpcodeID.
DChangeLog-2009-06-1626603 OpcodeID enum works just as well. (This was important in an earlier