HomeSort by relevance Sort by last modified time
    Searched refs:HParameterValue (Results 1 - 25 of 25) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis_test.cc 71 HInstruction* arg = new (&allocator_) HParameterValue(
91 HInstruction* array = new (&allocator_) HParameterValue(
93 HInstruction* index = new (&allocator_) HParameterValue(
95 HInstruction* value = new (&allocator_) HParameterValue(
97 HInstruction* extra_arg1 = new (&allocator_) HParameterValue(
99 HInstruction* extra_arg2 = new (&allocator_) HParameterValue(
161 HInstruction* array = new (&allocator_) HParameterValue(
163 HInstruction* index = new (&allocator_) HParameterValue(
165 HInstruction* value = new (&allocator_) HParameterValue(
167 HInstruction* extra_arg1 = new (&allocator_) HParameterValue(
    [all...]
nodes_test.cc 37 HInstruction* parameter = new (&allocator) HParameterValue(
80 HInstruction* parameter1 = new (&allocator) HParameterValue(
82 HInstruction* parameter2 = new (&allocator) HParameterValue(
108 HInstruction* parameter = new (&allocator) HParameterValue(
129 HInstruction* parameter1 = new (&allocator) HParameterValue(
scheduler_test.cc 102 HInstruction* array = new (&allocator_) HParameterValue(graph_->GetDexFile(),
203 HInstruction* arr = new (&allocator_) HParameterValue(graph_->GetDexFile(),
207 HInstruction* i = new (&allocator_) HParameterValue(graph_->GetDexFile(),
211 HInstruction* j = new (&allocator_) HParameterValue(graph_->GetDexFile(),
215 HInstruction* object = new (&allocator_) HParameterValue(graph_->GetDexFile(),
load_store_analysis_test.cc 51 HInstruction* array = new (&allocator_) HParameterValue(
53 HInstruction* index = new (&allocator_) HParameterValue(
121 HInstruction* object = new (&allocator_) HParameterValue(graph_->GetDexFile(),
193 HInstruction* array = new (&allocator_) HParameterValue(
195 HInstruction* index = new (&allocator_) HParameterValue(
277 HInstruction* array = new (&allocator_) HParameterValue(
279 HInstruction* index = new (&allocator_) HParameterValue(
gvn_test.cc 36 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
120 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
203 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
350 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
register_allocator_test.cc 497 HInstruction* parameter = new (allocator) HParameterValue(
659 HInstruction* parameter = new (allocator) HParameterValue(
743 HInstruction* parameter = new (allocator) HParameterValue(
822 HInstruction* first = new (allocator) HParameterValue(
824 HInstruction* second = new (allocator) HParameterValue(
    [all...]
bounds_check_elimination_test.cc 73 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot); // array
75 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt); // i
170 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot); // array
172 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt); // i
234 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimNot); // array
236 HParameterValue(graph_->GetDexFile(), dex::TypeIndex(0), 0, Primitive::kPrimInt); // i
297 HInstruction* parameter = new (&allocator_) HParameterValue(
366 HInstruction* parameter = new (allocator) HParameterValue(
481 HInstruction* parameter = new (allocator) HParameterValue(
692 HInstruction* parameter = new (allocator) HParameterValue(
    [all...]
loop_optimization_test.cc 51 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(),
licm_test.cc 77 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(),
instruction_builder.h 339 HParameterValue* current_this_parameter_;
load_store_analysis.h 502 void VisitParameterValue(HParameterValue* instruction) OVERRIDE {
nodes_vector_test.cc 45 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(),
reference_type_propagation.cc 89 void VisitParameterValue(HParameterValue* instr) OVERRIDE;
577 void ReferenceTypePropagation::RTPVisitor::VisitParameterValue(HParameterValue* instr) {
    [all...]
constant_folding_test.cc 758 HInstruction* parameter = new (&allocator_) HParameterValue(
induction_var_range_test.cc 70 x_ = new (&allocator_) HParameterValue(graph_->GetDexFile(),
75 y_ = new (&allocator_) HParameterValue(graph_->GetDexFile(),
    [all...]
code_generator.h 199 size_t GetStackSlotOfParameter(HParameterValue* parameter) const {
    [all...]
instruction_builder.cc 460 HParameterValue* parameter = new (arena_) HParameterValue(*dex_file_,
476 HParameterValue* parameter = new (arena_) HParameterValue(
    [all...]
induction_var_analysis_test.cc 96 parameter_ = new (&allocator_) HParameterValue(
    [all...]
nodes.h 62 class HParameterValue;
    [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 177 milliseconds