Home
last modified time | relevance | path

Searched refs:Inflate (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmonitor.cc1038 void Monitor::Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code) { in Inflate() function in art::Monitor
1068 Inflate(self, self, obj.Get(), hash_code); in InflateThinLocked()
1085 Inflate(self, owner, obj.Get(), hash_code); in InflateThinLocked()
1206 Inflate(self, nullptr, h_obj.Get(), lock_word.GetHashCode()); in MonitorEnter()
1312 Inflate(self, self, h_obj.Get(), 0); in Wait()
Dmonitor.h217 static void Inflate(Thread* self, Thread* owner, ObjPtr<mirror::Object> obj, int32_t hash_code)
/art/libprofile/profile/
Dprofile_compilation_info.cc511 bool Inflate(size_t uncompressed_data_size) { in Inflate() function in art::ProfileCompilationInfo::SafeBuffer
1595 !temp_buffer.Inflate(section_info.GetInflatedSize())) { in ReadSectionData()