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

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.h50 /** static void* operator new(size_t size); PURPOSELY OMITTED **/
51 static void* operator new(size_t size, LinearAllocator& allocator) {
126 return new (mAllocator) DeferredDisplayState();
H A DSnapshot.h47 /** static void* operator new(size_t size); PURPOSELY OMITTED, allocator only **/
48 static void* operator new(size_t size, LinearAllocator& allocator) {
68 /** static void* operator new(size_t size); PURPOSELY OMITTED, allocator only **/
69 static void* operator new(size_t size, LinearAllocator& allocator) {
103 * a new layer.
111 * Viewport has been modified to fit the new Fbo, and must be
123 * Modifies the current clip with the new clip rectangle and
131 * Modifies the current clip with the new clip rectangle and
H A DDisplayListOp.h62 // standard new() intentionally not implemented, and delete/deconstructor should never be used.
65 static void* operator new(size_t size) = delete; /** PURPOSELY OMITTED **/
66 static void* operator new(size_t size, LinearAllocator& allocator) {
828 // of vertices we need in the new mesh
/frameworks/base/libs/hwui/utils/
H A DLinearAllocator.cpp84 void* operator new(std::size_t size, android::uirenderer::LinearAllocator& la) {
100 void* operator new(size_t /*size*/, void* buf) { return buf; }
198 auto node = new (*this) DestructorNode();
244 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",
671 default: // Map unknown/new linkages to external
815 void *operator new(size_t s) {
816 return User::operator new(s, 1);
884 Constant *C = new ConstantPlaceHolder(Ty, Context);
902 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 671 milliseconds