Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h290 bool BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc);
Dinstruction_builder.cc944 bool HInstructionBuilder::BuildNewInstance(dex::TypeIndex type_index, uint32_t dex_pc) { in BuildNewInstance() function in art::HInstructionBuilder
2516 if (!BuildNewInstance(dex::TypeIndex(instruction.VRegB_21c()), dex_pc)) { in ProcessDexInstruction()