Searched defs:new (Results 1 - 5 of 5) sorted by last modified time

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp119 default: // Map unknown/new linkages to external
209 void *operator new(size_t s) {
210 return User::operator new(s, 1);
278 Constant *C = new ConstantPlaceHolder(Ty, Context);
296 Value *V = new Argument(Ty);
321 // new value. If they reference more than one placeholder, update them all
336 // constant with a new constant that has *all* placeholder uses updated.
360 // Make the new constant.
403 // Deleting PrevVal sets Idx value in MDValuePtrs to null. Set new
674 } else // Otherwise, create a new struc
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp79 /// from the eh_selector call to the new landingpad instruction.
135 /// This function upgrades the old pre-3.0 exception handling system to the new
191 ExnSlot = new AllocaInst(ExnTy, "exn", Entry->getTerminator());
192 SelSlot = new AllocaInst(SelTy, "sel", Entry->getTerminator());
202 BasicBlock *NewBB = BasicBlock::Create(Context, "new.lpad",
360 default: // Map unknown/new linkages to external
488 void *operator new(size_t s) {
489 return User::operator new(s, 1);
557 Constant *C = new ConstantPlaceHolder(Ty, Context);
575 Value *V = new Argumen
[all...]
/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 DDisplayListOp.h65 // standard new() intentionally not implemented, and delete/deconstructor should never be used.
68 /** static void* operator new(size_t size); PURPOSELY OMITTED **/
69 static void* operator new(size_t size, LinearAllocator& allocator) {
875 // of vertices we need in the new mesh
H A DSnapshot.h46 /** static void* operator new(size_t size); PURPOSELY OMITTED, allocator only **/
47 static void* operator new(size_t size, LinearAllocator& allocator) {
91 * a new layer.
99 * Viewport has been modified to fit the new Fbo, and must be
111 * Modifies the current clip with the new clip rectangle and
119 * Modifies the current clip with the new clip rectangle and

Completed in 1382 milliseconds