Home
last modified time | relevance | path

Searched defs:parameter (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dgvn_test.cc37 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F() local
122 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F() local
206 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F() local
354 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(), in TEST_F() local
Dnodes_test.cc37 HInstruction* parameter = new (&allocator) HParameterValue( in TEST() local
108 HInstruction* parameter = new (&allocator) HParameterValue( in TEST() local
Dbounds_check_elimination_test.cc297 HInstruction* parameter = new (&allocator_) HParameterValue( in TEST_F() local
366 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph1() local
481 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph2() local
694 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph4() local
797 HInstruction* parameter = new (&allocator_) HParameterValue( in TEST_F() local
Dregister_allocator_test.cc465 HInstruction* parameter = new (allocator) HParameterValue( in BuildIfElseWithPhi() local
618 HInstruction* parameter = new (allocator) HParameterValue( in BuildFieldReturn() local
694 HInstruction* parameter = new (allocator) HParameterValue( in BuildTwoSubs() local
Dconstant_folding_test.cc758 HInstruction* parameter = new (&allocator_) HParameterValue( in TEST_F() local
Dcode_generator.h187 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter()
Dinstruction_builder.cc440 HParameterValue* parameter = new (arena_) HParameterValue(*dex_file_, in InitializeParameters() local
453 HParameterValue* parameter = new (arena_) HParameterValue( in InitializeParameters() local
Dcode_generator_x86.cc2274 XmmRegister parameter = calling_convention.GetFpuRegisterAt(0); in VisitTypeConversion() local