HomeSort by relevance Sort by last modified time
    Searched refs:IsCatchBlock (Results 1 - 13 of 13) sorted by null

  /art/compiler/optimizing/
graph_checker.cc 169 if (successor->IsCatchBlock()) {
176 if (!successor->IsCatchBlock()) {
211 if (block->IsCatchBlock()) {
291 if (!handler->IsCatchBlock()) {
316 if (!load->GetBlock()->IsCatchBlock()) {
    [all...]
nodes.cc 536 if (block->IsEntryBlock() || block->IsCatchBlock()) {
574 DCHECK(!successor->IsCatchBlock());
607 if (block->IsCatchBlock()) {
    [all...]
dead_code_elimination.cc 328 if (!block->IsCatchBlock() &&
register_allocation_resolver.cc 153 if (block->IsCatchBlock() ||
183 if (block->IsCatchBlock()) {
ssa_liveness_analysis.cc 150 if (successor->IsCatchBlock()) {
superblock_cloner.cc 327 if (block->IsCatchBlock()) {
nodes.h 911 bool IsCatchBlock() const { return catch_dex_file_ != nullptr; }
914 DCHECK(IsCatchBlock());
919 DCHECK(IsCatchBlock());
924 DCHECK(IsCatchBlock());
    [all...]
graph_visualizer.cc 796 if (block->IsCatchBlock()) {
    [all...]
reference_type_propagation.cc 665 DCHECK(instr->GetBlock()->IsCatchBlock());
    [all...]
register_allocator_linear_scan.cc 177 if (block->IsCatchBlock() ||
    [all...]
code_generator.cc     [all...]
register_allocator_graph_color.cc     [all...]
instruction_builder.cc 99 if (block->IsCatchBlock()) {
130 if (current_block_->IsCatchBlock()) {
    [all...]

Completed in 166 milliseconds