Home
last modified time | relevance | path

Searched refs:allocation_state_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/client/
Dminidump_file_writer-inl.h46 allocation_state_ = SINGLE_OBJECT; in Allocate()
52 allocation_state_ = SINGLE_OBJECT; in Allocate()
59 allocation_state_ = ARRAY; in AllocateArray()
67 allocation_state_ = SINGLE_OBJECT_WITH_ARRAY; in AllocateObjectAndArray()
73 assert(allocation_state_ == ARRAY); in CopyIndex()
83 assert(allocation_state_ == SINGLE_OBJECT_WITH_ARRAY); in CopyIndexAfterObject()
Dminidump_file_writer.h212 allocation_state_(UNALLOCATED) {} in TypedMDRVA()
216 if (allocation_state_ != ARRAY) in ~TypedMDRVA()
267 AllocationState allocation_state_; variable