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
33
class
AssemblyKeyBase
{
35
virtual ~
AssemblyKeyBase
() { }
36
virtual int compare_type(const
AssemblyKeyBase
& key) const = 0;
40
class AssemblyKey : public
AssemblyKeyBase
44
virtual int compare_type(const
AssemblyKeyBase
& key) const {
84
sp<Assembly> lookup(const
AssemblyKeyBase
& key) const;
86
int cache( const
AssemblyKeyBase
& key,
103
const
AssemblyKeyBase
* mKey;
106
key_t(const
AssemblyKeyBase
& k) : mKey(&k) { }
CodeCache.cpp
96
sp<Assembly> CodeCache::lookup(const
AssemblyKeyBase
& keyBase) const
110
int CodeCache::cache( const
AssemblyKeyBase
& keyBase,
Completed in 313 milliseconds