Home
last modified time | relevance | path

Searched refs:getStrategy (Results 1 – 21 of 21) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp115 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly()
134 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly()
DErlangGCPrinter.cpp63 if (MD.getStrategy().getName() != getStrategy().getName()) in finishAssembly()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp120 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly()
139 if (FI.getStrategy().getName() != getStrategy().getName()) in finishAssembly()
DErlangGCPrinter.cpp60 if (MD.getStrategy().getName() != getStrategy().getName()) in finishAssembly()
/external/llvm/lib/CodeGen/
DGCRootLowering.cpp190 GCStrategy &S = FI.getStrategy(); in runOnFunction()
285 if (FI->getStrategy().needsSafePoint(GC::PreCall)) { in VisitCallPoint()
290 if (FI->getStrategy().needsSafePoint(GC::PostCall)) { in VisitCallPoint()
348 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DGCRootLowering.cpp189 GCStrategy &S = FI.getStrategy(); in runOnFunction()
284 if (FI->getStrategy().needsSafePoint(GC::PreCall)) { in VisitCallPoint()
289 if (FI->getStrategy().needsSafePoint(GC::PostCall)) { in VisitCallPoint()
347 if (FI->getStrategy().needsSafePoints()) in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DGCStrategy.cpp254 GCStrategy &S = FI.getStrategy(); in runOnFunction()
364 if (FI->getStrategy().needsSafePoint(GC::PreCall)) { in VisitCallPoint()
369 if (FI->getStrategy().needsSafePoint(GC::PostCall)) { in VisitCallPoint()
399 if (!FI->getStrategy().needsSafePoints()) in runOnMachineFunction()
/external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DDeflateCompressorTest.java101 Assert.assertEquals(Deflater.DEFAULT_STRATEGY, compressor.getStrategy());
138 Assert.assertEquals(strategy, compressor.getStrategy());
264 Assert.assertNotEquals(1, compressor.getStrategy()); // Ensure test is valid
/external/desugar/test/java/com/google/devtools/build/android/desugar/
DDesugarTryWithResourcesFunctionalTest.java51 fail("unexpected desugaring strategy " + ThrowableExtension.getStrategy()); in testPrintStackTraceOfCaughtException()
66 fail("unexpected desugaring strategy " + ThrowableExtension.getStrategy()); in testCheckSuppressedExceptionReturningOneSuppressedException()
DTryWithResourcesRewriterTest.java121 fail("unexpected desugaring strategy " + ThrowableExtension.getStrategy()); in testPrintStackTraceOfCaughtException()
149 fail("unexpected desugaring strategy " + ThrowableExtension.getStrategy()); in testCheckSuppressedExceptionReturningOneSuppressedException()
194 fail("unexpected desugaring strategy " + ThrowableExtension.getStrategy()); in testSimpleTryWithResources()
/external/llvm/include/llvm/CodeGen/
DGCMetadataPrinter.h51 GCStrategy &getStrategy() { return *S; } in getStrategy() function
DGCMetadata.h107 GCStrategy &getStrategy() { return S; } in getStrategy() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DGCMetadataPrinter.h54 GCStrategy &getStrategy() { return *S; } in getStrategy() function
DGCMetadata.h110 GCStrategy &getStrategy() { return S; } in getStrategy() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCMetadataPrinter.h56 GCStrategy &getStrategy() { return *S; } in getStrategy() function
DGCMetadata.h115 GCStrategy &getStrategy() { return S; } in getStrategy() function
/external/emma/core/java12/com/vladium/util/
DClassLoaderResolver.java112 public static synchronized IClassLoadStrategy getStrategy () in getStrategy() method in ClassLoaderResolver
/external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
DDeflateCompressor.java118 public int getStrategy() { in getStrategy() method in DeflateCompressor
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp428 GCStrategy &S = GFI->getStrategy(); in lowerStatepointMetaArgs()
744 assert(GFI->getStrategy().useStatepoints() && in LowerStatepoint()
900 if (auto IsManaged = GFI->getStrategy().isGCManagedPointer(Ty)) in visitGCRelocate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp463 GCStrategy &S = GFI->getStrategy(); in lowerStatepointMetaArgs()
803 assert(GFI->getStrategy().useStatepoints() && in LowerStatepoint()
960 if (auto IsManaged = GFI->getStrategy().isGCManagedPointer(Ty)) in visitGCRelocate()
/external/desugar/java/com/google/devtools/build/android/desugar/runtime/
DThrowableExtension.java79 public static AbstractDesugaringStrategy getStrategy() { in getStrategy() method in ThrowableExtension