Home
last modified time | relevance | path

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

12

/art/compiler/optimizing/
Dgvn_test.cc34 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 …]
Dnodes_test.cc37 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
39 entry->AddInstruction(parameter); in TEST_F()
45 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameter, 0); in TEST_F()
57 environment->SetRawEnvAt(0, parameter); in TEST_F()
58 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0); in TEST_F()
60 ASSERT_TRUE(parameter->HasEnvironmentUses()); in TEST_F()
61 ASSERT_TRUE(parameter->HasUses()); in TEST_F()
65 ASSERT_FALSE(parameter->HasEnvironmentUses()); in TEST_F()
66 ASSERT_FALSE(parameter->HasUses()); in TEST_F()
102 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
[all …]
Dconstant_folding_test.cc749 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 …]
Dbounds_check_elimination_test.cc297 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 …]
Dregister_allocator_test.cc493 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildIfElseWithPhi() local
495 entry->AddInstruction(parameter); in BuildIfElseWithPhi()
501 HInstruction* test = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi()
528 *input1 = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi()
537 *input2 = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildIfElseWithPhi()
643 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildFieldReturn() local
645 entry->AddInstruction(parameter); in BuildFieldReturn()
651 *field = new (GetAllocator()) HInstanceFieldGet(parameter, in BuildFieldReturn()
719 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildTwoSubs() local
721 entry->AddInstruction(parameter); in BuildTwoSubs()
[all …]
Dinstruction_builder.cc566 HParameterValue* parameter = new (allocator_) HParameterValue(*dex_file_, in InitializeParameters() local
571 AppendInstruction(parameter); in InitializeParameters()
572 UpdateLocal(locals_index++, parameter); in InitializeParameters()
574 current_this_parameter_ = parameter; in InitializeParameters()
582 HParameterValue* parameter = new (allocator_) HParameterValue( in InitializeParameters() local
589 AppendInstruction(parameter); in InitializeParameters()
592 UpdateLocal(locals_index++, parameter); in InitializeParameters()
593 if (DataType::Is64BitType(parameter->GetType())) { in InitializeParameters()
Dcode_generator.h201 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter() argument
205 + parameter->GetIndex() * kVRegSize; in GetStackSlotOfParameter()
/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.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
Dbuild20 ./default-build "$@" --experimental parameter-annotations
/art/test/419-long-parameter/
Dinfo.txt1 Regression test for the long parameter passed both in stack and register
/art/runtime/native/
Djava_lang_reflect_Executable.cc219 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/
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/test/596-checker-dead-phi/smali/
DIrreducibleLoop.smali23 # Check that the outer loop suspend check environment only has the parameter vreg.
/art/dexlayout/
Ddex_writer.cc452 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()
Ddexlayout.cc750 for (auto& parameter : *parameters) { in DumpClassAnnotations()
751 const dex_ir::MethodId* method_id = parameter->GetMethodId(); in DumpClassAnnotations()
756 for (dex_ir::AnnotationSetItem* annotation : *parameter->GetAnnotations()->GetItems()) { in DumpClassAnnotations()
/art/cmdline/
DREADME.md240 into `existing_value` as an out-parameter.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S873 @ mov r0, \rRef @ pass ref in r0 (no-op for now since parameter ref is unused)

12