Searched defs:new (Results 1 - 6 of 6) 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) {
69 static void* operator new(size_t size) = delete;
70 static void* operator new(size_t size, LinearAllocator& allocator) {
104 * a new layer.
112 * Viewport has been modified to fit the new Fbo, and must be
124 * Modifies the current clip with the new clip rectangle and
131 * Modifies the current clip with the new clip rectangle and
H A DDisplayListOp.h63 // standard new() intentionally not implemented, and delete/deconstructor should never be used.
66 static void* operator new(size_t size) = delete; /** PURPOSELY OMITTED **/
67 static void* operator new(size_t size, LinearAllocator& allocator) {
810 // of vertices we need in the new mesh
/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
539 void *operator new(size_t s) {
540 return User::operator new(s, 1);
608 Constant *C = new ConstantPlaceHolder(Ty, Context);
626 Value *V = new Argument(Ty);
651 // new value. If they reference more than one placeholder, update them all
665 // constant with a new constant that has *all* placeholder uses updated.
689 // Make the new constant.
1033 } else // Otherwise, create a new struct.
1062 } 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
814 void *operator new(size_t s) {
815 return User::operator new(s, 1);
883 Constant *C = new ConstantPlaceHolder(Ty, Context);
901 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 1581 milliseconds