Searched refs:op_get_by_id (Results 1 – 12 of 12) sorted by relevance
107 macro(op_get_by_id, 8) \
198 case op_get_by_id: in isPropertyAccess()290 if (vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id)) { in printStructures()786 case op_get_by_id: { in dump()1449 …ASSERT(vPC[0].u.opcode == interpreter->getOpcode(op_get_by_id) || vPC[0].u.opcode == interpreter->… in markStructures()
233 DEFINE_OP(op_get_by_id) in privateCompileMainPass()397 DEFINE_SLOWCASE_OP(op_get_by_id) in privateCompileSlowCases()
200 …ter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode) == op_get_by_id); in emit_op_method_check()245 m_bytecodeOffset += OPCODE_LENGTH(op_get_by_id); in emit_op_method_check()259 m_bytecodeOffset += OPCODE_LENGTH(op_get_by_id); in emitSlow_op_method_check()415 map(m_bytecodeOffset + OPCODE_LENGTH(op_get_by_id), dst, regT1, regT0); in emit_op_get_by_id()
322 …ter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode) == op_get_by_id); in emit_op_method_check()367 m_bytecodeOffset += OPCODE_LENGTH(op_get_by_id); in emit_op_method_check()380 m_bytecodeOffset += OPCODE_LENGTH(op_get_by_id); in emitSlow_op_method_check()
1584 DEFINE_STUB_FUNCTION(EncodedJSValue, op_get_by_id) in DEFINE_STUB_FUNCTION() argument
831 case op_get_by_id: { in parseBlock()839 NEXT_OPCODE(op_get_by_id); in parseBlock()
1277 if (vPC[0].u.opcode != getOpcode(op_get_by_id)) in tryCacheGetByID()1411 vPC[0] = getOpcode(op_get_by_id); in uncacheGetByID()2485 DEFINE_OPCODE(op_get_by_id) { in privateExecute()2504 vPC += OPCODE_LENGTH(op_get_by_id); in privateExecute()
1394 emitOpcode(op_get_by_id); in emitGetById()
1680 The new opcode is used almost like an x86 opcode prefix byte to optimize op_get_by_id,1691 augmenting the functionality of op_get_by_id. Upon generating a FunctionCallDotNode a1698 the access is polymorphic, the op_get_by_id will continue to operate - and optimize itself -1699 just as any other regular op_get_by_id would.17348 Bug 22828: Do not inspect bytecode instruction stream for op_get_by_id exception information17354 exceptions thrown by the op_get_by_id emitted directly before an
23481 Standardized op_get_by_id to put { tag, payload } in { regT1, regT0 }.24830 Remove a function call by folding op_get_by_id and op_put_by_id into
10129 op_get_by_id before op_instanceof has checked that this is an object implementing