Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dselect_generator_test.cc82 HDivZeroCheck* instr = new (GetAllocator()) HDivZeroCheck(parameters_[0], 0); in TEST_F()
85 ArenaVector<HInstruction*> current_locals({parameters_[0], graph_->GetIntConstant(1)}, in TEST_F()
96 parameters_[0], in TEST_F()
97 parameters_[0], 0); in TEST_F()
Dsuperblock_cloner_test.cc82 HInstruction* null_check = new (GetAllocator()) HNullCheck(parameters_[0], dex_pc); in CreateBasicLoopDataFlow()
107 ArenaVector<HInstruction*> current_locals({phi, const_128, parameters_[0]}, in CreateBasicLoopDataFlow()
430 if_block->AddInstruction(new (GetAllocator()) HIf(parameters_[0])); in TEST_F()
594 loop3_extra_if_block->AddInstruction(new (GetAllocator()) HIf(parameters_[0])); in TEST_F()
Doptimizing_unit_test.h311 parameters_.push_back(parameter); in AddParameter()
550 std::vector<HInstruction*> parameters_; variable
Dload_store_elimination_test.cc261 array_ = parameters_.back(); in InitGraphAndParameters()
264 i_ = parameters_.back(); in InitGraphAndParameters()
267 j_ = parameters_.back(); in InitGraphAndParameters()
884 HInstruction* array2 = parameters_.back(); in TEST_F()
/art/runtime/mirror/
Dexecutable.h71 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.cc744 addOffset(OFFSETOF_MEMBER(mirror::Executable, parameters_), "parameters"); in ExecutableOffsets()