OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AssemblyKeyBase
(Results
1 - 2
of
2
) sorted by null
/system/core/libpixelflinger/codeflinger/
CodeCache.h
34
class
AssemblyKeyBase
{
36
virtual ~
AssemblyKeyBase
() { }
37
virtual int compare_type(const
AssemblyKeyBase
& key) const = 0;
41
class AssemblyKey : public
AssemblyKeyBase
45
virtual int compare_type(const
AssemblyKeyBase
& key) const {
88
sp<Assembly> lookup(const
AssemblyKeyBase
& key) const;
90
int cache( const
AssemblyKeyBase
& key,
107
const
AssemblyKeyBase
* mKey;
110
key_t(const
AssemblyKeyBase
& k) : mKey(&k) { }
CodeCache.cpp
118
sp<Assembly> CodeCache::lookup(const
AssemblyKeyBase
& keyBase) const
132
int CodeCache::cache( const
AssemblyKeyBase
& keyBase,
Completed in 44 milliseconds