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

  /art/compiler/optimizing/
gvn_test.cc 360 outer_loop_header->AddInstruction(new (&allocator) HSuspendCheck());
363 inner_loop_header->AddInstruction(new (&allocator) HSuspendCheck());
code_generator.cc 630 const ArenaVector<HSuspendCheck*>& loop_headers,
652 ArenaVector<HSuspendCheck*> loop_headers(graph.GetArena()->Adapter(kArenaAllocMisc));
655 HSuspendCheck* suspend_check = it.Current()->GetLoopInformation()->GetSuspendCheck();
    [all...]
code_generator_mips.h 223 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
code_generator_mips64.h 223 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
code_generator.h 331 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const;
code_generator_arm.h 216 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
code_generator_arm64.h 214 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
code_generator_x86.h 209 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
code_generator_x86_64.h 210 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
instruction_builder.cc 284 AppendInstruction(new (arena_) HSuspendCheck(0u));
291 HSuspendCheck* suspend_check = new (arena_) HSuspendCheck(current_block_->GetDexPc());
    [all...]
nodes.h 57 class HSuspendCheck;
673 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; }
674 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; }
744 HSuspendCheck* suspend_check_;
    [all...]
code_generator_mips64.cc 292 SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]
code_generator_arm64.cc 392 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]
code_generator_mips.cc 339 SuspendCheckSlowPathMIPS(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]
code_generator_arm.cc 115 SuspendCheckSlowPathARM(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]
code_generator_x86.cc 167 SuspendCheckSlowPathX86(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]
code_generator_x86_64.cc 145 SuspendCheckSlowPathX86_64(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]

Completed in 535 milliseconds