Home
last modified time | relevance | path

Searched refs:GA (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/rsov/driver/
DrsovScript.cpp452 const android::renderscript::Allocation *GA = in MarshalTypeInfo() local
454 const android::renderscript::Type *T = GA->getType(); in MarshalTypeInfo()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1554 auto *GA = dyn_cast<GlobalAlias>(&C); in getGlobalObjectInExpr() local
1555 if (GA) in getGlobalObjectInExpr()
1556 return getGlobalObjectInExpr(Map, *Map.find(GA)->second); in getGlobalObjectInExpr()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp1847 auto *GA = dyn_cast<GlobalAlias>(&C); in getGlobalObjectInExpr() local
1848 if (GA) in getGlobalObjectInExpr()
1849 return getGlobalObjectInExpr(Map, *Map.find(GA)->second); in getGlobalObjectInExpr()