Searched refs:instruction_end (Results 1 – 15 of 15) sorted by relevance
54 DCHECK(call_address + patch_size() <= code->instruction_end()); in PatchCodeForDeoptimization()
77 DCHECK(call_address + patch_size() <= code->instruction_end()); in PatchCodeForDeoptimization()
74 DCHECK(call_address + patch_size() <= code->instruction_end()); in PatchCodeForDeoptimization()
68 DCHECK(call_address + patch_size() <= code->instruction_end()); in PatchCodeForDeoptimization()
69 DCHECK(call_address + patch_size() <= code->instruction_end()); in PatchCodeForDeoptimization()
153 DCHECK(call_address + patch_size() <= code->instruction_end()); in PatchCodeForDeoptimization()
221 frame3_code->instruction_end() - 1, in TEST()222 frame2_code->instruction_end() - 1, in TEST()223 frame1_code->instruction_end() - 1); in TEST()
1741 DCHECK_LT(pc_offset, code->instruction_end() - code->instruction_start()); in ComputeCodeOffsetFromPcOffset()1780 DCHECK_LT(code->instruction_start() + pc_offset, code->instruction_end()); in ComputePcOffsetFromCodeOffset()
1186 pc >= code->instruction_start() && pc < code->instruction_end()) { in Print()
969 return reinterpret_cast<uintptr_t>(code_->instruction_end()); in CodeEnd()
6181 byte* Code::instruction_end() { in instruction_end() function
5231 inline byte* instruction_end();
2715 prev_pc <= code->instruction_end()); in CollectCodeStatistics()2716 delta += static_cast<int>(code->instruction_end() - prev_pc); in CollectCodeStatistics()
3523 static_cast<size_t>(code->instruction_end() - old_addr); in CopyCode()