Home
last modified time | relevance | path

Searched refs:SymbolResolverProxy (Results 1 – 7 of 7) 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.h40 SymbolResolverProxy mResolver;
/frameworks/compile/libbcc/lib/Renderscript/
DRSExecutable.cpp40 SymbolResolverProxy &pResolver) { in Create()
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp348 SymbolResolverProxy runtime_resolver; in LoadAndRun()