Home
last modified time | relevance | path

Searched refs:GetOrCreateGlobalContext (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/compile/libbcc/include/bcc/
H A DBCCContext.h46 static BCCContext *GetOrCreateGlobalContext();
/aosp12/frameworks/compile/libbcc/lib/
H A DBCCContext.cpp29 BCCContext *BCCContext::GetOrCreateGlobalContext() { in GetOrCreateGlobalContext() function in BCCContext