Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.h369 LocationSummary* CreateThrowingSlowPathLocations(
Dcode_generator.cc1551 LocationSummary* CodeGenerator::CreateThrowingSlowPathLocations(HInstruction* instruction, in CreateThrowingSlowPathLocations() function in art::CodeGenerator
Dcode_generator_arm64.cc2823 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction, caller_saves); in VisitBoundsCheck()
3347 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction); in VisitDivZeroCheck()
5505 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction); in VisitNullCheck()
Dcode_generator_x86_64.cc4408 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction); in VisitDivZeroCheck()
5176 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction); in VisitNullCheck()
5630 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction, caller_saves); in VisitBoundsCheck()
Dcode_generator_x86.cc4323 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction); in VisitDivZeroCheck()
5814 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction); in VisitNullCheck()
6289 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction, caller_saves); in VisitBoundsCheck()
Dcode_generator_arm_vixl.cc4954 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction); in VisitDivZeroCheck()
6156 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction); in VisitNullCheck()
6884 LocationSummary* locations = codegen_->CreateThrowingSlowPathLocations(instruction, caller_saves); in VisitBoundsCheck()