Home
last modified time | relevance | path

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

/art/runtime/hprof/
Dhprof.cc226 virtual void UpdateU4(size_t offset, uint32_t new_value ATTRIBUTE_UNUSED) { in UpdateU4() function in art::hprof::EndianOutput
289 void UpdateU4(size_t offset, uint32_t new_value) OVERRIDE { in UpdateU4() function in art::hprof::EndianOutputBuffered
1171 __ UpdateU4(size_patch_offset, output_->Length() - (size_patch_offset + 4)); in DumpHeapInstanceObject() local