/art/compiler/optimizing/ |
D | reference_type_propagation_test.cc | 38 void SetupPropagation(StackHandleScopeCollection* handles) { in SetupPropagation() argument 39 graph_->InitializeInexactObjectRTI(handles); in SetupPropagation() 42 handles, in SetupPropagation() 82 StackHandleScopeCollection handles(soa.Self()); in TEST_F() local 83 SetupPropagation(&handles); in TEST_F() 91 StackHandleScopeCollection handles(soa.Self()); in TEST_F() local 92 SetupPropagation(&handles); in TEST_F() 123 StackHandleScopeCollection handles(soa.Self()); in TEST_F() local 124 SetupPropagation(&handles); in TEST_F()
|
D | builder.h | 46 StackHandleScopeCollection* handles) in HGraphBuilder() argument 54 ssa_builder_(graph, dex_compilation_unit->GetDexCache(), handles), in HGraphBuilder() 71 StackHandleScopeCollection* handles, 81 ssa_builder_(graph, null_dex_cache_, handles), in graph_()
|
D | ssa_builder.h | 52 StackHandleScopeCollection* handles) in SsaBuilder() argument 55 handles_(handles), in SsaBuilder() 60 graph_->InitializeInexactObjectRTI(handles); in SsaBuilder()
|
D | reference_type_propagation.h | 36 StackHandleScopeCollection* handles, 50 explicit HandleCache(StackHandleScopeCollection* handles) : handles_(handles) { } in HandleCache() argument
|
D | optimizing_unit_test.h | 93 StackHandleScopeCollection handles(soa.Self()); 94 HGraphBuilder builder(graph, *item, &handles, return_type);
|
D | inliner.h | 41 StackHandleScopeCollection* handles, in HInliner() argument 54 handles_(handles) {} in HInliner()
|
D | optimizing_compiler.cc | 405 StackHandleScopeCollection* handles) { in MaybeRunInliner() argument 420 handles, in MaybeRunInliner() 507 StackHandleScopeCollection* handles) { in RunOptimizations() argument 540 MaybeRunInliner(graph, codegen, driver, stats, dex_compilation_unit, pass_observer, handles); in RunOptimizations() 733 StackHandleScopeCollection handles(soa.Self()); in TryCompile() local 748 &handles); in TryCompile() 778 &handles); in TryCompile()
|
D | reference_type_propagation.cc | 37 static inline ReferenceTypeInfo::TypeHandle GetRootHandle(StackHandleScopeCollection* handles, in GetRootHandle() argument 44 *cache = handles->NewHandle(linker->GetClassRoot(class_root)); in GetRootHandle() 118 StackHandleScopeCollection* handles, in ReferenceTypePropagation() argument 123 handle_cache_(handles), in ReferenceTypePropagation()
|
D | nodes.cc | 38 void HGraph::InitializeInexactObjectRTI(StackHandleScopeCollection* handles) { in InitializeInexactObjectRTI() argument 43 handles->NewHandle(linker->GetClassRoot(ClassLinker::kJavaLangObject)), in InitializeInexactObjectRTI()
|
D | nodes.h | 320 void InitializeInexactObjectRTI(StackHandleScopeCollection* handles);
|
/art/runtime/ |
D | monitor_test.cc | 62 std::vector<MutableHandle<mirror::Object>>* handles) in FillHeap() argument 90 handles->push_back(h); in FillHeap() 98 handles->push_back(h); in FillHeap() 308 std::vector<MutableHandle<mirror::Object>> handles; in CommonWaitSetup() local 311 FillHeap(soa.Self(), class_linker, &hsp, &handles); in CommonWaitSetup() 314 for (MutableHandle<mirror::Object>& h : handles) { in CommonWaitSetup()
|
/art/test/555-checker-regression-x86const/ |
D | info.txt | 1 Check that X86 FP constant-area handling handles intrinsics with CurrentMethod
|
/art/test/080-oom-throw/ |
D | info.txt | 2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
|
/art/test/081-hot-exceptions/ |
D | info.txt | 1 Make a hot exception-throwing path to stress test how the trace builder handles
|
/art/runtime/arch/ |
D | stub_test.cc | 1073 std::vector<Handle<mirror::Object>> handles; in TEST_F() local 1090 handles.push_back(h); in TEST_F() 1093 LOG(INFO) << "Used " << handles.size() << " arrays to fill space."; in TEST_F() 1099 handles.push_back(h); in TEST_F()
|
/art/compiler/ |
D | image_writer.cc | 1334 StackHandleScopeCollection handles(self); in CalculateNewObjectOffsets() local 1337 image_roots.push_back(handles.NewHandle(CreateImageRoots(i))); in CalculateNewObjectOffsets()
|