Searched refs:parameters_ (Results 1 – 7 of 7) sorted by relevance
/art/compiler/optimizing/ |
D | select_generator_test.cc | 82 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()
|
D | superblock_cloner_test.cc | 82 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()
|
D | optimizing_unit_test.h | 311 parameters_.push_back(parameter); in AddParameter() 550 std::vector<HInstruction*> parameters_; variable
|
D | load_store_elimination_test.cc | 261 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/ |
D | executable.h | 71 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 | 744 addOffset(OFFSETOF_MEMBER(mirror::Executable, parameters_), "parameters"); in ExecutableOffsets()
|