Searched refs:HParameterValue (Results 1 - 19 of 19) sorted by last modified time

/art/compiler/optimizing/
H A Dbounds_check_elimination_test.cc73 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
75 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt); // i
170 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
172 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt); // i
234 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot); // array
236 HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt); // i
297 HInstruction* parameter = new (&allocator_) HParameterValue(
366 HInstruction* parameter = new (allocator) HParameterValue(
481 HInstruction* parameter = new (allocator) HParameterValue(
694 HInstruction* parameter = new (allocator) HParameterValue(
[all...]
H A Dcode_generator.h187 size_t GetStackSlotOfParameter(HParameterValue* parameter) const {
H A Dcode_generator_arm.cc3536 void LocationsBuilderARM::VisitParameterValue(HParameterValue* instruction) {
3549 HParameterValue* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_arm64.cc4375 void LocationsBuilderARM64::VisitParameterValue(HParameterValue* instruction) {
4387 HParameterValue* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_mips.cc4413 void LocationsBuilderMIPS::VisitParameterValue(HParameterValue* instruction) {
4424 void InstructionCodeGeneratorMIPS::VisitParameterValue(HParameterValue* instruction
H A Dcode_generator_mips64.cc3568 void LocationsBuilderMIPS64::VisitParameterValue(HParameterValue* instruction) {
3579 void InstructionCodeGeneratorMIPS64::VisitParameterValue(HParameterValue* instruction
H A Dcode_generator_x86.cc4037 void LocationsBuilderX86::VisitParameterValue(HParameterValue* instruction) {
4050 HParameterValue* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_x86_64.cc3946 void LocationsBuilderX86_64::VisitParameterValue(HParameterValue* instruction) {
3959 HParameterValue* instruction ATTRIBUTE_UNUSED) {
H A Dconstant_folding_test.cc758 HInstruction* parameter = new (&allocator_) HParameterValue(
H A Dgvn_test.cc37 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
122 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
206 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
354 HInstruction* parameter = new (&allocator) HParameterValue(graph->GetDexFile(),
H A Dinduction_var_analysis_test.cc82 parameter_ = new (&allocator_) HParameterValue(
H A Dinduction_var_range_test.cc65 x_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt);
67 y_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimInt);
H A Dinstruction_builder.cc440 HParameterValue* parameter = new (arena_) HParameterValue(*dex_file_,
453 HParameterValue* parameter = new (arena_) HParameterValue(
H A Dlicm_test.cc66 parameter_ = new (&allocator_) HParameterValue(graph_->GetDexFile(), 0, 0, Primitive::kPrimNot);
H A Dload_store_elimination.cc468 void VisitParameterValue(HParameterValue* instruction) OVERRIDE {
H A Dnodes.h4773 class HParameterValue : public HExpression<0> { class in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect
4775 HParameterValue(const DexFile& dex_file, function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HParameterValue
4812 DISALLOW_COPY_AND_ASSIGN(HParameterValue);
H A Dnodes_test.cc37 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(
H A Dreference_type_propagation.cc91 void VisitParameterValue(HParameterValue* instr) OVERRIDE;
502 void ReferenceTypePropagation::RTPVisitor::VisitParameterValue(HParameterValue* instr) {
H A Dregister_allocator_test.cc465 HInstruction* parameter = new (allocator) HParameterValue(
618 HInstruction* parameter = new (allocator) HParameterValue(
694 HInstruction* parameter = new (allocator) HParameterValue(
765 HInstruction* first = new (allocator) HParameterValue(
767 HInstruction* second = new (allocator) HParameterValue(
819 HInstruction* one = new (&allocator) HParameterValue(
821 HInstruction* two = new (&allocator) HParameterValue(
823 HInstruction* three = new (&allocator) HParameterValue(
825 HInstruction* four = new (&allocator) HParameterValue(

Completed in 154 milliseconds