Home
last modified time | relevance | path

Searched refs:SymbolResolverProxy (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
DSymbolResolverProxy.h27 class SymbolResolverProxy : public SymbolResolverInterface {
32 SymbolResolverProxy() { } in SymbolResolverProxy() function
/frameworks/compile/libbcc/lib/ExecutionEngine/
DSymbolResolverProxy.cpp21 void *SymbolResolverProxy::getAddress(const char *pName) { in getAddress()
33 void SymbolResolverProxy::chainResolver(SymbolResolverInterface &pResolver) { in chainResolver()
DAndroid.mk29 SymbolResolverProxy.cpp \
/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSExecutable.h33 class SymbolResolverProxy; variable
71 SymbolResolverProxy &pResolver);
DRSCompilerDriver.h124 SymbolResolverProxy& pResolver);
/frameworks/rs/cpu_ref/
DrsCpuScript.h142 bcc::SymbolResolverProxy mResolver;
/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp40 SymbolResolverProxy &pResolver) { in Create()
DRSCompilerDriver.cpp72 SymbolResolverProxy& pResolver) { in loadScript()