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

  /art/compiler/dex/quick/
dex_file_method_inliner.cc 616 uint32_t* proto_index = &cache->proto_indexes[index]; local
617 if (*proto_index != kIndexUnresolved) {
618 return *proto_index;
624 *proto_index = kIndexNotFound;
625 return *proto_index;
635 *proto_index = kIndexNotFound;
636 return *proto_index;
645 *proto_index = kIndexNotFound;
646 return *proto_index;
648 *proto_index = dex_file->GetIndexForProtoId(*proto_id)
662 uint32_t proto_index = FindProtoIndex(dex_file, cache, method_def.proto); local
    [all...]
  /external/chromium_org/v8/src/heap/
mark-compact.cc 2540 int proto_index = proto_offset + new_number_of_transitions * step; local
    [all...]

Completed in 302 milliseconds