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

  /art/compiler/optimizing/
cha_guard_optimization.cc 202 HInstruction* suspend = loop_info->GetSuspendCheck();
graph_checker.cc 575 if (loop_information->GetSuspendCheck() == nullptr) {
581 if (loop_information->GetSuspendCheck() != loop_header->GetFirstInstructionDisregardMoves()) {
    [all...]
code_generator.cc 722 HSuspendCheck* suspend_check = block->GetLoopInformation()->GetSuspendCheck();
    [all...]
bounds_check_elimination.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
nodes.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
nodes.h 772 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; }
    [all...]

Completed in 530 milliseconds