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

  /art/compiler/optimizing/
superblock_cloner_test.cc 86 HInstruction* suspend_check = new (GetAllocator()) HSuspendCheck(); local
89 loop_header->AddInstruction(suspend_check);
122 HEnvironment* env = ManuallyBuildEnvFor(suspend_check, &current_locals);
code_generator.cc 906 HSuspendCheck* suspend_check = block->GetLoopInformation()->GetSuspendCheck(); local
    [all...]
nodes.cc 641 HInstruction* suspend_check = gota->GetPrevious(); local
642 if (suspend_check != nullptr && suspend_check->IsSuspendCheck()) {
643 insert_before = suspend_check;
2721 HSuspendCheck* suspend_check = new (allocator_) HSuspendCheck(header->GetDexPc()); local
    [all...]
code_generator.h 382 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check,
    [all...]
instruction_builder.cc 344 HSuspendCheck* suspend_check = new (allocator_) HSuspendCheck(current_block_->GetDexPc()); local
345 current_block_->GetLoopInformation()->SetSuspendCheck(suspend_check);
348 InsertInstructionAtTop(suspend_check);
    [all...]
code_generator_arm64.cc     [all...]
code_generator_arm_vixl.cc 6718 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); local
    [all...]
code_generator_mips64.cc     [all...]
code_generator_x86.cc 5703 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); local
    [all...]
code_generator_x86_64.cc 5150 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); local
    [all...]
code_generator_mips.cc 8644 HSuspendCheck* suspend_check = instruction->GetNext()->AsSuspendCheck(); local
    [all...]

Completed in 368 milliseconds