Home
last modified time | relevance | path

Searched defs:helper (Results 1 – 18 of 18) sorted by relevance

/art/dex2oat/linker/
Dimage_test.cc34 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
Dimage_write_read_test.cc29 CompilationHelper helper; in TestWriteRead() local
Dimage_test.h351 CompilationHelper& helper, in Compile()
Dimage_writer.cc1779 VisitReferencesVisitor(LayoutHelper* helper, size_t oat_index) in VisitReferencesVisitor()
/art/compiler/optimizing/
Dsuperblock_cloner_test.cc307 LoopClonerHelper helper(loop_info, &bb_map, &hir_map, /* induction_range= */ nullptr); in TEST_F() local
344 LoopClonerHelper helper(loop_info, &bb_map, &hir_map, /* induction_range= */ nullptr); in TEST_F() local
382 LoopClonerHelper helper(loop_info, &bb_map, &hir_map, /* induction_range= */ nullptr); in TEST_F() local
446 LoopClonerSimpleHelper helper(loop_info, /* induction_range= */ nullptr); in TEST_F() local
495 LoopClonerSimpleHelper helper(loop1_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F() local
541 LoopClonerSimpleHelper helper(loop3_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F() local
606 LoopClonerSimpleHelper helper(loop3_header->GetLoopInformation(), /* induction_range= */ nullptr); in TEST_F() local
Dloop_optimization.cc434 LoopClonerSimpleHelper helper(loop_info, induction_range); in PeelByCount() local
808 LoopClonerSimpleHelper helper(loop_info, &induction_range_); in TryUnrollingForBranchPenaltyReduction() local
833 LoopClonerSimpleHelper helper(loop_info, &induction_range_); in TryPeelingForLoopInvariantExitsElimination() local
Dsuperblock_cloner.cc1137 LoopClonerHelper helper( in IsLoopClonable() local
Dload_store_elimination.cc2950 HeapReferenceData(PartialLoadStoreEliminationHelper* helper, in HeapReferenceData()
3617 HInstruction* LSEVisitor::SetupPartialMaterialization(PartialLoadStoreEliminationHelper& helper, in SetupPartialMaterialization()
3718 PartialLoadStoreEliminationHelper helper(this, &saa); in MovePartialEscapes() local
Dnodes.cc432 ReachabilityAnalysisHelper helper(this, &reachability_graph_, GetArenaStack()); in ComputeReachabilityInformation() local
/art/test/626-const-class-linking/src/
DMain.java46 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/jit/
Dprofile_saver.cc393 explicit CollectInternalVisitor(GetClassesAndMethodsHelper* helper) in CollectInternalVisitor()
783 GetClassesAndMethodsHelper helper(startup, options_, GetProfileSampleAnnotation()); in FetchAndCacheResolvedClassesAndMethods() local
/art/runtime/interpreter/mterp/arm64ng/
Dmain.S270 .macro NTERP_TRAMPOLINE name, helper
/art/runtime/interpreter/mterp/armng/
Dmain.S281 .macro NTERP_TRAMPOLINE name, helper
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S235 .macro NTERP_TRAMPOLINE name, helper
/art/openjdkjvmti/
Dti_heap.cc923 CollectAndReportRootsVisitor(FollowReferencesHelper* helper, in CollectAndReportRootsVisitor()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc211 OptimizingUnitTestHelper helper; in CompileThunk() local
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc177 OptimizingUnitTestHelper helper; in CompileThunk() local
/art/runtime/
Dclass_linker.cc8169 LinkInterfaceMethodsHelper helper(this, klass, self, runtime); in LinkInterfaceMethods() local