Home
last modified time | relevance | path

Searched refs:EhFrameIterator (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Deh-frame.cc390 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()
Deh-frame.h207 class V8_EXPORT_PRIVATE EhFrameIterator {
209 EhFrameIterator(const byte* start, const byte* end) in EhFrameIterator() function