Searched defs:serial (Results 1 – 3 of 3) sorted by relevance
87 def showloaded(serial): argument156 serial = readu4(hprof) variable168 serial = readu4(hprof) variable172 serial = readu4(hprof) variable229 serial = readu4(hprof) ; length -= 4 variable233 serial = readu4(hprof) ; length -= 4 variable247 serial = readu4(hprof) ; length -= 4 variable
406 static constexpr uintptr_t EncodeSerial(uint32_t serial) { in EncodeSerial()414 constexpr uintptr_t EncodeIndirectRef(uint32_t table_index, uint32_t serial) const { in EncodeIndirectRef()428 uint32_t serial = table_[table_index].GetSerial(); in ToIndirectRef() local
59 jlong serial; // Computed serial that should be printed instead of the size. member