Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 104) sorted by relevance

12345

/art/test/303-verification-stress/
Dexpected.txt2 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/
Db_22331663.smali13 # 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;
Db_22331663_pass.smali10 new-instance v4, Ljava/lang/Object;
18 new-instance v0, Ljava/lang/Object;
/art/test/412-new-array/smali/
Dfilled_new_array.smali7 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
Dfilled_new_array_verify_error.smali7 filled-new-array {v1, v2}, [Ljava/lang/Integer;
/art/runtime/base/
Darena_object.h31 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/
Dinfo.txt1 Simple tests for new-array, filled-new-array and fill-array-data.
/art/test/435-new-instance/
Dinfo.txt1 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/
Dinstance.smali27 new-instance v1, LTestInterface;
35 new-instance v1, LTestClass;
43 new-instance v1, Lpkg/ProtectedClass;
51 new-instance v1, LUnknownClass;
/art/compiler/optimizing/
Dssa_liveness_analysis.h83 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/
DAndroid.mk28 $(copy-file-to-new-target)
38 $(copy-file-to-new-target)
/art/cmdline/
Dtoken_range.h41 : 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/
DMain.java.in26 Main m = new Main();
45 Object lock = new Object();
/art/test/038-inner-null/
Dexpected.txt1 new Special()
/art/tools/dexfuzz/
DAndroid.mk36 $(copy-file-to-new-target)
/art/test/043-privates/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/044-proxy/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/039-join-main/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/041-narrowing/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/023-many-interfaces/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/010-instance/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/018-stack-overflow/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/019-wrong-array-type/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/020-string/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/047-returns/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time

12345