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

  /art/compiler/linker/
method_bss_mapping_encoder.h 33 entry_.method_index = DexFile::kDexNoIndex16;
  /art/compiler/dex/
inline_method_analyser.cc 202 ConstructorIPutData() : field_index(DexFile::kDexNoIndex16), arg(0u) { }
224 if (iputs[old_pos].field_index == DexFile::kDexNoIndex16) {
240 while (new_pos != arraysize(iputs) && iputs[new_pos].field_index != DexFile::kDexNoIndex16) {
261 return iput_data.field_index != DexFile::kDexNoIndex16;
343 if (iputs[0].field_index != DexFile::kDexNoIndex16 &&
375 DCHECK(iputs[0].field_index != DexFile::kDexNoIndex16 ||
376 iputs[1].field_index == DexFile::kDexNoIndex16);
377 DCHECK(iputs[1].field_index != DexFile::kDexNoIndex16 ||
378 iputs[2].field_index == DexFile::kDexNoIndex16);
dex_to_dex_compiler.cc 199 quickened_info_.push_back(QuickenedInfo(dex_pc, DexFile::kDexNoIndex16));
  /art/runtime/
dex_to_dex_decompiler.cc 60 if (reference_index == DexFile::kDexNoIndex16) {
dex_file_verifier.cc 411 CheckSizeLimit(header_->type_ids_size_, DexFile::kDexNoIndex16, "type-ids") &&
416 CheckSizeLimit(header_->proto_ids_size_, DexFile::kDexNoIndex16, "proto-ids") &&
    [all...]
dex_file.h 62 static const uint16_t kDexNoIndex16 = 0xFFFF;
    [all...]
dex_file.cc     [all...]
oat_file.cc     [all...]
debugger.cc     [all...]
  /art/runtime/mirror/
class-inl.h     [all...]
class.cc     [all...]
  /art/compiler/optimizing/
inliner.cc     [all...]
nodes.h 863 catch_type_index_(DexFile::kDexNoIndex16) {
    [all...]
  /art/dexlayout/
dex_ir.h 255 return index == DexFile::kDexNoIndex16 ? nullptr : GetTypeId(index);
    [all...]
dexlayout.cc 644 DexFile::kDexNoIndex16 : class_def->Superclass()->GetIndex();
    [all...]

Completed in 196 milliseconds