HomeSort by relevance Sort by last modified time
    Searched full:unwinding_info_header (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
perf-jit.cc 345 PerfJitCodeUnwindingInfo unwinding_info_header; local
346 unwinding_info_header.event_ = PerfJitCodeLoad::kUnwindingInfo;
347 unwinding_info_header.time_stamp_ = GetTimestamp();
348 unwinding_info_header.eh_frame_hdr_size_ = EhFrameConstants::kEhFrameHdrSize;
351 unwinding_info_header.unwinding_size_ = code->unwinding_info_size();
352 unwinding_info_header.mapped_size_ = unwinding_info_header.unwinding_size_;
354 unwinding_info_header.unwinding_size_ = EhFrameConstants::kEhFrameHdrSize;
355 unwinding_info_header.mapped_size_ = 0;
358 int content_size = static_cast<int>(sizeof(unwinding_info_header)
    [all...]

Completed in 59 milliseconds