Home
last modified time | relevance | path

Searched defs:parameter (Results 1 – 10 of 10) 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.cc495 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildIfElseWithPhi() local
645 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildFieldReturn() local
721 HInstruction* parameter = new (GetAllocator()) HParameterValue( in BuildTwoSubs() local
Doptimizing_unit_test.h202 void AddParameter(HInstruction* parameter) { in AddParameter()
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.cc578 HParameterValue* parameter = new (allocator_) HParameterValue(*dex_file_, in InitializeParameters() local
594 HParameterValue* parameter = new (allocator_) HParameterValue( in InitializeParameters() local
Dcode_generator_x86.cc2714 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