Home
last modified time | relevance | path

Searched refs:shorty_size (Results 1 – 4 of 4) sorted by relevance

/art/compiler/jni/portable/
Djni_compiler.cc283 uint32_t shorty_size; in GetFunctionType() local
284 const char* shorty = dex_compilation_unit_->GetShorty(&shorty_size); in GetFunctionType()
285 CHECK_GE(shorty_size, 1u); in GetFunctionType()
313 for (uint32_t i = 1; i < shorty_size; ++i) { in GetFunctionType()
/art/compiler/dex/
Dfrontend.cc543 uint32_t shorty_size = strlen(shorty); in CanCompileShorty() local
544 CHECK_GE(shorty_size, 1u); in CanCompileShorty()
546 for (uint32_t i = 0; i < shorty_size; i++) { in CanCompileShorty()
/art/compiler/dex/portable/
Dmir_to_gbc.cc1682 uint32_t shorty_size = strlen(shorty); in BlockBitcodeConversion() local
1683 CHECK_GE(shorty_size, 1u); in BlockBitcodeConversion()
1693 for (uint32_t i = 1; i < shorty_size; ++i, ++arg_iter) { in BlockBitcodeConversion()
/art/compiler/llvm/
Dgbc_expander.cc2670 uint32_t shorty_size; in GetFunctionType() local
2671 …const char* shorty = dex_compilation_unit_->GetDexFile()->GetMethodShorty(method_id, &shorty_size); in GetFunctionType()
2672 CHECK_GE(shorty_size, 1u); in GetFunctionType()
2683 for (uint32_t i = 1; i < shorty_size; ++i) { in GetFunctionType()