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

  /art/compiler/jni/portable/
jni_compiler.cc 283 uint32_t shorty_size; local
284 const char* shorty = dex_compilation_unit_->GetShorty(&shorty_size);
285 CHECK_GE(shorty_size, 1u);
313 for (uint32_t i = 1; i < shorty_size; ++i) {
  /art/compiler/dex/
frontend.cc 543 uint32_t shorty_size = strlen(shorty); local
544 CHECK_GE(shorty_size, 1u);
546 for (uint32_t i = 0; i < shorty_size; i++) {
  /art/compiler/dex/portable/
mir_to_gbc.cc 1682 uint32_t shorty_size = strlen(shorty); local
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 2670 uint32_t shorty_size; local
    [all...]

Completed in 565 milliseconds