Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgvn_test.cc34 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local
115 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local
195 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local
339 HInstruction* parameter = new (GetAllocator()) HParameterValue(graph->GetDexFile(), in TEST_F() local
Dnodes_test.cc37 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
102 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
Dbounds_check_elimination_test.cc297 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
366 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph1() local
481 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph2() local
693 HInstruction* parameter = new (allocator) HParameterValue( in BuildSSAGraph4() local
796 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
Dregister_allocator_test.cc493 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildIfElseWithPhi() local
643 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildFieldReturn() local
719 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildTwoSubs() local
Dconstant_folding_test.cc749 HInstruction* parameter = new (GetAllocator()) HParameterValue( in TEST_F() local
Dcode_generator.h201 size_t GetStackSlotOfParameter(HParameterValue* parameter) const { in GetStackSlotOfParameter()
Dinstruction_builder.cc566 HParameterValue* parameter = new (allocator_) HParameterValue(*dex_file_, in InitializeParameters() local
582 HParameterValue* parameter = new (allocator_) HParameterValue( in InitializeParameters() local
Dcode_generator_x86.cc2543 XmmRegister parameter = calling_convention.GetFpuRegisterAt(0); in VisitTypeConversion() local
/art/runtime/native/
Djava_lang_reflect_Executable.cc219 MutableHandle<mirror::Object> parameter = hs.NewHandle<mirror::Object>(nullptr); in Executable_getParameters0() local