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

/art/compiler/optimizing/
H A Dbuilder.cc159 T* comparison = new (arena_) T(value, GetIntConstant(0));
291 HInstruction* second = GetIntConstant(instruction.VRegC_22s());
302 HInstruction* second = GetIntConstant(instruction.VRegC_22b());
471 HIntConstant* constant = GetIntConstant(instruction.VRegB_11n());
478 HIntConstant* constant = GetIntConstant(instruction.VRegB_21s());
485 HIntConstant* constant = GetIntConstant(instruction.VRegB_31i());
492 HIntConstant* constant = GetIntConstant(instruction.VRegB_21h() << 16);
777 HIntConstant* HGraphBuilder::GetIntConstant(int32_t constant) { function in class:art::HGraphBuilder

Completed in 491 milliseconds