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

  /frameworks/base/libs/hwui/
PatchCache.cpp 23 #include "PatchCache.h"
33 PatchCache::PatchCache():
46 PatchCache::~PatchCache() {
50 void PatchCache::init(Caches& caches) {
69 hash_t PatchCache::PatchDescription::hash() const {
78 int PatchCache::PatchDescription::compare(const PatchCache::PatchDescription& lhs,
79 const PatchCache::PatchDescription& rhs)
    [all...]
PatchCache.h 51 class PatchCache {
53 PatchCache();
54 ~PatchCache();
184 }; // class PatchCache
  /external/chromium_org/v8/src/
ic.cc 809 void IC::PatchCache(Handle<HeapType> type,
893 PatchCache(type, name, code);
    [all...]

Completed in 237 milliseconds