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

  /art/compiler/utils/
assembler.cc 42 limit_ = ComputeLimit(contents_, kInitialBufferCapacity);
99 limit_ = ComputeLimit(new_contents, new_capacity);
assembler.h 343 static byte* ComputeLimit(byte* data, size_t capacity) {

Completed in 1296 milliseconds