Home
last modified time | relevance | path

Searched refs:has_unwinding_info (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dperf-jit.cc350 if (code->has_unwinding_info()) { in LogWriteUnwindingInfo()
366 if (code->has_unwinding_info()) { in LogWriteUnwindingInfo()
Dfactory.cc1654 bool has_unwinding_info = desc.unwinding_info != nullptr; in NewCode() local
1655 DCHECK((has_unwinding_info && desc.unwinding_info_size > 0) || in NewCode()
1656 (!has_unwinding_info && desc.unwinding_info_size == 0)); in NewCode()
1661 if (has_unwinding_info) { in NewCode()
1681 code->set_has_unwinding_info(has_unwinding_info); in NewCode()
Dobjects-inl.h4909 inline bool Code::has_unwinding_info() const { in has_unwinding_info() function
6720 DCHECK(has_unwinding_info()); in GetUnwindingInfoSizeOffset()
6725 DCHECK(has_unwinding_info()); in unwinding_info_size()
6731 DCHECK(has_unwinding_info()); in set_unwinding_info_size()
6736 DCHECK(has_unwinding_info()); in unwinding_info_start()
6741 DCHECK(has_unwinding_info()); in unwinding_info_end()
6747 has_unwinding_info() in body_size()
Dobjects.h5191 DECL_BOOLEAN_ACCESSORS(has_unwinding_info)
Dobjects.cc14662 if (has_unwinding_info()) { in Disassemble()