Home
last modified time | relevance | path

Searched refs:parameter (Results 1 – 25 of 31) sorted by relevance

12

/art/compiler/optimizing/
Dgvn_test.cc35 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local
39 entry->AddInstruction(parameter); in TEST_F()
45 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
54 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
64 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
75 block->AddInstruction(new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F()
76 parameter, in TEST_F()
85 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F()
116 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local
120 entry->AddInstruction(parameter); in TEST_F()
[all …]
Dconstant_folding_test.cc751 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
753 entry_block->AddInstruction(parameter); in TEST_F()
759 block->AddInstruction(last = new (GetAllocator()) HAbove(zero, parameter)); in TEST_F()
760 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F()
761 block->AddInstruction(last = new (GetAllocator()) HAbove(parameter, zero)); in TEST_F()
762 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F()
763 block->AddInstruction(last = new (GetAllocator()) HAboveOrEqual(zero, parameter)); in TEST_F()
764 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F()
765 block->AddInstruction(last = new (GetAllocator()) HAboveOrEqual(parameter, zero)); in TEST_F()
766 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F()
[all …]
Dnodes_test.cc150 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
152 entry->AddInstruction(parameter); in TEST_F()
158 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
170 environment->SetRawEnvAt(0, parameter); in TEST_F()
171 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0); in TEST_F()
173 ASSERT_TRUE(parameter->HasEnvironmentUses()); in TEST_F()
174 ASSERT_TRUE(parameter->HasUses()); in TEST_F()
178 ASSERT_FALSE(parameter->HasEnvironmentUses()); in TEST_F()
179 ASSERT_FALSE(parameter->HasUses()); in TEST_F()
215 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
[all …]
Dbounds_check_elimination_test.cc298 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
300 entry->AddInstruction(parameter); in TEST_F()
311 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
322 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
333 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
367 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph1() local
369 entry->AddInstruction(parameter); in BuildSSAGraph1()
393 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph1()
410 null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph1()
482 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph2() local
[all …]
Dregister_allocator_test.cc464 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildIfElseWithPhi() local
466 entry->AddInstruction(parameter); in BuildIfElseWithPhi()
472 HInstruction* test = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi()
499 *input1 = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi()
508 *input2 = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi()
608 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildFieldReturn() local
610 entry->AddInstruction(parameter); in BuildFieldReturn()
616 *field = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildFieldReturn()
678 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildTwoSubs() local
680 entry->AddInstruction(parameter); in BuildTwoSubs()
[all …]
Doptimizing_unit_test.h309 void AddParameter(HInstruction* parameter) { in AddParameter() argument
310 entry_block_->AddInstruction(parameter); in AddParameter()
311 parameters_.push_back(parameter); in AddParameter()
Dinstruction_builder.cc633 HParameterValue* parameter = new (allocator_) HParameterValue(*dex_file_, in InitializeParameters() local
638 AppendInstruction(parameter); in InitializeParameters()
639 UpdateLocal(locals_index++, parameter); in InitializeParameters()
641 current_this_parameter_ = parameter; in InitializeParameters()
649 HParameterValue* parameter = new (allocator_) HParameterValue( in InitializeParameters() local
656 AppendInstruction(parameter); in InitializeParameters()
659 UpdateLocal(locals_index++, parameter); in InitializeParameters()
660 if (DataType::Is64BitType(parameter->GetType())) { in InitializeParameters()
Dcode_generator.h202 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter() argument
206 + parameter->GetIndex() * kVRegSize; in GetStackSlotOfParameter()
/art/test/419-long-parameter/
DAndroid.bp3 // Build rules for ART run-test `419-long-parameter`.
16 name: "art-run-test-419-long-parameter",
21 ":art-run-test-419-long-parameter-expected-stdout",
22 ":art-run-test-419-long-parameter-expected-stderr",
28 name: "art-run-test-419-long-parameter-expected-stdout",
29 out: ["art-run-test-419-long-parameter-expected-stdout.txt"],
36 name: "art-run-test-419-long-parameter-expected-stderr",
37 out: ["art-run-test-419-long-parameter-expected-stderr.txt"],
Dinfo.txt1 Regression test for the long parameter passed both in stack and register
/art/test/800-smali/smali/
Db_23300986.smali7 monitor-enter v2 # Lock on parameter
8 move-object v1, v2 # Copy parameter into v1, establishing an alias.
17 move-object v1, v2 # Copy parameter into v1, establishing an alias.
18 monitor-enter v2 # Lock on parameter
Db_17410612.smali3 # Test that an invoke with a long parameter has the long parameter in
Db_23502994.smali7 monitor-enter v2 # Lock on parameter
33 monitor-enter v2 # Lock on parameter
Db_21645819.smali4 # The method declares a parameter of an inaccessible class. This should not abort/kill us.
Db_22244733.smali5 .registers 2 # One local and one parameter.
Db_20224106.smali11 # 1) There is a parameter type mismatch. The formal type is integral (int), but the actual
/art/test/005-annotations/
Dexpected-stdout.txt20 constructor parameter annotations:
24 constructor parameter annotations:
30 method parameter annotations:
45 method parameter annotations:
56 constructor parameter annotations:
58 method parameter annotations:
68 constructor parameter annotations:
74 method parameter annotations:
82 method parameter annotations:
88 method parameter annotations:
/art/test/715-clinit-implicit-parameter-annotations/
Dinfo.txt1 Tests ART synthesizes parameter annotations for implicit parameters on
3 parameters. If the constructor has parameter annotations, the implicit
/art/test/2265-const-method-type-cached/
Dinfo.txt2 mechanism and return the same object when equal return and parameter types are
/art/tools/dexfuzz/src/dexfuzz/program/
DIdCreator.java605 for (String parameter : parameterList) { in convertParameterListToTypeIdList()
606 int typeIdx = findTypeId(parameter); in convertParameterListToTypeIdList()
621 for (String parameter : parameterList) { in createTypeList()
622 findOrCreateTypeId(parameter); in createTypeList()
626 for (String parameter : parameterList) { in createTypeList()
628 typeItem.typeIdx = (short) findOrCreateTypeId(parameter); in createTypeList()
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali6 # move-exception instruction). This method must be called with parameter
/art/runtime/native/
Djava_lang_reflect_Executable.cc220 ObjPtr<mirror::Object> parameter = parameter_init->NewObject<'L', 'I', 'L', 'I'>( in Executable_getParameters0() local
222 if (UNLIKELY(parameter == nullptr)) { in Executable_getParameters0()
230 parameter_index, parameter); in Executable_getParameters0()
/art/libartbase/base/metrics/
DREADME.md43 The `num_buckets` parameter affects memory usage for the histogram and data
/art/test/596-checker-dead-phi/smali/
DIrreducibleLoop.smali23 # Check that the outer loop suspend check environment only has the two parameter vregs.
/art/cmdline/
DREADME.md240 into `existing_value` as an out-parameter.

12