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

  /art/compiler/optimizing/
optimizing_unit_test.h 68 block->GetLoopInformation()->SetSuspendCheck(nullptr);
nodes.cc 370 info->SetSuspendCheck(first_instruction->AsSuspendCheck());
    [all...]
instruction_builder.cc 302 current_block_->GetLoopInformation()->SetSuspendCheck(suspend_check);
    [all...]
nodes.h 773 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; }
    [all...]

Completed in 50 milliseconds