Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h412 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check,
Dcode_generator.cc1532 void CodeGenerator::ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check, in ClearSpillSlotsFromLoopPhisInStackMap() function in art::CodeGenerator
Dcode_generator_arm64.cc5292 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()
Dcode_generator_x86_64.cc5626 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()
Dcode_generator_x86.cc6278 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()
Dcode_generator_arm_vixl.cc6808 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()