Searched refs:code_end (Results 1 – 14 of 14) sorted by relevance
72 Label code_start, code_end; in main() local75 masm.Bind(&code_end); in main()78 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in main()
139 Label code_start, code_end; in TestCustomDisassembler() local142 masm.Bind(&code_end); in TestCustomDisassembler()145 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TestCustomDisassembler()
13 adr r1, code_end @ r1: source address (end)20 b code_end126 code_end: label
63 if (pred->code_start() == pred->code_end()) return false; in IsBlockWithBranchPoisoning()64 Instruction* instr = code->InstructionAt(pred->code_end() - 1); in IsBlockWithBranchPoisoning()93 for (int i = block->code_start(); i < block->code_end(); ++i) { in ComputeForwarding()172 for (int i = block->code_start(); i < block->code_end(); ++i) { in ApplyForwarding()
25 for (int i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
326 if (pred->code_start() == pred->code_end()) return; in TryInsertBranchPoisoning()327 Instruction* instr = code()->InstructionAt(pred->code_end() - 1); in TryInsertBranchPoisoning()470 for (int i = block->code_start(); i < block->code_end(); ++i) { in AssembleBlock()
499 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
710 os << " instructions: [" << block->code_start() << ", " << block->code_end() in operator <<()
1395 int32_t code_end() const { return code_end_; } in NON_EXPORTED_BASE()
1677 << block->code_end() << "]"; in operator <<()
100 size_t end = instruction_block->code_end(); in SelectInstructions()
3762 LifetimePosition::GapFromInstructionIndex(block->code_end()); in ResolveControlFlow()
572 Label code_start, code_end; in TEST() local575 masm.Bind(&code_end); in TEST()578 Instruction* instr_end = masm.GetLabelAddress<Instruction*>(&code_end); in TEST()
1016 const byte* code_end) { in AddFunction() argument1019 code_end, const_cast<byte*>(code_start), const_cast<byte*>(code_end), in AddFunction()