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

  /art/compiler/optimizing/
stack_map_stream.h 76 dex_pc_max_(kNoDexPc),
247 uint32_t dex_pc_max_; member in class:art::StackMapStream
stack_map_stream.cc 59 if (dex_pc != dex::kDexNoIndex && (dex_pc_max_ == dex::kDexNoIndex || dex_pc_max_ < dex_pc)) {
60 dex_pc_max_ = dex_pc;
179 dex_pc_max_,
    [all...]

Completed in 56 milliseconds