Searched refs:Allocator (Results 1 – 3 of 3) sorted by relevance
172 struct Allocator { struct175 virtual ~Allocator() = default;186 dex::u1* CreateImage(Allocator* allocator, size_t* new_image_size);
265 struct Allocator : public dex::Writer::Allocator { in CreateNewImage() struct272 Allocator allocator; in CreateNewImage()
244 dex::u1* Writer::CreateImage(Allocator* allocator, size_t* new_image_size) { in CreateImage()