Home
last modified time | relevance | path

Searched refs:ReadLeb128 (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfield_data_accessor.cpp55 value = static_cast<uint32_t>(helpers::ReadLeb128(&sp)); in GetValueInternal()
H A Dline_number_program.h98 return panda_file::helpers::ReadLeb128(&constantPool_); in ReadSLeb128()
H A Dhelpers.h118 inline int32_t ReadLeb128(Span<const uint8_t> *sp) in ReadLeb128() function
/arkcompiler/runtime_core/libpandafile/
H A Dfield_data_accessor.cpp58 value = static_cast<uint32_t>(helpers::ReadLeb128(&sp)); in GetValueInternal()
H A Dline_number_program.h101 return panda_file::helpers::ReadLeb128(&constant_pool_); in ReadSLeb128()
H A Dhelpers.h155 inline int32_t ReadLeb128(Span<const uint8_t> *sp) in ReadLeb128() function
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp718 EXPECT_EQ(helpers::ReadLeb128(&cp), -5); in HWTEST()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Dfile_item_container_test.cpp612 EXPECT_EQ(helpers::ReadLeb128(&cp), -5); in TEST()

Completed in 7 milliseconds