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
36
class
AssemblyKeyBase
{
38
virtual ~
AssemblyKeyBase
() { }
39
virtual int compare_type(const
AssemblyKeyBase
& key) const = 0;
43
class AssemblyKey : public
AssemblyKeyBase
47
virtual int compare_type(const
AssemblyKeyBase
& key) const {
87
sp<Assembly> lookup(const
AssemblyKeyBase
& key) const;
89
int cache(const
AssemblyKeyBase
& key,
106
const
AssemblyKeyBase
* mKey;
109
explicit key_t(const
AssemblyKeyBase
& k) : mKey(&k) { }
CodeCache.cpp
162
sp<Assembly> CodeCache::lookup(const
AssemblyKeyBase
& keyBase) const
176
int CodeCache::cache( const
AssemblyKeyBase
& keyBase,
Completed in 42 milliseconds