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

/art/compiler/optimizing/
H A Dinstruction_builder.cc1106 HNewInstance* new_instance = new (allocator_) HNewInstance( local
1113 AppendInstruction(new_instance);
1115 return new_instance;
2709 HNewInstance* new_instance = local
2711 DCHECK(new_instance != nullptr);
2714 BuildConstructorFenceForAllocation(new_instance);

Completed in 1997 milliseconds