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

  /art/compiler/optimizing/
block_builder.cc 314 new (arena_) TryCatchInformation(iterator.GetHandlerTypeIndex(), *dex_file_));
reference_type_propagation.cc 650 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation();
    [all...]
nodes.h 857 class TryCatchInformation : public ArenaObject<kArenaAllocTryCatchInfo> {
860 explicit TryCatchInformation(const HTryBoundary& try_entry)
868 TryCatchInformation(dex::TypeIndex catch_type_index, const DexFile& dex_file)
    [all...]
nodes.cc 395 block->SetTryCatchInformation(new (arena_) TryCatchInformation(*try_entry));
    [all...]

Completed in 338 milliseconds