Searched refs:code_end (Results 1 – 15 of 15) sorted by relevance
75 Label code_start, code_end; in main() local78 masm.Bind(&code_end); in main()81 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in main()
143 Label code_start, code_end; in TestCustomDisassembler() local146 masm.Bind(&code_end); in TestCustomDisassembler()149 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TestCustomDisassembler()
77 for (int i = block->code_start(); i < block->code_end(); ++i) { in ComputeForwarding()147 for (int i = block->code_start(); i < block->code_end(); ++i) { in ApplyForwarding()
24 for (auto i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
155 for (int index = block->code_start(); index < block->code_end(); ++index) { in CompressBlock()
714 instruction_index < block->code_end()); in GetInstructionBlock()919 << block->code_end() << ")\n predecessors:"; in operator <<()
686 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
143 for (int i = block->code_start(); i < block->code_end(); ++i) { in GenerateCode()
1100 int32_t code_end() const { return code_end_; } in code_end() function
74 size_t end = instruction_block->code_end(); in SelectInstructions()
117 const void* code_end = in FindEventEntry() local119 return address < code_end ? &entry : NULL; in FindEventEntry()
18 code_end = code_clear + 1; in InitTable()29 code_next = code_end + 1; in ClearTable()99 } else if (code == code_end) { in Decode()202 index_num = code_end + 1; in ClearTable()203 table_cur = code_end + 1; in ClearTable()220 code_end = code_clear + 1; in Start()293 if (index == code_end) { in EncodeString()345 table_cur = code_end + 1; in LookUpInTable()352 EncodeString(code_end, dst_buf, dst_len, offset); in Finish()
144 FX_WORD code_end; variable196 FX_WORD code_end; variable
553 Label code_start, code_end; in TEST() local556 masm.Bind(&code_end); in TEST()559 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TEST()
9772 UChar *code_begin, *code_end; in s390_insn_evcheck_emit() local9800 code_end = buf; in s390_insn_evcheck_emit()9804 vassert(evCheckSzB_S390() == code_end - code_begin); in s390_insn_evcheck_emit()