Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h427 void ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check,
Dcode_generator.cc1612 void CodeGenerator::ClearSpillSlotsFromLoopPhisInStackMap(HSuspendCheck* suspend_check, in ClearSpillSlotsFromLoopPhisInStackMap() function in art::CodeGenerator
Dcode_generator_arm64.cc5834 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()
Dcode_generator_x86_64.cc5984 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()
Dcode_generator_arm_vixl.cc7114 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()
Dcode_generator_x86.cc6655 codegen_->ClearSpillSlotsFromLoopPhisInStackMap(suspend_check, instruction); in VisitParallelMove()