Home
last modified time | relevance | path

Searched refs:Allocate (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/
Dinstrumentation.cc522 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::AllocateScratchRegs
615 Allocate(code_ir, code->registers, left_to_allocate_); in Apply()
Dwriter.cc297 dex::u1* image = static_cast<dex::u1*>(allocator->Allocate(image_size)); in CreateImage()
/tools/dexter/slicer/export/slicer/
Dwriter.h173 virtual void* Allocate(size_t size) = 0;
/tools/dexter/dexter/
Ddexter.cc266 virtual void* Allocate(size_t size) { return ::malloc(size); } in CreateNewImage() function