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

  /art/compiler/optimizing/
licm.cc 43 for (HEnvironment* environment = instruction->GetEnvironment();
139 UpdateLoopPhisIn(instruction->GetEnvironment(), loop_info);
prepare_for_register_allocation.cc 239 HEnvironment* user_environment = user->GetEnvironment();
240 HEnvironment* input_environment = input->GetEnvironment();
cha_guard_optimization.cc 209 suspend->GetEnvironment(), loop_info->GetHeader());
scheduler_test.cc 142 add2->AddEnvUseAt(div_check->GetEnvironment(), 0);
144 mul->AddEnvUseAt(div_check->GetEnvironment(), 1);
nodes_test.cc 58 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0);
code_generator.cc 130 HEnvironment* environment = instruction->GetEnvironment();
589 for (HEnvironment* env = instruction->GetEnvironment(); env != nullptr; env = env->GetParent()) {
723 if (!suspend_check->GetEnvironment()->IsFromInlinedInvoke()) {
799 for (HEnvironment* environment = instruction->GetEnvironment();
804 if (environment != instruction->GetEnvironment()) {
    [all...]
inliner.cc     [all...]
code_generator.h     [all...]
graph_checker.cc 441 for (HEnvironment* environment = instruction->GetEnvironment();
471 HEnvironment* environment = instruction->GetEnvironment();
    [all...]
ssa_liveness_analysis.cc 191 for (HEnvironment* environment = current->GetEnvironment();
nodes.cc 94 for (HEnvironment* environment = instruction->GetEnvironment();
692 if (!suspend_check_->GetEnvironment()->IsFromInlinedInvoke()) {
    [all...]
bounds_check_elimination.cc     [all...]
graph_visualizer.cc 579 for (HEnvironment* environment = instruction->GetEnvironment();
    [all...]
register_allocation_resolver.cc 363 HEnvironment* environment = env_use.GetEnvironment();
ssa_liveness_analysis.h 176 HEnvironment* GetEnvironment() const { return environment_; }
    [all...]
loop_optimization.cc 810 HEnvironment* env = vector_header_->GetFirstInstruction()->GetEnvironment();
    [all...]
instruction_simplifier.cc     [all...]
nodes.h     [all...]
  /external/libchrome/base/process/
launch_posix.cc 75 char** GetEnvironment() {
317 char* const* old_environ = GetEnvironment();

Completed in 155 milliseconds