Searched defs:handles (Results 1 - 10 of 10) sorted by path

/art/compiler/optimizing/
H A Dbuilder.h46 StackHandleScopeCollection* handles)
54 ssa_builder_(graph, dex_compilation_unit->GetDexCache(), handles),
71 StackHandleScopeCollection* handles,
81 ssa_builder_(graph, null_dex_cache_, handles),
37 HGraphBuilder(HGraph* graph, DexCompilationUnit* dex_compilation_unit, const DexCompilationUnit* const outer_compilation_unit, const DexFile* dex_file, const DexFile::CodeItem& code_item, CompilerDriver* driver, OptimizingCompilerStats* compiler_stats, const uint8_t* interpreter_metadata, Handle<mirror::DexCache> dex_cache, StackHandleScopeCollection* handles) argument
69 HGraphBuilder(HGraph* graph, const DexFile::CodeItem& code_item, StackHandleScopeCollection* handles, Primitive::Type return_type = Primitive::kPrimInt) argument
H A Dinliner.h41 StackHandleScopeCollection* handles,
54 handles_(handles) {}
35 HInliner(HGraph* outer_graph, HGraph* outermost_graph, CodeGenerator* codegen, const DexCompilationUnit& outer_compilation_unit, const DexCompilationUnit& caller_compilation_unit, CompilerDriver* compiler_driver, StackHandleScopeCollection* handles, OptimizingCompilerStats* stats, size_t total_number_of_dex_registers, size_t depth) argument
H A Dnodes.cc38 void HGraph::InitializeInexactObjectRTI(StackHandleScopeCollection* handles) { argument
43 handles->NewHandle(linker->GetClassRoot(ClassLinker::kJavaLangObject)),
H A Doptimizing_compiler.cc405 StackHandleScopeCollection* handles) {
420 handles,
507 StackHandleScopeCollection* handles) {
540 MaybeRunInliner(graph, codegen, driver, stats, dex_compilation_unit, pass_observer, handles);
733 StackHandleScopeCollection handles(soa.Self());
748 &handles);
778 &handles);
399 MaybeRunInliner(HGraph* graph, CodeGenerator* codegen, CompilerDriver* driver, OptimizingCompilerStats* stats, const DexCompilationUnit& dex_compilation_unit, PassObserver* pass_observer, StackHandleScopeCollection* handles) argument
501 RunOptimizations(HGraph* graph, CodeGenerator* codegen, CompilerDriver* driver, OptimizingCompilerStats* stats, const DexCompilationUnit& dex_compilation_unit, PassObserver* pass_observer, StackHandleScopeCollection* handles) argument
H A Dreference_type_propagation.cc37 static inline ReferenceTypeInfo::TypeHandle GetRootHandle(StackHandleScopeCollection* handles, argument
44 *cache = handles->NewHandle(linker->GetClassRoot(class_root));
118 StackHandleScopeCollection* handles,
123 handle_cache_(handles),
116 ReferenceTypePropagation(HGraph* graph, Handle<mirror::DexCache> hint_dex_cache, StackHandleScopeCollection* handles, bool is_first_run, const char* name) argument
H A Dreference_type_propagation.h36 StackHandleScopeCollection* handles,
50 explicit HandleCache(StackHandleScopeCollection* handles) : handles_(handles) { } argument
H A Dreference_type_propagation_test.cc38 void SetupPropagation(StackHandleScopeCollection* handles) { argument
39 graph_->InitializeInexactObjectRTI(handles);
42 handles,
82 StackHandleScopeCollection handles(soa.Self());
83 SetupPropagation(&handles);
91 StackHandleScopeCollection handles(soa.Self());
92 SetupPropagation(&handles);
123 StackHandleScopeCollection handles(soa.Self());
124 SetupPropagation(&handles);
H A Dssa_builder.h52 StackHandleScopeCollection* handles)
55 handles_(handles),
60 graph_->InitializeInexactObjectRTI(handles);
50 SsaBuilder(HGraph* graph, Handle<mirror::DexCache> dex_cache, StackHandleScopeCollection* handles) argument
/art/runtime/arch/
H A Dstub_test.cc1073 std::vector<Handle<mirror::Object>> handles; local
1090 handles.push_back(h);
1093 LOG(INFO) << "Used " << handles.size() << " arrays to fill space.";
1099 handles.push_back(h);
/art/runtime/
H A Dmonitor_test.cc63 std::vector<MutableHandle<mirror::Object>>* handles)
91 handles->push_back(h);
99 handles->push_back(h);
309 std::vector<MutableHandle<mirror::Object>> handles; local
312 FillHeap(soa.Self(), class_linker, &hsp, &handles);
315 for (MutableHandle<mirror::Object>& h : handles) {

Completed in 199 milliseconds