Home
last modified time | relevance | path

Searched defs:Allocate (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/dexter/
Ddexter.cc266 virtual void* Allocate(size_t size) { return ::malloc(size); } in CreateNewImage() function
/tools/dexter/slicer/
Dinstrumentation.cc686 void AllocateScratchRegs::Allocate(lir::CodeIr* code_ir, dex::u4 first_reg, int count) { in Allocate() function in slicer::AllocateScratchRegs