/art/dex2oat/linker/ |
D | image_test.cc | 34 CompilationHelper helper; in TEST_F() local 47 CompilationHelper helper; in TEST_F() local 110 CompilationHelper helper; in TEST_F() local 170 CompilationHelper helper; in TEST_F() local 180 CompilationHelper helper; in TEST_F() local 202 CompilationHelper helper; in TEST_F() local
|
D | image_write_read_test.cc | 29 CompilationHelper helper; in TestWriteRead() local
|
D | image_test.h | 351 CompilationHelper& helper, in Compile()
|
D | image_writer.cc | 1613 VisitReferencesVisitor(LayoutHelper* helper, size_t oat_index) in VisitReferencesVisitor()
|
/art/compiler/optimizing/ |
D | superblock_cloner_test.cc | 308 LoopClonerHelper helper(loop_info, &bb_map, &hir_map, /* induction_range= */ nullptr); in TEST_F() local 345 LoopClonerHelper helper(loop_info, &bb_map, &hir_map, /* induction_range= */ nullptr); in TEST_F() local 383 LoopClonerHelper helper(loop_info, &bb_map, &hir_map, /* induction_range= */ nullptr); in TEST_F() local 447 LoopClonerSimpleHelper helper(loop_info, /* induction_range= */ nullptr); in TEST_F() local 496 LoopClonerSimpleHelper helper(loop1_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F() local 542 LoopClonerSimpleHelper helper(loop3_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F() local 607 LoopClonerSimpleHelper helper(loop3_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F() local
|
D | loop_optimization.cc | 434 LoopClonerSimpleHelper helper(loop_info, induction_range); in PeelByCount() local 890 LoopClonerSimpleHelper helper(loop_info, &induction_range_); in TryUnrollingForBranchPenaltyReduction() local 915 LoopClonerSimpleHelper helper(loop_info, &induction_range_); in TryPeelingForLoopInvariantExitsElimination() local
|
D | superblock_cloner.cc | 1146 LoopClonerHelper helper( in IsLoopClonable() local
|
D | load_store_elimination.cc | 3095 HeapReferenceData(PartialLoadStoreEliminationHelper* helper, in HeapReferenceData() 3762 HInstruction* LSEVisitor::SetupPartialMaterialization(PartialLoadStoreEliminationHelper& helper, in SetupPartialMaterialization() 3863 PartialLoadStoreEliminationHelper helper(this, &saa); in MovePartialEscapes() local
|
D | nodes.cc | 458 ReachabilityAnalysisHelper helper(this, &reachability_graph_, GetArenaStack()); in ComputeReachabilityInformation() local
|
/art/test/626-const-class-linking/src/ |
D | Main.java | 46 Class<?> helper = delegating_loader.loadClass("Helper1"); in testClearDexCache() local 103 Class<?> helper = misbehaving_loader.loadClass("Helper1"); in testMisbehavingLoader() local 313 private static WeakReference<Class<?>> wrapHelperGet(Class<?> helper) throws Exception { in wrapHelperGet()
|
/art/runtime/ |
D | runtime_image.cc | 349 explicit InternStringHash(RuntimeImageHelper* helper) : helper_(helper) {} in InternStringHash() 369 explicit InternStringEquals(RuntimeImageHelper* helper) : helper_(helper) {} in InternStringEquals() 392 explicit ClassDescriptorHash(RuntimeImageHelper* helper) : helper_(helper) {} in ClassDescriptorHash() 449 RuntimeImageHelper* helper, in PruneVisitor() 668 explicit NativePointerVisitor(RuntimeImageHelper* helper) : helper_(helper) {} in NativePointerVisitor()
|
D | class_linker.cc | 8862 LinkMethodsHelper<kRuntimePointerSize> helper(this, klass, self, runtime); in LinkMethods() local 8867 LinkMethodsHelper<kOtherPointerSize> helper(this, klass, self, runtime); in LinkMethods() local
|
/art/runtime/jit/ |
D | profile_saver.cc | 392 explicit CollectInternalVisitor(GetClassesAndMethodsHelper* helper) in CollectInternalVisitor() 783 GetClassesAndMethodsHelper helper(startup, options_, GetProfileSampleAnnotation()); in FetchAndCacheResolvedClassesAndMethods() local
|
/art/runtime/interpreter/mterp/armng/ |
D | main.S | 281 .macro NTERP_TRAMPOLINE name, helper
|
/art/runtime/interpreter/mterp/arm64ng/ |
D | main.S | 270 .macro NTERP_TRAMPOLINE name, helper
|
/art/runtime/interpreter/mterp/x86_64ng/ |
D | main.S | 235 .macro NTERP_TRAMPOLINE name, helper
|
/art/runtime/interpreter/mterp/x86ng/ |
D | main.S | 263 .macro NTERP_TRAMPOLINE name, helper
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 921 CollectAndReportRootsVisitor(FollowReferencesHelper* helper, in CollectAndReportRootsVisitor()
|
/art/dex2oat/linker/arm/ |
D | relative_patcher_thumb2_test.cc | 211 OptimizingUnitTestHelper helper; in CompileThunk() local
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 177 OptimizingUnitTestHelper helper; in CompileThunk() local
|