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 357 int tries_size = current_code_item_->tries_size_; local
360 if (tries_size == 0) {
364 for (int i = 0; i < tries_size; i++) {
    [all...]
  /art/runtime/verifier/
method_verifier.cc 710 uint32_t tries_size = code_item_->tries_size_; local
711 if (tries_size == 0) {
717 for (uint32_t idx = 0; idx < tries_size; idx++) {
    [all...]

Completed in 53 milliseconds