Home
last modified time | relevance | path

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

/art/tools/ahat/etc/
Dhprofdump.py91 def showloaded(serial): argument
156 serial = readu4(hprof) variable
168 serial = readu4(hprof) variable
173 serial = readu4(hprof) variable
238 serial = readu4(hprof); variable
245 serial = readu4(hprof); variable
265 serial = readu4(hprof); variable
/art/runtime/
Dindirect_reference_table.h280 static constexpr uintptr_t EncodeSerial(uint32_t serial) { in EncodeSerial()
288 constexpr uintptr_t EncodeIndirectRef(uint32_t table_index, uint32_t serial) const { in EncodeIndirectRef()
302 uint32_t serial = table_[table_index].GetSerial(); in ToIndirectRef() local
/art/test/913-heaps/
Dheaps.cc59 jlong serial; // Computed serial that should be printed instead of the size. member