Home
last modified time | relevance | path

Searched refs:SkipULeb128 (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dcode_data_accessor-inl.h75 helpers::SkipULeb128(&sp); // num_args in GetInstructions()
76 helpers::SkipULeb128(&sp); // code_size in GetInstructions()
77 helpers::SkipULeb128(&sp); // tries_size in GetInstructions()
85 helpers::SkipULeb128(&sp); // num_vregs in GetInstructions()
86 helpers::SkipULeb128(&sp); // num_args in GetInstructions()
87 helpers::SkipULeb128(&sp); // code_size in GetInstructions()
88 helpers::SkipULeb128(&sp); // tries_size in GetInstructions()
H A Dhelpers.h133 inline void SkipULeb128(Span<const uint8_t> *sp) in SkipULeb128() function
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dcode_data_accessor.cpp60 helpers::SkipULeb128(&sp); // num_vregs in GetInstructions()
61 helpers::SkipULeb128(&sp); // num_args in GetInstructions()
62 helpers::SkipULeb128(&sp); // code_size in GetInstructions()
63 helpers::SkipULeb128(&sp); // tries_size in GetInstructions()
H A Dcode_data_accessor-inl.h76 helpers::SkipULeb128(&sp); // num_args in GetInstructions()
77 helpers::SkipULeb128(&sp); // code_size in GetInstructions()
78 helpers::SkipULeb128(&sp); // tries_size in GetInstructions()
H A Dhelpers.h97 inline void SkipULeb128(Span<const uint8_t> *sp) in SkipULeb128() function

Completed in 2 milliseconds