Searched refs:Allocate (Results 1 – 5 of 5) sorted by relevance
/tools/dexter/slicer/ |
D | instrumentation.cc | 673 Allocate(code_ir, 0, delta); in RegsRenumbering() 689 Allocate(code_ir, ir_method->code->registers, left_to_allocate_); in ShiftParams() 698 void AllocateScratchRegs::Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count) { in Allocate() function in slicer::AllocateScratchRegs 724 Allocate(code_ir, code->registers, left_to_allocate_); in Apply()
|
D | writer.cc | 305 dex::u1* image = static_cast<dex::u1*>(allocator->Allocate(image_size)); in CreateImage()
|
/tools/dexter/slicer/export/slicer/ |
D | instrumentation.h | 186 void Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count);
|
D | writer.h | 175 virtual void* Allocate(size_t size) = 0;
|
/tools/dexter/dexter/ |
D | dexter.cc | 273 virtual void* Allocate(size_t size) { return ::malloc(size); } in CreateNewImage() function
|