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

  /external/autotest/client/site_tests/video_VideoEncodeAccelerator/
video_VideoEncodeAccelerator.py 99 for (board_key, profile_key, size_key), value in blacklist.items():
101 (profile_key is None or profile == profile_key) and
  /art/runtime/jit/
profile_compilation_info.cc 367 dex_data.profile_key.size() +
395 if (dex_data.profile_key.size() >= kMaxDexFileKeyLength) {
402 DCHECK_LE(dex_data.profile_key.size(), std::numeric_limits<uint16_t>::max());
405 AddUintToBuffer(&buffer, static_cast<uint16_t>(dex_data.profile_key.size()));
411 AddStringToBuffer(&buffer, dex_data.profile_key);
562 const std::string& profile_key,
565 const auto profile_index_it = profile_key_map_.FindOrAdd(profile_key, profile_key_map_.size());
572 profile_key_map_.erase(profile_key);
581 profile_key,
592 LOG(WARNING) << "Checksum mismatch for dex " << profile_key;
    [all...]
profile_compilation_info.h 461 // Note that we could do without profile_key (the key used to encode the dex
473 profile_key(key),
515 std::string profile_key; member in struct:art::ProfileCompilationInfo::DexFileData
553 DexFileData* GetOrAddDexFileData(const std::string& profile_key,
587 const DexFileData* FindDexData(const std::string& profile_key,
    [all...]
  /art/dex2oat/
dex2oat_test.cc 674 std::string profile_key = ProfileCompilationInfo::GetProfileDexFileKey(dex_location); local
676 info.AddClassIndex(profile_key, checksum, dex::TypeIndex(1 + i), kMaxMethodIds);
    [all...]

Completed in 948 milliseconds