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

  /art/compiler/optimizing/
builder.h 68 HLongConstant* GetLongConstant(int64_t constant);
builder.cc 503 HLongConstant* constant = GetLongConstant(value);
514 HLongConstant* constant = GetLongConstant(value);
521 HLongConstant* constant = GetLongConstant(instruction.VRegB_51l());
529 HLongConstant* constant = GetLongConstant(value);
789 HLongConstant* HGraphBuilder::GetLongConstant(int64_t constant) {

Completed in 66 milliseconds