Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h417 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check,
Dcode_generator.cc1583 void CodeGenerator::ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check, in ClearSpillSlotsFromLoopPhisInStackMap() function in art::CodeGenerator
Dcode_generator_arm64.cc5553 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()
Dcode_generator_x86_64.cc5745 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()
Dcode_generator_x86.cc6374 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()
Dcode_generator_arm_vixl.cc6980 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()