Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Deh-frame.cc403 uint32_t EhFrameIterator::GetNextULeb128() { in GetNextULeb128()
411 int32_t EhFrameIterator::GetNextSLeb128() { in GetNextSLeb128()
420 uint32_t EhFrameIterator::DecodeULeb128(const byte* encoded, in DecodeULeb128()
439 int32_t EhFrameIterator::DecodeSLeb128(const byte* encoded, int* encoded_size) { in DecodeSLeb128()
486 EhFrameIterator eh_frame_iterator(start, end); in DumpDwarfDirectives()
Deh-frame.h213 class V8_EXPORT_PRIVATE EhFrameIterator {
215 EhFrameIterator(const byte* start, const byte* end) in EhFrameIterator() function