Searched refs:handles (Results 1 - 25 of 36) sorted by relevance

12

/art/test/709-checker-varhandles/
H A Dbuild20 ./default-build "$@" --experimental method-handles
/art/test/710-varhandle-creation/
H A Dbuild20 ./default-build "$@" --experimental var-handles
/art/test/713-varhandle-invokers/
H A Dbuild20 ./default-build "$@" --experimental var-handles
/art/test/714-invoke-custom-lambda-metafactory/
H A Dbuild22 ./default-build "$@" --experimental method-handles
/art/test/807-method-handle-and-mr/
H A Dbuild20 ./default-build "$@" --experimental method-handles
/art/test/953-invoke-polymorphic-compiler/
H A Dbuild20 ./default-build "$@" --experimental method-handles
/art/test/954-invoke-polymorphic-verifier/
H A Dbuild20 ./default-build "$@" --experimental method-handles
/art/test/955-methodhandles-smali/
H A Dbuild20 ./default-build "$@" --experimental method-handles
/art/test/956-methodhandles/
H A Dbuild20 ./default-build "$@" --experimental method-handles
/art/test/957-methodhandle-transforms/
H A Dbuild20 ./default-build "$@" --experimental method-handles
/art/test/958-methodhandle-stackframe/
H A Dbuild20 ./default-build "$@" --experimental method-handles
/art/test/959-invoke-polymorphic-accessors/
H A Dbuild20 ./default-build "$@" --experimental method-handles
/art/compiler/optimizing/
H A Dselect_generator.h67 VariableSizedHandleScope* handles,
H A Dreference_type_propagation_test.cc37 void SetupPropagation(VariableSizedHandleScope* handles) { argument
38 graph_->InitializeInexactObjectRTI(handles);
42 handles,
80 VariableSizedHandleScope handles(soa.Self());
81 SetupPropagation(&handles);
89 VariableSizedHandleScope handles(soa.Self());
90 SetupPropagation(&handles);
121 VariableSizedHandleScope handles(soa.Self());
122 SetupPropagation(&handles);
H A Dreference_type_propagation.h36 VariableSizedHandleScope* handles,
64 explicit HandleCache(VariableSizedHandleScope* handles) : handles_(handles) { } argument
H A Dbuilder.h45 VariableSizedHandleScope* handles);
51 VariableSizedHandleScope* handles,
H A Doptimizing_compiler.cc305 VariableSizedHandleScope* handles,
318 handles);
332 VariableSizedHandleScope* handles,
335 graph, codegen, dex_compilation_unit, pass_observer, handles, definitions, length);
342 VariableSizedHandleScope* handles) const;
364 VariableSizedHandleScope* handles) const;
371 VariableSizedHandleScope* handles) const;
377 VariableSizedHandleScope* handles) const;
383 VariableSizedHandleScope* handles) const;
446 VariableSizedHandleScope* handles) cons
301 RunOptimizations(HGraph* graph, CodeGenerator* codegen, const DexCompilationUnit& dex_compilation_unit, PassObserver* pass_observer, VariableSizedHandleScope* handles, const OptimizationDef definitions[], size_t length) const argument
327 RunOptimizations( HGraph* graph, CodeGenerator* codegen, const DexCompilationUnit& dex_compilation_unit, PassObserver* pass_observer, VariableSizedHandleScope* handles, const OptimizationDef (&definitions)[length]) const argument
[all...]
H A Dssa_builder.h54 VariableSizedHandleScope* handles,
59 handles_(handles),
65 graph_->InitializeInexactObjectRTI(handles);
51 SsaBuilder(HGraph* graph, Handle<mirror::ClassLoader> class_loader, Handle<mirror::DexCache> dex_cache, VariableSizedHandleScope* handles, ScopedArenaAllocator* local_allocator) argument
H A Dbuilder.cc47 VariableSizedHandleScope* handles)
57 handles_(handles),
63 VariableSizedHandleScope* handles,
73 handles_(handles),
39 HGraphBuilder(HGraph* graph, const CodeItemDebugInfoAccessor& accessor, const DexCompilationUnit* dex_compilation_unit, const DexCompilationUnit* outer_compilation_unit, CompilerDriver* driver, CodeGenerator* code_generator, OptimizingCompilerStats* compiler_stats, ArrayRef<const uint8_t> interpreter_metadata, VariableSizedHandleScope* handles) argument
60 HGraphBuilder(HGraph* graph, const DexCompilationUnit* dex_compilation_unit, const CodeItemDebugInfoAccessor& accessor, VariableSizedHandleScope* handles, DataType::Type return_type) argument
H A Dsharpening.h52 VariableSizedHandleScope* handles);
H A Doptimization.h138 VariableSizedHandleScope* handles);
H A Dselect_generator.cc26 VariableSizedHandleScope* handles,
30 handle_scope_(handles) {
181 // as a dominator, and `MergeWith` handles changing that to the
25 HSelectGenerator(HGraph* graph, VariableSizedHandleScope* handles, OptimizingCompilerStats* stats, const char* name) argument
H A Doptimization.cc178 VariableSizedHandleScope* handles) {
253 handles,
266 opt = new (allocator) HSelectGenerator(graph, handles, stats, name);
169 ConstructOptimizations( const OptimizationDef definitions[], size_t length, ArenaAllocator* allocator, HGraph* graph, OptimizingCompilerStats* stats, CodeGenerator* codegen, CompilerDriver* driver, const DexCompilationUnit& dex_compilation_unit, VariableSizedHandleScope* handles) argument
/art/test/712-varhandle-invocations/
H A Dbuild39 ./default-build "$@" --experimental var-handles --dx-vm-option -JXmx384m
/art/runtime/
H A Dhandle_scope_test.cc100 // Add a bunch of handles and make sure callbacks work.
102 std::vector<Handle<mirror::Object>> handles; local
106 handles.push_back(hs.NewHandle(o));
107 EXPECT_OBJ_PTR_EQ(o, handles.back().Get());
108 EXPECT_TRUE(hs.Contains(handles.back().GetReference()));
109 EXPECT_TRUE(base->Contains(handles.back().GetReference()));

Completed in 195 milliseconds

12