Searched refs:parameters_ (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | select_generator_test.cc | 30 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()
|
D | load_store_elimination_test.cc | 236 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()
|
D | optimizing_unit_test.h | 239 for (HInstruction* parameter : parameters_) { in InitGraph() 280 std::vector<HInstruction*> parameters_; variable
|
D | superblock_cloner_test.cc | 36 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/ |
D | executable.h | 63 HeapReference<mirror::Array> parameters_; variable
|
/art/dexlayout/ |
D | dex_ir.h | 655 : 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/ |
D | class_linker_test.cc | 741 addOffset(OFFSETOF_MEMBER(mirror::Executable, parameters_), "parameters"); in ExecutableOffsets()
|