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

  /art/compiler/utils/x86/
assembler_x86.h 790 bool IsConstantAreaEmpty() const { return constant_area_.IsEmpty(); }
  /art/compiler/utils/x86_64/
assembler_x86_64.h 847 bool IsConstantAreaEmpty() const { return constant_area_.GetSize() == 0; }
    [all...]

Completed in 90 milliseconds