Home
last modified time | relevance | path

Searched refs:BuildNewInstance (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.h280 HNewInstance* BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc);
Dinstruction_builder.cc1124 HNewInstance* HInstructionBuilder::BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildNewInstance() function in art::HInstructionBuilder
3152 BuildNewInstance(dex::TypeIndex(instruction.VRegB_21c()), dex_pc); in ProcessDexInstruction()