/art/compiler/optimizing/ |
D | gvn_test.cc | 35 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 …]
|
D | constant_folding_test.cc | 751 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 …]
|
D | nodes_test.cc | 150 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 …]
|
D | bounds_check_elimination_test.cc | 298 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 …]
|
D | register_allocator_test.cc | 464 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 …]
|
D | optimizing_unit_test.h | 309 void AddParameter(HInstruction* parameter) { in AddParameter() argument 310 entry_block_->AddInstruction(parameter); in AddParameter() 311 parameters_.push_back(parameter); in AddParameter()
|
D | instruction_builder.cc | 633 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()
|
D | code_generator.h | 202 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter() argument 206 + parameter->GetIndex() * kVRegSize; in GetStackSlotOfParameter()
|
/art/test/419-long-parameter/ |
D | Android.bp | 3 // 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"],
|
D | info.txt | 1 Regression test for the long parameter passed both in stack and register
|
/art/test/800-smali/smali/ |
D | b_23300986.smali | 7 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
|
D | b_17410612.smali | 3 # Test that an invoke with a long parameter has the long parameter in
|
D | b_23502994.smali | 7 monitor-enter v2 # Lock on parameter 33 monitor-enter v2 # Lock on parameter
|
D | b_21645819.smali | 4 # The method declares a parameter of an inaccessible class. This should not abort/kill us.
|
D | b_22244733.smali | 5 .registers 2 # One local and one parameter.
|
D | b_20224106.smali | 11 # 1) There is a parameter type mismatch. The formal type is integral (int), but the actual
|
/art/test/005-annotations/ |
D | expected-stdout.txt | 20 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/ |
D | info.txt | 1 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/ |
D | info.txt | 2 mechanism and return the same object when equal return and parameter types are
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | IdCreator.java | 605 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/ |
D | catch_handler_on_entry.smali | 6 # move-exception instruction). This method must be called with parameter
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 220 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/ |
D | README.md | 43 The `num_buckets` parameter affects memory usage for the histogram and data
|
/art/test/596-checker-dead-phi/smali/ |
D | IrreducibleLoop.smali | 23 # Check that the outer loop suspend check environment only has the two parameter vregs.
|
/art/cmdline/ |
D | README.md | 240 into `existing_value` as an out-parameter.
|