Home
last modified time | relevance | path

Searched refs:kDexNoIndex (Results 1 – 25 of 26) sorted by relevance

12

/art/runtime/mirror/
Dart_method.cc160 return DexFile::kDexNoIndex; // Special no mapping case in ToDexPc()
182 return DexFile::kDexNoIndex; in ToDexPc()
224 uint32_t found_dex_pc = DexFile::kDexNoIndex; in FindCatchBlock()
250 if (found_dex_pc != DexFile::kDexNoIndex) { in FindCatchBlock()
Dart_method-inl.h308 return GetDexMethodIndex() == DexFile::kDexNoIndex; in IsRuntimeMethod()
419 if (UNLIKELY(dex_method_idx == DexFile::kDexNoIndex)) { in GetDeclaringClassDescriptor()
435 if (dex_method_idx != DexFile::kDexNoIndex) { in GetSignature()
445 if (LIKELY(dex_method_idx != DexFile::kDexNoIndex)) { in GetName()
477 if (dex_pc == DexFile::kDexNoIndex) { in GetLineNumFromDexPC()
/art/runtime/
Dquick_exception_handler.cc85 uint32_t dex_pc = DexFile::kDexNoIndex; in HandleTryItems()
89 if (dex_pc != DexFile::kDexNoIndex) { in HandleTryItems()
96 if (found_dex_pc != DexFile::kDexNoIndex) { in HandleTryItems()
161 bool caught_exception = (handler_method_ != nullptr && handler_dex_pc_ != DexFile::kDexNoIndex); in FindCatch()
Dmethod_helper.cc102 return DexFile::kDexNoIndex; in FindDexMethodIndexInOtherDexFile()
133 return DexFile::kDexNoIndex; in FindDexMethodIndexInOtherDexFile()
Dfault_handler.cc278 return !check_dex_pc || dexpc != DexFile::kDexNoIndex; in IsInGeneratedCode()
Druntime.cc1212 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateImtConflictMethod()
1236 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateResolutionMethod()
1260 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateCalleeSaveMethod()
Ddex_file.h64 static const uint32_t kDexNoIndex = 0xFFFFFFFF; variable
483 if (idx == kDexNoIndex) { in StringDataAndUtf16LengthByIdx()
Dinstrumentation.cc1081 uint32_t dex_pc = DexFile::kDexNoIndex; in PopInstrumentationStackFrame()
1133 uint32_t dex_pc = DexFile::kDexNoIndex; in PopMethodForUnwind()
Dmonitor.cc1022 if (!abort_on_failure && dex_pc == DexFile::kDexNoIndex) { in VisitLocks()
Ddex_file.cc791 if (need_locals && id != kDexNoIndex) { in DecodeDebugInfo0()
Dthread.cc1504 m->IsProxyMethod() ? DexFile::kDexNoIndex : GetDexPc()); in VisitFrame()
/art/compiler/driver/
Dcompiler_driver-inl.h128 uint32_t storage_idx = DexFile::kDexNoIndex; in IsFastStaticField()
149 if (storage_idx != DexFile::kDexNoIndex) { in IsFastStaticField()
161 *storage_index = DexFile::kDexNoIndex; in IsFastStaticField()
Dcompiler_driver.cc1232 if (dex_method_idx != DexFile::kDexNoIndex) { in GetCodeAndMethodForDirectCall()
/art/test/004-StackWalk/
Dstack_walk_jni.cc57 CHECK_EQ(GetDexPc(), DexFile::kDexNoIndex); in VisitFrame()
/art/compiler/dex/
Dmir_field_info.h160 storage_index_(DexFile::kDexNoIndex) { in MirSFieldLoweringInfo()
/art/runtime/interpreter/
Dinterpreter_common.cc390 catch_dex_pc_(DexFile::kDexNoIndex), clear_exception_(false) { in CatchLocationFinder()
408 if (dex_pc != DexFile::kDexNoIndex) { in VisitFrame()
417 if (found_dex_pc != DexFile::kDexNoIndex) { in VisitFrame()
473 if (found_dex_pc == DexFile::kDexNoIndex) { in FindNextInstructionFollowingException()
Dinterpreter.cc516 if (new_dex_pc != DexFile::kDexNoIndex) { in EnterInterpreterFromDeoptimize()
Dinterpreter_goto_table_impl.cc2404 if (found_dex_pc == DexFile::kDexNoIndex) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc31 if (found_dex_pc == DexFile::kDexNoIndex) { \
/art/compiler/jni/portable/
Djni_compiler.cc120 irb_.getInt32(DexFile::kDexNoIndex), in Compile()
/art/compiler/
Doat_writer.cc212 class_def_index_(DexFile::kDexNoIndex) { in DexMethodVisitor()
217 DCHECK_EQ(class_def_index_, DexFile::kDexNoIndex); in StartClass()
228 class_def_index_ = DexFile::kDexNoIndex; in EndClass()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc826 if (method_index != DexFile::kDexNoIndex) { in artQuickResolutionTrampoline()
1890 if (LIKELY(interface_method->GetDexMethodIndex() != DexFile::kDexNoIndex)) { in artInvokeInterfaceTrampoline()
/art/oatdump/
Doatdump.cc820 return DexFile::kDexNoIndex; in DumpMappingAtOffset()
942 if (dex_pc != DexFile::kDexNoIndex) { in DumpCode()
/art/compiler/dex/quick/
Dgen_common.cc552 DCHECK_NE(field_info.StorageIndex(), DexFile::kDexNoIndex); in GenSput()
637 DCHECK_NE(field_info.StorageIndex(), DexFile::kDexNoIndex); in GenSget()
/art/compiler/llvm/
Dgbc_expander.cc977 if (dex_pc != art::DexFile::kDexNoIndex) { in Expand_TestSuspend()
1937 DCHECK_NE(ssb_index, art::DexFile::kDexNoIndex); in Expand_HLSget()
2023 DCHECK_NE(ssb_index, art::DexFile::kDexNoIndex); in Expand_HLSput()

12