• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/JavaScriptCore-7600.1.17/bytecode/

Lines Matching defs:pc

1628         const UnlinkedInstruction* pc = instructionReader.next();
1630 unsigned opLength = opcodeLength(pc[0].u.opcode);
1632 instructions[i] = vm()->interpreter->getOpcode(pc[0].u.opcode);
1636 instructions[i + j].u.operand = pc[j].u.operand;
1638 switch (pc[0].u.opcode) {
1643 int arrayProfileIndex = pc[opLength - 2].u.operand;
1650 ValueProfile* profile = &m_valueProfiles[pc[opLength - 1].u.operand];
1657 int arrayProfileIndex = pc[opLength - 1].u.operand;
1663 int arrayProfileIndex = pc[opLength - 1].u.operand;
1672 int arrayAllocationProfileIndex = pc[opLength - 1].u.operand;
1677 int objectAllocationProfileIndex = pc[opLength - 1].u.operand;
1679 int inferredInlineCapacity = pc[opLength - 2].u.operand;
1689 ValueProfile* profile = &m_valueProfiles[pc[opLength - 1].u.operand];
1693 int arrayProfileIndex = pc[opLength - 2].u.operand;
1696 instructions[i + 5] = &m_llintCallLinkInfos[pc[5].u.operand];
1700 instructions[i + 5] = &m_llintCallLinkInfos[pc[5].u.operand];
1701 ValueProfile* profile = &m_valueProfiles[pc[opLength - 1].u.operand];
1713 Identifier ident = identifier(pc[4].u.operand);
1724 const Identifier& ident = identifier(pc[2].u.operand);
1725 ResolveType type = static_cast<ResolveType>(pc[3].u.operand);
1736 ValueProfile* profile = &m_valueProfiles[pc[opLength - 1].u.operand];
1742 const Identifier& ident = identifier(pc[3].u.operand);
1743 ResolveModeAndType modeAndType = ResolveModeAndType(pc[4].u.operand);
1757 const Identifier& ident = identifier(pc[2].u.operand);
1758 ResolveModeAndType modeAndType = ResolveModeAndType(pc[4].u.operand);
1775 if (pc[3].u.index == UINT_MAX) {
1779 StringImpl* uid = identifier(pc[3].u.index).impl();
1790 if (pc[1].u.index == DidReachBreakpoint)