HomeSort by relevance Sort by last modified time
    Searched refs:PatchCache (Results 1 - 7 of 7) 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
Android.mk 41 PatchCache.cpp \
Caches.h 45 #include "PatchCache.h"
339 PatchCache patchCache;
DisplayListOp.h 857 if (!mMesh || renderer.getCaches().patchCache.getGenerationId() != mGenerationId) {
858 PatchCache& cache = renderer.getCaches().patchCache;
    [all...]
  /external/chromium_org/v8/src/
ic.h 218 void PatchCache(Handle<HeapType> type,
    [all...]
ic.cc 809 void IC::PatchCache(Handle<HeapType> type,
893 PatchCache(type, name, code);
    [all...]

Completed in 319 milliseconds