Home
last modified time | relevance | path

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

1234

/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/compiler/utils/
Dallocation.h28 void* operator new(size_t size, ArenaAllocator* allocator) { in new() function
39 void* operator new(size_t size) { in new() function
Darena_bit_vector.h61 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
Ddedupe_set.h58 hashed_key.second = new Key(key); in Add()
68 lock_[i].reset(new Mutex(lock_name_[i].c_str())); in DedupeSet()
/art/compiler/optimizing/
Dssa_liveness_analysis.h150 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/
DAndroid.mk28 $(copy-file-to-new-target)
/art/test/038-inner-null/
Dexpected.txt1 new Special()
/art/test/044-proxy/
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/015-switch/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/007-count10/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/012-math/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/037-inherit/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/046-reflect/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/029-assert/
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/026-access/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/053-wait-some/
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
/art/test/009-instanceof/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/033-class-init-deadlock/
Dinfo.txt1 This is a miscellaneous test that was imported into the new-at-the-time
/art/test/035-enum/
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/025-access-controller/
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

1234