Searched refs:new (Results 1 – 25 of 104) sorted by relevance
12345
/art/test/303-verification-stress/ |
D | expected.txt | 2 Create new Test000 3 Create new Test001 4 Create new Test002 5 Create new Test003 6 Create new Test004 7 Create new Test005 8 Create new Test006 9 Create new Test007 10 Create new Test008 11 Create new Test009 [all …]
|
/art/test/800-smali/smali/ |
D | b_22331663.smali | 13 # Construct a java.lang.Object completely, and throw a new exception. 14 new-instance v4, Ljava/lang/Object; 17 new-instance v3, Ljava/lang/RuntimeException; 22 # Allocate a java.lang.Object (do not initialize), and throw a new exception. 23 new-instance v4, Ljava/lang/Object; 25 new-instance v3, Ljava/lang/RuntimeException;
|
D | b_22331663_pass.smali | 10 new-instance v4, Ljava/lang/Object; 18 new-instance v0, Ljava/lang/Object;
|
/art/test/412-new-array/smali/ |
D | filled_new_array.smali | 7 filled-new-array {v1, v2, v3}, [I 14 filled-new-array {v1, v2}, [Ljava/lang/Object; 21 filled-new-array {v1, v2}, [[I 28 filled-new-array/range {v1 .. v3}, [I 35 filled-new-array/range {v1 .. v2}, [Ljava/lang/Object; 42 filled-new-array/range {v1 .. v2}, [[I
|
D | filled_new_array_verify_error.smali | 7 filled-new-array {v1, v2}, [Ljava/lang/Integer;
|
/art/runtime/base/ |
D | arena_object.h | 31 void* operator new(size_t size, ArenaAllocator* allocator) { 35 static void* operator new(size_t size, ScopedArenaAllocator* arena) { 52 void* operator new(size_t size, ArenaAllocator* allocator) { 56 static void* operator new(size_t size, ScopedArenaAllocator* arena) {
|
/art/test/412-new-array/ |
D | info.txt | 1 Simple tests for new-array, filled-new-array and fill-array-data.
|
/art/test/435-new-instance/ |
D | info.txt | 1 Tests that new-instance throws: 6 This also verifies that we don't remove dead (code) new-instances which may
|
/art/test/435-new-instance/smali/ |
D | instance.smali | 27 new-instance v1, LTestInterface; 35 new-instance v1, LTestClass; 43 new-instance v1, Lpkg/ProtectedClass; 51 new-instance v1, LUnknownClass;
|
/art/compiler/optimizing/ |
D | ssa_liveness_analysis.h | 83 return new (allocator) LiveRange( in Dup() 146 return new (allocator) UsePosition( in Dup() 212 return new (allocator) LiveInterval(allocator, type, instruction); 216 return new (allocator) LiveInterval( in MakeSlowPathInterval() 221 return new (allocator) LiveInterval(allocator, type, nullptr, true, reg, false); in MakeFixedInterval() 225 return new (allocator) LiveInterval(allocator, type, nullptr, false, kNoRegister, true); in MakeTempInterval() 239 first_use_ = new (allocator_) UsePosition( in AddTempUse() 282 UsePosition* new_use = new (allocator_) UsePosition( 292 first_env_use_ = new (allocator_) UsePosition( 295 first_use_ = new (allocator_) UsePosition( [all …]
|
/art/tools/ |
D | Android.mk | 28 $(copy-file-to-new-target) 38 $(copy-file-to-new-target)
|
/art/cmdline/ |
D | token_range.h | 41 : token_list_(new TokenList(token_list)), in TokenRange() 49 : token_list_(new TokenList(it_begin, it_end)), in TokenRange() 59 : token_list_(new TokenList(it_begin, it_end)), 69 : token_list_(new TokenList(&token_list[0], &token_list[length])), in TokenRange() 76 : token_list_(new TokenList(std::forward<TokenList>(token_list))), in TokenRange() 326 return std::unique_ptr<TokenRange>(new TokenRange(std::move(new_token_list))); in MatchSubstrings()
|
/art/test/702-LargeBranchOffset/src/ |
D | Main.java.in | 26 Main m = new Main(); 45 Object lock = new Object();
|
/art/test/038-inner-null/ |
D | expected.txt | 1 new Special()
|
/art/tools/dexfuzz/ |
D | Android.mk | 36 $(copy-file-to-new-target)
|
/art/test/043-privates/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/044-proxy/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/039-join-main/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/041-narrowing/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/023-many-interfaces/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/010-instance/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/018-stack-overflow/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/019-wrong-array-type/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/020-string/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/047-returns/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
12345