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 304 new (arena_) TryCatchInformation(iterator.GetHandlerTypeIndex(), *dex_file_));
reference_type_propagation.cc 587 TryCatchInformation* catch_info = instr->GetBlock()->GetTryCatchInformation();
    [all...]
nodes.h 756 class TryCatchInformation : public ArenaObject<kArenaAllocTryCatchInfo> {
759 explicit TryCatchInformation(const HTryBoundary& try_entry)
767 TryCatchInformation(uint16_t catch_type_index, const DexFile& dex_file)
    [all...]
nodes.cc 400 block->SetTryCatchInformation(new (arena_) TryCatchInformation(*try_entry));
    [all...]

Completed in 1582 milliseconds