Home
last modified time | relevance | path

Searched refs:ClearSpillSlotsFromLoopPhisInStackMap (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.h331 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const;
Dcode_generator.cc1120 void CodeGenerator::ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check) const { in ClearSpillSlotsFromLoopPhisInStackMap() function in art::CodeGenerator
Dcode_generator_arm64.cc1523 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(instruction); in GenerateSuspendCheck()
2775 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(info->GetSuspendCheck()); in HandleGoto()
Dcode_generator_arm.cc1217 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(info->GetSuspendCheck()); in HandleGoto()
4830 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(instruction); in GenerateSuspendCheck()
Dcode_generator_mips64.cc2210 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(info->GetSuspendCheck()); in HandleGoto()
Dcode_generator_mips.cc2591 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(info->GetSuspendCheck()); in HandleGoto()
Dcode_generator_x86_64.cc5083 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(instruction); in GenerateSuspendCheck()
Dcode_generator_x86.cc5588 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(instruction); in GenerateSuspendCheck()