Searched refs:handles_ (Results 1 – 11 of 11) sorted by relevance
/art/compiler/optimizing/ |
D | reference_type_propagation.h | 64 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { } in HandleCache() 68 return handles_->NewHandle(object); in NewHandle() 73 return handles_->NewHandle(object); in NewHandle() 84 VariableSizedHandleScope* handles_;
|
D | builder.cc | 56 handles_(handles), in HGraphBuilder() 71 handles_(handles), in HGraphBuilder() 122 handles_, in BuildGraph() 135 handles_, in BuildGraph() 193 handles_, in BuildIntrinsicGraph() 206 handles_, in BuildIntrinsicGraph()
|
D | optimizing_unit_test.h | 120 handles_.reset(); // When getting rid of the old HGraph, we can also reset handles_. in ResetPoolAndAllocator() 162 if (handles_ == nullptr) { 163 handles_.reset(new VariableSizedHandleScope(soa.Self())); 167 handles_->NewHandle<mirror::ClassLoader>(nullptr), 175 handles_->NewHandle<mirror::DexCache>(nullptr)); 177 HGraphBuilder builder(graph, dex_compilation_unit, accessor, handles_.get(), return_type); 186 std::unique_ptr<VariableSizedHandleScope> handles_; variable
|
D | ssa_builder.h | 59 handles_(handles), in SsaBuilder() 132 VariableSizedHandleScope* const handles_; variable
|
D | builder.h | 75 VariableSizedHandleScope* const handles_; variable
|
D | inliner.h | 57 handles_(handles), in HOptimization() 290 VariableSizedHandleScope* const handles_; variable
|
D | inliner.cc | 852 Handle<mirror::Class> monomorphic_type = handles_->NewHandle(GetMonomorphicType(classes)); in TryInlineMonomorphicCall() 888 handles_, in TryInlineMonomorphicCall() 1016 Handle<mirror::Class> handle = handles_->NewHandle(classes->Get(i)); in TryInlinePolymorphicCall() 1088 handles_, in TryInlinePolymorphicCall() 1284 handles_, in TryInlinePolymorphicCallToSameTarget() 1408 handles_, in TryInlineAndReplace() 1694 Handle<mirror::DexCache> dex_cache = handles_->NewHandle(referrer->GetDexCache()); in CreateInstanceFieldGet() 1698 handles_, in CreateInstanceFieldGet() 1773 handles_); in TryBuildAndInlineHelper() 1777 handles_); in TryBuildAndInlineHelper() [all …]
|
D | reference_type_propagation.cc | 55 return GetRootHandle(handles_, ClassRoot::kJavaLangObject, &object_class_handle_); in GetObjectClassHandle() 59 return GetRootHandle(handles_, ClassRoot::kJavaLangClass, &class_class_handle_); in GetClassClassHandle() 63 return GetRootHandle(handles_, in GetMethodHandleClassHandle() 69 return GetRootHandle(handles_, ClassRoot::kJavaLangInvokeMethodType, &method_type_class_handle_); in GetMethodTypeClassHandle() 73 return GetRootHandle(handles_, ClassRoot::kJavaLangString, &string_class_handle_); in GetStringClassHandle() 77 return GetRootHandle(handles_, ClassRoot::kJavaLangThrowable, &throwable_class_handle_); in GetThrowableClassHandle()
|
D | instruction_builder.h | 296 VariableSizedHandleScope* const handles_; variable
|
D | instruction_builder.cc | 58 handles_(handles), in HInstructionBuilder() 1363 Handle<mirror::Class> klass = handles_->NewHandle(resolved_method->GetDeclaringClass()); in ProcessClinitCheckForInvoke() 1688 Handle<mirror::Class> klass = handles_->NewHandle(resolved_field->GetDeclaringClass()); in BuildStaticFieldAccess() 1938 handles_); in BuildLoadString() 2004 Handle<mirror::Class> h_klass = handles_->NewHandle(klass); in ResolveClass()
|
D | ssa_builder.cc | 527 handles_, in BuildSsa()
|