HomeSort by relevance Sort by last modified time
    Searched refs:GetIntConstant (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
builder.h 67 HIntConstant* GetIntConstant(int32_t constant);
builder.cc 159 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) {

Completed in 267 milliseconds