Home
last modified time | relevance | path

Searched defs:serial (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dindirect_reference_table.h359 static constexpr uintptr_t EncodeSerial(uint32_t serial) { in EncodeSerial()
367 constexpr uintptr_t EncodeIndirectRef(uint32_t table_index, uint32_t serial) const { in EncodeIndirectRef()
381 uint32_t serial = table_[table_index].GetSerial(); in ToIndirectRef() local
/art/test/913-heaps/
Dheaps.cc57 jlong serial; // Computed serial that should be printed instead of the size. member