Home
last modified time | relevance | path

Searched refs:NewArray (Results 1 – 25 of 34) sorted by relevance

12

/external/scudo/standalone/
Dwrappers_cpp.cpp30 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]()
38 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]()
45 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]()
55 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]()
63 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]()
70 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]()
76 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size); in operator delete[]()
84 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]()
94 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]()
104 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size, in operator delete[]()
Dchunk.h57 NewArray = 2, enumerator
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dwrappers_cpp.cpp30 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]()
38 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray); in operator new[]()
45 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]()
55 return Allocator.allocate(size, scudo::Chunk::Origin::NewArray, in operator new[]()
63 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]()
70 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]()
76 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size); in operator delete[]()
84 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]()
94 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]()
104 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size, in operator delete[]()
Dchunk.h57 NewArray = 2, enumerator
/external/javassist/src/test/test2/
DNewArray.classNewArray.java package test2 public test2.NewArray extends java.lang.Object { public void < ...
DNewArray.java4 public class NewArray { class
/external/pdfium/fxjs/
Dcjs_color.cpp58 array = pRuntime->NewArray(); in ConvertPWLColorToArray()
62 array = pRuntime->NewArray(); in ConvertPWLColorToArray()
67 array = pRuntime->NewArray(); in ConvertPWLColorToArray()
74 array = pRuntime->NewArray(); in ConvertPWLColorToArray()
253 return CJS_Result::Success(pRuntime->NewArray()); in GetPropertyHelper()
295 return CJS_Result::Success(pRuntime->NewArray()); in convert()
Dcjs_globalarrays.cpp12 v8::Local<v8::Array> array = (rt)->NewArray(); \
Dcfx_v8.h25 v8::Local<v8::Array> NewArray();
Dcfx_v8_unittest.cpp172 TEST_F(FXV8UnitTest, NewArray) { in TEST_F() argument
177 auto array = cfx_v8()->NewArray(); in TEST_F()
Dcjs_field.cpp1012 v8::Local<v8::Array> SelArray = pRuntime->NewArray(); in get_current_value_indices()
1018 return CJS_Result::Success(pRuntime->NewArray()); in get_current_value_indices()
1220 v8::Local<v8::Array> ExportValuesArray = pRuntime->NewArray(); in get_export_values()
1325 return CJS_Result::Success(pRuntime->NewArray()); in get_fill_color()
1525 v8::Local<v8::Array> PageArray = pRuntime->NewArray(); in get_page()
1696 v8::Local<v8::Array> rcArray = pRuntime->NewArray(); in get_rect()
1856 return CJS_Result::Success(pRuntime->NewArray()); in get_stroke_color()
1957 return CJS_Result::Success(pRuntime->NewArray()); in get_text_color()
2098 v8::Local<v8::Array> ValueArray = pRuntime->NewArray(); in get_value()
2388 v8::Local<v8::Array> FormFieldArray = pRuntime->NewArray(); in getArray()
Dcjs_publicmethods_embeddertest.cpp197 auto ary = runtime.NewArray(); in TEST_F()
Dcjs_publicmethods.cpp326 v8::Local<v8::Array> StrArray = pRuntime->NewArray(); in AF_MakeArrayFromList()
657 v8::Local<v8::Array> arColor = pRuntime->NewArray(); in AFNumber_Format()
668 v8::Local<v8::Array> arColor = pRuntime->NewArray(); in AFNumber_Format()
1433 v8::Local<v8::Array> nums = pRuntime->NewArray(); in AFExtractNums()
Dcfx_v8.cpp62 v8::Local<v8::Array> CFX_V8::NewArray() { in NewArray() function in CFX_V8
Dcjs_document.cpp524 array = pRuntime->NewArray(); in resetForm()
1048 v8::Local<v8::Array> annots = pRuntime->NewArray(); in getAnnots()
1124 v8::Local<v8::Array> Icons = pRuntime->NewArray(); in get_icons()
/external/javassist/src/main/javassist/expr/
DExprEditor.java237 expr = new NewArray(pos, iterator, clazz, minfo, c); in loopBody()
238 edit((NewArray)expr); in loopBody()
276 public void edit(NewArray a) throws CannotCompileException {} in edit()
DNewArray.java45 public class NewArray extends Expr { class
48 protected NewArray(int pos, CodeIterator i, CtClass declaring, in NewArray() method in NewArray
/external/icu/libicu/cts_headers/unicode/
Duobject.h120 static void * NewArray(int size, int count);
/external/icu/icu4c/source/common/unicode/
Duobject.h120 static void * NewArray(int size, int count);
/external/libchrome/mojo/public/tools/bindings/generators/
Dmojom_java_generator.py311 def NewArray(context, kind, size): function
313 return NewArray(context, kind.kind, size) + '[]'
454 'new_array': NewArray,
/external/mesa3d/src/mesa/main/
Dstate.c582 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in set_vertex_processing_mode()
647 ctx->NewDriverState |= ctx->DriverFlags.NewArray; in _mesa_set_draw_vao()
/external/mtools/
Dhash.c67 H->entries = NewArray(size, T_HashTableEl); in alloc_ht()
DdirCache.c149 (*dcp)->entries = NewArray((slot+1)*2+5, dirCacheEntry_t *); in allocDirCache()
Dmtools.h288 #define NewArray(size,type) ((type*)(calloc((size),sizeof(type)))) macro
/external/libchrome/base/process/
Dmemory_unittest.cc170 TEST_F(OutOfMemoryDeathTest, NewArray) { in TEST_F() argument

12