Home
last modified time | relevance | path

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

/art/compiler/dex/
Dtype_inference.cc636 size_t this_size = (is_static ? 0u : 1u); in Signature() local
638 size_t size = this_size + param_size; in Signature()
645 param_types[this_size + i] = Type::DexType(dex_file, type_idx); in Signature()