Searched refs:new (Results 1 – 25 of 80) sorted by relevance
1234
/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/compiler/utils/ |
D | allocation.h | 28 void* operator new(size_t size, ArenaAllocator* allocator) { in new() function 39 void* operator new(size_t size) { in new() function
|
D | arena_bit_vector.h | 61 static void* operator new(size_t size, ArenaAllocator* arena) { in new() function 64 static void* operator new(size_t size, ScopedArenaAllocator* arena) { in new() function
|
D | dedupe_set.h | 58 hashed_key.second = new Key(key); in Add() 68 lock_[i].reset(new Mutex(lock_name_[i].c_str())); in DedupeSet()
|
/art/compiler/optimizing/ |
D | ssa_liveness_analysis.h | 150 LiveInterval* interval = new (allocator) LiveInterval(allocator, type); in MakeFixedInterval() 167 … first_range_ = last_range_ = new (allocator_) LiveRange(start_block_position, position, nullptr); in AddUse() 177 first_range_ = new (allocator_) LiveRange(start_block_position, position, first_range_); in AddUse() 179 first_use_ = new (allocator_) UsePosition( in AddUse() 185 first_use_ = new (allocator_) UsePosition( in AddPhiUse() 191 first_range_ = last_range_ = new (allocator_) LiveRange(start, end, first_range_); in AddRange() 198 first_range_ = new (allocator_) LiveRange(start, end, first_range_); in AddRange() 210 first_range_ = last_range_ = new (allocator_) LiveRange(start, end, nullptr); in AddLoopRange() 228 first_range_ = last_range_ = new (allocator_) LiveRange(from, from + 2, nullptr); in SetFrom() 353 LiveInterval* new_interval = new (allocator_) LiveInterval(allocator_, type_); in SplitAt() [all …]
|
/art/tools/ |
D | Android.mk | 28 $(copy-file-to-new-target)
|
/art/test/038-inner-null/ |
D | expected.txt | 1 new Special()
|
/art/test/044-proxy/ |
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/015-switch/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/007-count10/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/012-math/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/037-inherit/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/046-reflect/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/029-assert/ |
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/026-access/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/053-wait-some/ |
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
|
/art/test/009-instanceof/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/033-class-init-deadlock/ |
D | info.txt | 1 This is a miscellaneous test that was imported into the new-at-the-time
|
/art/test/035-enum/ |
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/025-access-controller/ |
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
|
1234