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

  /art/compiler/dex/
mir_graph.cc 301 int tries_size = current_code_item_->tries_size_; local
304 if (tries_size == 0) {
308 for (int i = 0; i < tries_size; i++) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 602 uint32_t tries_size = code_item_->tries_size_; local
603 if (tries_size == 0) {
609 for (uint32_t idx = 0; idx < tries_size; idx++) {
    [all...]

Completed in 740 milliseconds