Searched defs:new (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DSnapshot.h47 static void* operator new(size_t size) = delete;
48 static void* operator new(size_t size, LinearAllocator& allocator) {
92 * a new layer.
100 * Viewport has been modified to fit the new Fbo, and must be
107 * Modifies the current clip with the new clip rectangle and
114 * Modifies the current clip with the new clip rectangle and
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp96 void* operator new(size_t /*size*/, void* buf) { return buf; }
195 auto node = new (allocImpl(sizeof(DestructorNode))) DestructorNode();
241 return new (buf) Page();
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp433 default: // Map unknown/new linkages to external
548 void *operator new(size_t s) {
549 return User::operator new(s, 1);
617 Constant *C = new ConstantPlaceHolder(Ty, Context);
635 Value *V = new Argument(Ty);
660 // new value. If they reference more than one placeholder, update them all
674 // constant with a new constant that has *all* placeholder uses updated.
698 // Make the new constant.
1042 } else // Otherwise, create a new struct.
1071 } else // Otherwise, create a new struc
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp84 /// from the eh_selector call to the new landingpad instruction.
140 /// This function upgrades the old pre-3.0 exception handling system to the new
196 ExnSlot = new AllocaInst(ExnTy, "exn", Entry->getTerminator());
197 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator());
207 BasicBlock *NewBB = BasicBlock::Create(Context, "new.lpad",
670 default: // Map unknown/new linkages to external
823 void *operator new(size_t s) {
824 return User::operator new(s, 1);
892 Constant *C = new ConstantPlaceHolder(Ty, Context);
910 Value *V = new Argumen
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 600 milliseconds