Home
last modified time | relevance | path

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

/art/tools/ahat/etc/
Dhprofdump.py87 def showloaded(serial): argument
156 serial = readu4(hprof) variable
168 serial = readu4(hprof) variable
172 serial = readu4(hprof) variable
229 serial = readu4(hprof) ; length -= 4 variable
233 serial = readu4(hprof) ; length -= 4 variable
247 serial = readu4(hprof) ; length -= 4 variable
/art/runtime/
Dindirect_reference_table.h358 static constexpr uintptr_t EncodeSerial(uint32_t serial) { in EncodeSerial()
366 constexpr uintptr_t EncodeIndirectRef(uint32_t table_index, uint32_t serial) const { in EncodeIndirectRef()
380 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