Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_writer.cc61 static size_t EncodeLongValue(int64_t value, uint8_t* buffer) { in EncodeLongValue() function
136 length = EncodeLongValue(encoded_value->GetLong(), buffer); in WriteEncodedValue()