/art/compiler/optimizing/ |
D | gvn_test.cc | 34 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local 38 entry->AddInstruction(parameter); in TEST_F() 44 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F() 53 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F() 63 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F() 74 block->AddInstruction(new (GetAllocator()) HInstanceFieldSet(parameter, in TEST_F() 75 parameter, in TEST_F() 84 block->AddInstruction(new (GetAllocator()) HInstanceFieldGet(parameter, in TEST_F() 115 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local 119 entry->AddInstruction(parameter); in TEST_F() [all …]
|
D | constant_folding_test.cc | 749 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local 751 entry_block->AddInstruction(parameter); in TEST_F() 757 block->AddInstruction(last = new (GetAllocator()) HAbove(zero, parameter)); in TEST_F() 758 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() 759 block->AddInstruction(last = new (GetAllocator()) HAbove(parameter, zero)); in TEST_F() 760 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() 761 block->AddInstruction(last = new (GetAllocator()) HAboveOrEqual(zero, parameter)); in TEST_F() 762 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() 763 block->AddInstruction(last = new (GetAllocator()) HAboveOrEqual(parameter, zero)); in TEST_F() 764 block->AddInstruction(new (GetAllocator()) HSelect(last, parameter, parameter, 0)); in TEST_F() [all …]
|
D | nodes_test.cc | 149 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local 151 entry->AddInstruction(parameter); in TEST_F() 157 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F() 169 environment->SetRawEnvAt(0, parameter); in TEST_F() 170 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0); in TEST_F() 172 ASSERT_TRUE(parameter->HasEnvironmentUses()); in TEST_F() 173 ASSERT_TRUE(parameter->HasUses()); in TEST_F() 177 ASSERT_FALSE(parameter->HasEnvironmentUses()); in TEST_F() 178 ASSERT_FALSE(parameter->HasUses()); in TEST_F() 214 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local [all …]
|
D | bounds_check_elimination_test.cc | 297 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local 299 entry->AddInstruction(parameter); in TEST_F() 310 HNullCheck* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F() 321 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F() 332 null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F() 366 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph1() local 368 entry->AddInstruction(parameter); in BuildSSAGraph1() 392 HInstruction* null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph1() 409 null_check = new (allocator) HNullCheck(parameter, 0); in BuildSSAGraph1() 481 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph2() local [all …]
|
D | register_allocator_test.cc | 495 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildIfElseWithPhi() local 497 entry->AddInstruction(parameter); in BuildIfElseWithPhi() 503 HInstruction* test = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi() 530 *input1 = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi() 539 *input2 = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi() 645 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildFieldReturn() local 647 entry->AddInstruction(parameter); in BuildFieldReturn() 653 *field = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildFieldReturn() 721 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildTwoSubs() local 723 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 | 610 HParameterValue* parameter = new (allocator_) HParameterValue(*dex_file_, in InitializeParameters() local 615 AppendInstruction(parameter); in InitializeParameters() 616 UpdateLocal(locals_index++, parameter); in InitializeParameters() 618 current_this_parameter_ = parameter; in InitializeParameters() 626 HParameterValue* parameter = new (allocator_) HParameterValue( in InitializeParameters() local 633 AppendInstruction(parameter); in InitializeParameters() 636 UpdateLocal(locals_index++, parameter); in InitializeParameters() 637 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
|
D | build | 20 ./default-build "$@" --experimental parameter-annotations
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 219 MutableHandle<mirror::Object> parameter = hs.NewHandle<mirror::Object>(nullptr); in Executable_getParameters0() local 227 parameter.Assign(parameter_class->AllocObject(self)); in Executable_getParameters0() 228 if (UNLIKELY(parameter == nullptr)) { in Executable_getParameters0() 233 uint32_t args[5] = { PointerToLowMemUInt32(parameter.Get()), in Executable_getParameters0() 247 parameter_array.Get()->Set(parameter_index, parameter.Get()); in Executable_getParameters0()
|
/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/test/596-checker-dead-phi/smali/ |
D | IrreducibleLoop.smali | 23 # Check that the outer loop suspend check environment only has the parameter vreg.
|
/art/libartbase/base/metrics/ |
D | README.md | 43 The `num_buckets` parameter affects memory usage for the histogram and data
|
/art/dexlayout/ |
D | dex_writer.cc | 452 for (std::unique_ptr<dex_ir::ParameterAnnotation>& parameter : in WriteAnnotationsDirectories() 454 annotation_buffer[0] = parameter->GetMethodId()->GetIndex(); in WriteAnnotationsDirectories() 455 annotation_buffer[1] = parameter->GetAnnotations()->GetOffset(); in WriteAnnotationsDirectories()
|