Searched refs:Allocate (Results 1 – 4 of 4) sorted by relevance
522 Allocate(code_ir, 0, delta); in RegsRenumbering()550 Allocate(code_ir, ir_method->code->registers, left_to_allocate_); in ShiftParams()589 void AllocateScratchRegs::Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count) { in Allocate() function in slicer::AllocateScratchRegs615 Allocate(code_ir, code->registers, left_to_allocate_); in Apply()
297 dex::u1* image = static_cast<dex::u1*>(allocator->Allocate(image_size)); in CreateImage()
173 virtual void* Allocate(size_t size) = 0;
266 virtual void* Allocate(size_t size) { return ::malloc(size); } in CreateNewImage() function