Searched defs:serial (Results 1 – 3 of 3) sorted by relevance
91 def showloaded(serial): argument156 serial = readu4(hprof) variable168 serial = readu4(hprof) variable173 serial = readu4(hprof) variable238 serial = readu4(hprof); variable245 serial = readu4(hprof); variable265 serial = readu4(hprof); variable
280 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
59 jlong serial; // Computed serial that should be printed instead of the size. member