Home
last modified time | relevance | path

Searched refs:parameters_ (Results 1 – 7 of 7) sorted by relevance

/art/compiler/optimizing/
Dselect_generator_test.cc30 parameters_.push_back(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in CreateParameters()
86 HDivZeroCheck* instr = new (GetAllocator()) HDivZeroCheck(parameters_[0], 0); in TEST_F()
89 ArenaVector<HInstruction*> current_locals({parameters_[0], graph_->GetIntConstant(1)}, in TEST_F()
100 parameters_[0], in TEST_F()
101 parameters_[0], 0); in TEST_F()
Dload_store_elimination_test.cc236 parameters_.push_back(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in CreateParameters()
240 array_ = parameters_.back(); in CreateParameters()
241 parameters_.push_back(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in CreateParameters()
245 i_ = parameters_.back(); in CreateParameters()
246 parameters_.push_back(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in CreateParameters()
250 j_ = parameters_.back(); in CreateParameters()
Doptimizing_unit_test.h239 for (HInstruction* parameter : parameters_) { in InitGraph()
280 std::vector<HInstruction*> parameters_; variable
Dsuperblock_cloner_test.cc36 parameters_.push_back(new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in CreateParameters()
86 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameters_[0], dex_pc); in CreateBasicLoopDataFlow()
111 ArenaVector<HInstruction*> current_locals({phi, const_128, parameters_[0]}, in CreateBasicLoopDataFlow()
432 if_block->AddInstruction(new (GetAllocator()) HIf(parameters_[0])); in TEST_F()
597 loop3_extra_if_block->AddInstruction(new (GetAllocator()) HIf(parameters_[0])); in TEST_F()
/art/runtime/mirror/
Dexecutable.h63 HeapReference<mirror::Array> parameters_; variable
/art/dexlayout/
Ddex_ir.h655 : shorty_(shorty), return_type_(return_type), parameters_(parameters) in ProtoId()
663 const TypeList* Parameters() const { return parameters_; } in Parameters()
670 TypeList* parameters_; // This can be nullptr. variable
/art/runtime/
Dclass_linker_test.cc741 addOffset(OFFSETOF_MEMBER(mirror::Executable, parameters_), "parameters"); in ExecutableOffsets()