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

  /art/compiler/optimizing/
code_generator.cc 655 HSuspendCheck* suspend_check = it.Current()->GetLoopInformation()->GetSuspendCheck();
778 DCHECK_EQ(info->GetSuspendCheck(), instruction);
    [all...]
graph_checker.cc 569 if (loop_information->GetSuspendCheck() == nullptr) {
575 if (loop_information->GetSuspendCheck() != loop_header->GetFirstInstructionDisregardMoves()) {
    [all...]
code_generator_mips64.cc     [all...]
bounds_check_elimination.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]
nodes.h 673 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; }
    [all...]

Completed in 149 milliseconds