Searched refs:EhFrameIterator (Results 1 – 2 of 2) sorted by relevance
390 uint32_t EhFrameIterator::GetNextULeb128() { in GetNextULeb128()398 int32_t EhFrameIterator::GetNextSLeb128() { in GetNextSLeb128()407 uint32_t EhFrameIterator::DecodeULeb128(const byte* encoded, in DecodeULeb128()426 int32_t EhFrameIterator::DecodeSLeb128(const byte* encoded, int* encoded_size) { in DecodeSLeb128()473 EhFrameIterator eh_frame_iterator(start, end); in DumpDwarfDirectives()
203 class V8_EXPORT_PRIVATE EhFrameIterator {205 EhFrameIterator(const byte* start, const byte* end) in EhFrameIterator() function