Searched refs:GetEnvironment (Results 1 – 20 of 20) sorted by relevance
449 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()488 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()615 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()619 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()657 array_b->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()680 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()705 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()729 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()754 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()779 array_a->CopyEnvironmentFrom(suspend_check_->GetEnvironment()); in TEST_F()[all …]
43 for (HEnvironment* environment = instruction->GetEnvironment(); in InputsAreDefinedBeforeLoop()155 UpdateLoopPhisIn(instruction->GetEnvironment(), loop_info); in Run()
274 HEnvironment* user_environment = user->GetEnvironment(); in CanMoveClinitCheck()275 HEnvironment* input_environment = input->GetEnvironment(); in CanMoveClinitCheck()
209 suspend->GetEnvironment(), loop_info->GetHeader()); in HoistGuard()
58 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0); in TEST_F()
139 add2->AddEnvUseAt(div_check->GetEnvironment(), 0); in TestBuildDependencyGraphAndSchedule()141 mul->AddEnvUseAt(div_check->GetEnvironment(), 1); in TestBuildDependencyGraphAndSchedule()
925 deopt->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in AddCHAGuard()979 load_class->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in AddTypeGuard()994 deoptimize->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in AddTypeGuard()1278 deoptimize->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in TryInlinePolymorphicCallToSameTarget()1334 new_invoke->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in TryInlineAndReplace()1382 new_invoke->CopyEnvironmentFrom(invoke_instruction->GetEnvironment()); in TryInlineAndReplace()
100 for (HEnvironment* environment = instruction->GetEnvironment(); in RemoveEnvironmentUses()113 for (HEnvironment* environment = instruction->GetEnvironment(); in HasEnvironmentUsedByOthers()128 for (HEnvironment* environment = instruction->GetEnvironment(); in ResetEnvironmentInputRecords()858 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) { in Populate()2436 current->GetEnvironment()->SetAndCopyParentChain( in InlineInto()2437 outer_graph->GetAllocator(), invoke->GetEnvironment()); in InlineInto()2771 loop->GetSuspendCheck()->GetEnvironment(), header); in TransformLoopForVectorization()2919 ArtMethod* caller = GetEnvironment()->GetMethod(); in GetDexFileForPcRelativeDexCache()3076 clone->CopyEnvironmentFrom(instr->GetEnvironment()); in ReplaceInstrOrPhiByClone()
211 HEnvironment* orig_env = orig_instr->GetEnvironment(); in TEST_F()212 HEnvironment* copy_env = copy_instr->GetEnvironment(); in TEST_F()
957 HEnvironment* e1 = i1->GetEnvironment(); in HaveSameStackMap()958 HEnvironment* e2 = i2->GetEnvironment(); in HaveSameStackMap()
125 HEnvironment* environment = instruction->GetEnvironment(); in CheckTypeConsistency()903 for (HEnvironment* env = instruction->GetEnvironment(); env != nullptr; env = env->GetParent()) { in AllocateLocations()1045 if (!suspend_check->GetEnvironment()->IsFromInlinedInvoke()) { in CheckLoopEntriesCanBeUsedForOsr()1173 HEnvironment* const environment = instruction->GetEnvironment(); in RecordPcInfo()
143 for (HEnvironment* environment = current->GetEnvironment(); in ProcessEnvironment()
689 HEnvironment* orig_env = orig_instr->GetEnvironment(); in CheckInstructionInputsRemapping()993 DeepCloneEnvironmentWithRemapping(copy_instr, orig_instr->GetEnvironment()); in CloneBasicBlock()
482 for (HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction()512 HEnvironment* environment = instruction->GetEnvironment(); in VisitInstruction()
366 HEnvironment* environment = env_use.GetEnvironment(); in ConnectSiblings()
616 for (HEnvironment* environment = instruction->GetEnvironment(); in PrintInstruction()
1718 suspend->GetEnvironment(), loop->GetHeader()); in InsertDeoptInLoop()1732 deoptimize->CopyEnvironmentFrom(bounds_check->GetEnvironment()); in InsertDeoptInBlock()
2354 bounds_check->CopyEnvironmentFrom(invoke->GetEnvironment()); in SimplifyStringCharAt()2626 for (HEnvironment* env = invoke->GetEnvironment(); env != nullptr; env = env->GetParent()) { in TryReplaceStringBuilderAppend()2634 append->CopyEnvironmentFrom(invoke->GetEnvironment()); in TryReplaceStringBuilderAppend()
178 HEnvironment* GetEnvironment() const { return environment_; } in GetEnvironment() function
1247 HEnvironment* env = vector_header_->GetFirstInstruction()->GetEnvironment(); in GenerateNewLoop()