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

  /art/compiler/optimizing/
superblock_cloner_test.cc 86 HInstruction* suspend_check = new (GetAllocator()) HSuspendCheck();
170 HSuspendCheck* old_suspend_check = header->GetLoopInformation()->GetSuspendCheck();
184 HSuspendCheck* new_suspend_check = header->GetLoopInformation()->GetSuspendCheck();
gvn_test.cc 345 outer_loop_header->AddInstruction(new (GetAllocator()) HSuspendCheck());
348 inner_loop_header->AddInstruction(new (GetAllocator()) HSuspendCheck());
loop_optimization_test.cc 245 new (GetAllocator()) HSuspendCheck(), header->GetLastInstruction());
scheduler_arm64.cc 188 void SchedulingLatencyVisitorARM64::VisitSuspendCheck(HSuspendCheck* instruction) {
code_generator.cc     [all...]
code_generator_mips.h 239 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
code_generator_mips64.h 236 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
code_generator_x86.h 212 void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor);
code_generator_x86_64.h 209 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
code_generator.h 382 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check,
    [all...]
code_generator_arm64.h 267 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
    [all...]
code_generator_arm_vixl.h 322 void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor);
    [all...]
scheduler_arm.cc     [all...]
nodes.h 66 class HSuspendCheck;
793 HSuspendCheck* GetSuspendCheck() const { return suspend_check_; }
794 void SetSuspendCheck(HSuspendCheck* check) { suspend_check_ = check; }
876 HSuspendCheck* suspend_check_;
    [all...]
instruction_builder.cc 337 AppendInstruction(new (allocator_) HSuspendCheck(0u));
344 HSuspendCheck* suspend_check = new (allocator_) HSuspendCheck(current_block_->GetDexPc());
    [all...]
code_generator_arm64.cc 427 SuspendCheckSlowPathARM64(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]
nodes.cc     [all...]
code_generator_arm_vixl.cc 449 SuspendCheckSlowPathARMVIXL(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]
code_generator_mips64.cc 302 SuspendCheckSlowPathMIPS64(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]
code_generator_x86.cc 187 SuspendCheckSlowPathX86(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]
code_generator_x86_64.cc 143 SuspendCheckSlowPathX86_64(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]
code_generator_mips.cc 346 SuspendCheckSlowPathMIPS(HSuspendCheck* instruction, HBasicBlock* successor)
    [all...]

Completed in 814 milliseconds