Home
last modified time | relevance | path

Searched refs:PotentiallyAddSuspendCheck (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dbuilder.h104 void PotentiallyAddSuspendCheck(HBasicBlock* target, uint32_t dex_pc);
Dbuilder.cc197 PotentiallyAddSuspendCheck(branch_target, dex_pc); in If_22t()
216 PotentiallyAddSuspendCheck(branch_target, dex_pc); in If_21t()
1263 PotentiallyAddSuspendCheck(case_target, dex_pc); in BuildSwitchCaseHelper()
1299 void HGraphBuilder::PotentiallyAddSuspendCheck(HBasicBlock* target, uint32_t dex_pc) { in PotentiallyAddSuspendCheck() function in art::HGraphBuilder
1435 PotentiallyAddSuspendCheck(target, dex_pc); in AnalyzeDexInstruction()