Searched defs:new (Results 1 - 8 of 8) sorted by relevance

/art/compiler/utils/
H A Dallocation.h27 // Allocate a new ArenaObject of 'size' bytes in the Arena.
28 void* operator new(size_t size, ArenaAllocator* allocator) {
39 void* operator new(size_t size) {
H A Darena_bit_vector.cc34 static void* operator new(size_t size, ArenaAlloc* arena) {
47 new (arena) ArenaBitVectorAllocator<ArenaAllocator>(arena)), kind_(kind) {
54 new (arena) ArenaBitVectorAllocator<ScopedArenaAllocator>(arena)), kind_(kind) {
H A Darena_bit_vector.h61 static void* operator new(size_t size, ArenaAllocator* arena) {
64 static void* operator new(size_t size, ScopedArenaAllocator* arena) {
H A Dgrowable_array.h94 // Expand the list size to at least new length.
202 static void* operator new(size_t size, ArenaAllocator* arena) {
/art/compiler/dex/
H A Dglobal_value_numbering.h58 static void* operator new(size_t size, ScopedArenaAllocator* allocator) {
68 // Allocate a new value name.
70 // TODO: No new values should be needed once we allow modifications.
84 // Look up a value in the global value map, adding a new entry if there was none before.
H A Dlocal_value_numbering.h80 static void* operator new(size_t size, ScopedArenaAllocator* allocator) {
H A Dmir_graph.h279 uint32_t arg[5]; /* vC/D/E/F/G in invoke or filled-new-array */
383 static void* operator new(size_t size, ArenaAllocator* arena) {
474 static void* operator new(size_t size, ArenaAllocator* arena) {
656 // NOTE: These formats include the rare filled-new-array/range.
833 * @details Can fail setting the new max if there are more temps being used than the new_max.
834 * @param new_max The new maximum number of non-special compiler temporaries.
872 * @brief Used to obtain a new unique compiler temporary.
/art/compiler/dex/quick/
H A Dmir_to_lir.h343 static void* operator new(size_t size, ArenaAllocator* arena) {
455 static void* operator new(size_t size, ArenaAllocator* arena) {
531 static void* operator new(size_t size, ArenaAllocator* arena) {
1349 * barrier, then it will be used as such. Otherwise, a new LIR will be generated
1352 * @return whether a new instruction was generated.
1730 // The memory reference type for new LIRs.

Completed in 3782 milliseconds