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

  /art/runtime/quick/
inline_method_analyser.cc 194 // We limit the number of IPUTs storing parameters. There can be any number
195 // of IPUTs that store the value 0 as they are useless in a constructor as
213 /*inout*/ ConstructorIPutData (&iputs)[kMaxConstructorIPuts])
225 for (size_t old_pos = 0; old_pos != arraysize(iputs); ++old_pos) {
226 if (iputs[old_pos].field_index == DexFile::kDexNoIndex16) {
229 ArtField* f = dex_cache->GetResolvedField(iputs[old_pos].field_index, pointer_size);
232 auto back_it = std::copy(iputs + old_pos + 1, iputs + arraysize(iputs), iputs + old_pos)
370 ConstructorIPutData iputs[kMaxConstructorIPuts]; local
    [all...]
  /external/smali/dexlib2/src/main/ragel/
SyntheticAccessorFSM.rl 99 # all iputs/sputs

Completed in 48 milliseconds