Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Druntime_intrinsics.cc95 #define IS_INTRINSIC_INITIALIZED(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in AreAllIntrinsicsInitialized() argument
100 MethodName, \ in AreAllIntrinsicsInitialized()
113 #define INITIALIZE_INTRINSIC(Name, InvokeType, _, __, ___, ClassName, MethodName, Signature) \ in InitializeIntrinsics() argument
118 MethodName, \ in InitializeIntrinsics()
/aosp12/frameworks/layoutlib/create/
H A DREADME.txt228 This strategy is used to override method implementations. Given a method SomeClass.MethodName(), 1
233 b- A brand new implementation of SomeClass.MethodName() which calls to a non-existing static method
234 named SomeClass_Delegate.MethodName(). The implementation of this 'delegate' method is done in
/aosp12/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1391 const std::string MethodName = "reduce_" + ER->getNameReduce(); in genExportReduceArrayVariant() local
1397 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceArrayVariant()
1440 …mOut.indent() << ResultTypeName << " result = " << MethodName << "(" << InputAllocationOutgoingArg… in genExportReduceArrayVariant()
1472 const std::string MethodName = "reduce_" + ER->getNameReduce(); in genExportReduceAllocationVariant() local
1479 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant()
1480 mOut.indent() << "return " << MethodName << "("; in genExportReduceAllocationVariant()
1499 startFunction(AM_Public, false, ResultTypeName.c_str(), MethodName, Args); in genExportReduceAllocationVariant()