Home
last modified time | relevance | path

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

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