Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 16 of 16) sorted by relevance

/art/compiler/optimizing/
Dreference_type_propagation_test.cc38 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()
Dbuilder.h46 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_()
Dssa_builder.h52 StackHandleScopeCollection* handles) in SsaBuilder() argument
55 handles_(handles), in SsaBuilder()
60 graph_->InitializeInexactObjectRTI(handles); in SsaBuilder()
Dreference_type_propagation.h36 StackHandleScopeCollection* handles,
50 explicit HandleCache(StackHandleScopeCollection* handles) : handles_(handles) { } in HandleCache() argument
Doptimizing_unit_test.h93 StackHandleScopeCollection handles(soa.Self());
94 HGraphBuilder builder(graph, *item, &handles, return_type);
Dinliner.h41 StackHandleScopeCollection* handles, in HInliner() argument
54 handles_(handles) {} in HInliner()
Doptimizing_compiler.cc405 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()
Dreference_type_propagation.cc37 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()
Dnodes.cc38 void HGraph::InitializeInexactObjectRTI(StackHandleScopeCollection* handles) { in InitializeInexactObjectRTI() argument
43 handles->NewHandle(linker->GetClassRoot(ClassLinker::kJavaLangObject)), in InitializeInexactObjectRTI()
Dnodes.h320 void InitializeInexactObjectRTI(StackHandleScopeCollection* handles);
/art/runtime/
Dmonitor_test.cc62 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/
Dinfo.txt1 Check that X86 FP constant-area handling handles intrinsics with CurrentMethod
/art/test/080-oom-throw/
Dinfo.txt2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
/art/test/081-hot-exceptions/
Dinfo.txt1 Make a hot exception-throwing path to stress test how the trace builder handles
/art/runtime/arch/
Dstub_test.cc1073 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/
Dimage_writer.cc1334 StackHandleScopeCollection handles(self); in CalculateNewObjectOffsets() local
1337 image_roots.push_back(handles.NewHandle(CreateImageRoots(i))); in CalculateNewObjectOffsets()