Home
last modified time | relevance | path

Searched refs:ReadLeb128 (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfield_data_accessor.cpp58 value = static_cast<uint32_t>(helpers::ReadLeb128(&sp)); in GetValueInternal()
Dline_number_program.h101 return panda_file::helpers::ReadLeb128(&constant_pool_); in ReadSLeb128()
Dhelpers.h155 inline int32_t ReadLeb128(Span<const uint8_t> *sp) in ReadLeb128() function
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp676 EXPECT_EQ(helpers::ReadLeb128(&cp), -5); in __anon97c8f9171102()