Home
last modified time | relevance | path

Searched refs:BCCContextImpl (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/libbcc/lib/
DBCCContextImpl.h31 class BCCContextImpl {
39 explicit BCCContextImpl(BCCContext &pContext) { } in BCCContextImpl() function
40 ~BCCContextImpl();
DBCCContextImpl.cpp27 BCCContextImpl::~BCCContextImpl() { in ~BCCContextImpl()
DBCCContext.cpp44 BCCContext::BCCContext() : mImpl(new BCCContextImpl(*this)) { } in BCCContext()
DAndroid.bp23 "BCCContextImpl.cpp",
/frameworks/compile/libbcc/include/bcc/
DBCCContext.h26 class BCCContextImpl; variable
34 BCCContextImpl *const mImpl;