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

  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 94 if (iter_type_idx == DexFile::kDexNoIndex16) {
  /art/runtime/
dex_file_verifier.cc     [all...]
dex_file.h 67 static const uint16_t kDexNoIndex16 = 0xFFFF;
    [all...]
dex_file.cc     [all...]
class_linker.cc     [all...]
  /art/compiler/driver/
compiler_driver-inl.h 205 return DexFile::kDexNoIndex16;
  /art/runtime/mirror/
art_method.cc 229 if (iter_type_idx == DexFile::kDexNoIndex16) {
class-inl.h 744 klass->SetDexClassDefIndex(DexFile::kDexNoIndex16); // Default to no valid class def index.
745 klass->SetDexTypeIndex(DexFile::kDexNoIndex16); // Default to no valid type index.
class.cc 747 if (class_def_idx == DexFile::kDexNoIndex16) {
  /art/runtime/verifier/
method_verifier.cc 644 if (iterator.GetHandlerTypeIndex() != DexFile::kDexNoIndex16) {
    [all...]
  /art/runtime/gc/
heap.cc 578 if (class_def_idx == DexFile::kDexNoIndex16) {
    [all...]

Completed in 69 milliseconds