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

  /art/compiler/utils/x86_64/
assembler_x86_64.h 289 int AddInt64(int64_t v);
762 int AddInt64(int64_t v) { return constant_area_.AddInt64(v); }
assembler_x86_64.cc     [all...]

Completed in 1782 milliseconds