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

  /art/compiler/optimizing/
licm.cc 43 for (HEnvironment* environment = instruction->GetEnvironment();
154 UpdateLoopPhisIn(instruction->GetEnvironment(), loop_info);
prepare_for_register_allocation.cc 244 HEnvironment* user_environment = user->GetEnvironment();
245 HEnvironment* input_environment = input->GetEnvironment();
cha_guard_optimization.cc 209 suspend->GetEnvironment(), loop_info->GetHeader());
superblock_cloner_test.cc 249 HEnvironment* orig_env = orig_instr->GetEnvironment();
250 HEnvironment* copy_env = copy_instr->GetEnvironment();
scheduler_test.cc 145 add2->AddEnvUseAt(div_check->GetEnvironment(), 0);
147 mul->AddEnvUseAt(div_check->GetEnvironment(), 1);
nodes_test.cc 58 parameter->AddEnvUseAt(null_check->GetEnvironment(), 0);
superblock_cloner.cc 528 HEnvironment* orig_env = orig_instr->GetEnvironment();
677 DeepCloneEnvironmentWithRemapping(copy_instr, orig_instr->GetEnvironment());
code_generator.cc 133 HEnvironment* environment = instruction->GetEnvironment();
749 for (HEnvironment* env = instruction->GetEnvironment(); env != nullptr; env = env->GetParent()) {
    [all...]
inliner.cc     [all...]
nodes.cc 99 for (HEnvironment* environment = instruction->GetEnvironment();
112 for (HEnvironment* environment = instruction->GetEnvironment();
127 for (HEnvironment* environment = instruction->GetEnvironment();
    [all...]
code_generator.h     [all...]
graph_checker.cc 453 for (HEnvironment* environment = instruction->GetEnvironment();
483 HEnvironment* environment = instruction->GetEnvironment();
    [all...]
ssa_liveness_analysis.cc 191 for (HEnvironment* environment = current->GetEnvironment();
bounds_check_elimination.cc     [all...]
graph_visualizer.cc 582 for (HEnvironment* environment = instruction->GetEnvironment();
    [all...]
register_allocation_resolver.cc 366 HEnvironment* environment = env_use.GetEnvironment();
ssa_liveness_analysis.h 178 HEnvironment* GetEnvironment() const { return environment_; }
    [all...]
nodes.h     [all...]
instruction_simplifier.cc     [all...]
loop_optimization.cc     [all...]
  /external/libchrome/base/process/
launch_posix.cc 82 char** GetEnvironment() {
328 char* const* old_environ = GetEnvironment();

Completed in 170 milliseconds