Lines Matching refs:opcode_info
20118 static const JSOpCode opcode_info[OP_COUNT + (OP_TEMP_END - OP_TEMP_START)] = { variable
20136 opcode_info[(op) >= OP_TEMP_START ? \
20139 #define short_opcode_info(op) opcode_info[op]
28790 oi = &opcode_info[op]; in free_bytecode_atoms()
28915 oi = &opcode_info[op]; in dump_byte_code()
28987 oi = &opcode_info[op]; in dump_byte_code()
30471 len = opcode_info[op].size; in code_match()
30495 switch(opcode_info[op].fmt) { in code_match()
30714 len = opcode_info[op].size; in skip_dead_code()
30732 switch(opcode_info[op].fmt) { in skip_dead_code()
30837 len = opcode_info[op].size; in resolve_variables()
30990 ls->pos2 = bc_out.size + opcode_info[op].size; in resolve_variables()
31122 len = opcode_info[op].size; in resolve_variables()
31240 pos += opcode_info[op].size; in find_jump_target()
31446 len = opcode_info[op].size; in resolve_labels()