Searched refs:code_end (Results 1 – 5 of 5) 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()
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()
3395 Address code_end = code_start + code->Size(); in SetMarkBitsUnderInvalidatedCode() local3399 MemoryChunk::FastAddressToMarkbitIndex(code_end - kPointerSize); in SetMarkBitsUnderInvalidatedCode()
9712 UChar *code_begin, *code_end; in s390_insn_evcheck_emit() local9740 code_end = buf; in s390_insn_evcheck_emit()9744 vassert(evCheckSzB_S390() == code_end - code_begin); in s390_insn_evcheck_emit()