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

  /external/v8/src/snapshot/
serializer-common.cc 49 void SerializedData::AllocateData(int size) {
  /art/runtime/jit/
jit_code_cache.cc 418 result = AllocateData(size);
427 result = AllocateData(size);
863 uint8_t* data = AllocateData(profile_info_size);
    [all...]

Completed in 246 milliseconds