Searched defs:Allocate (Results 1 – 2 of 2) sorted by relevance
266 virtual void* Allocate(size_t size) { return ::malloc(size); } in CreateNewImage() function
686 void AllocateScratchRegs::Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count) { in Allocate() function in slicer::AllocateScratchRegs