Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp589 uint64_t GetLEB128Encode(int64_t val, bool isUnsigned) in GetLEB128Encode() function
609 return GetLEB128Encode(int64_t(val), true); in GetUleb128Encode()
614 return GetLEB128Encode(val, false); in GetSleb128Encode()