Searched defs:NewArray (Results 1 – 9 of 9) sorted by relevance
45 T* NewArray(size_t size) { in NewArray() function
29 public class NewArray extends Expr { class32 protected NewArray(int pos, CodeIterator i, CtClass declaring, in NewArray() method in NewArray
4 public class NewArray { class
61 v8::Local<v8::Array> CJS_V8::NewArray() { in NewArray() function in CJS_V8
176 TEST_F(FXJSV8EmbedderTest, NewArray) { in TEST_F() argument
48 T* NewArray(size_t length) { in NewArray() function
301 def NewArray(context, kind, size): function
3365 const ArrayType *NewArray = Context.getAsArrayType(New->getType()); in MergeVarDeclTypes() local
4214 uint64_t NewArray; member