Searched refs:raw_instruction_end (Results 1 – 5 of 5) sorted by relevance
99 Address AbstractCode::raw_instruction_end() { in raw_instruction_end() function101 return GetCode()->raw_instruction_end(); in raw_instruction_end()197 has_unwinding_info() ? unwinding_info_end() : raw_instruction_end(); in clear_padding()248 Address Code::raw_instruction_end() const { in raw_instruction_end() function257 return raw_instruction_end(); in InstructionEnd()
235 inline Address raw_instruction_end() const;530 inline Address raw_instruction_end();
224 prev_pc <= code->raw_instruction_end()); in CollectCodeCommentStatistics()225 delta += static_cast<int>(code->raw_instruction_end() - prev_pc); in CollectCodeCommentStatistics()
165 DCHECK(*return_address <= re_code->raw_instruction_end()); in CheckStackGuardState()
14452 if (Isolate::CurrentEmbeddedBlob() == nullptr) return raw_instruction_end(); in OffHeapInstructionEnd()