Searched refs:slow_path_entry (Results 1 – 5 of 5) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_arm64.cc | 1833 vixl::Label* slow_path_entry = slow_path->GetEntryLabel(); in VisitDeoptimize() local 1834 GenerateTestAndBranch(deoptimize, slow_path_entry, nullptr, slow_path_entry); in VisitDeoptimize()
|
D | code_generator_mips64.cc | 2096 Label* slow_path_entry = slow_path->GetEntryLabel(); in VisitDeoptimize() local 2097 GenerateTestAndBranch(deoptimize, slow_path_entry, nullptr, slow_path_entry); in VisitDeoptimize()
|
D | code_generator_arm.cc | 1026 Label* slow_path_entry = slow_path->GetEntryLabel(); in VisitDeoptimize() local 1027 GenerateTestAndBranch(deoptimize, slow_path_entry, nullptr, slow_path_entry); in VisitDeoptimize()
|
D | code_generator_x86.cc | 936 Label* slow_path_entry = slow_path->GetEntryLabel(); in VisitDeoptimize() local 937 GenerateTestAndBranch(deoptimize, slow_path_entry, nullptr, slow_path_entry); in VisitDeoptimize()
|
D | code_generator_x86_64.cc | 899 Label* slow_path_entry = slow_path->GetEntryLabel(); in VisitDeoptimize() local 900 GenerateTestAndBranch(deoptimize, slow_path_entry, nullptr, slow_path_entry); in VisitDeoptimize()
|