Searched refs:kDexNoIndex (Results 1 – 25 of 26) sorted by relevance
12
160 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()
308 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()
85 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()
102 return DexFile::kDexNoIndex; in FindDexMethodIndexInOtherDexFile()133 return DexFile::kDexNoIndex; in FindDexMethodIndexInOtherDexFile()
278 return !check_dex_pc || dexpc != DexFile::kDexNoIndex; in IsInGeneratedCode()
1212 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateImtConflictMethod()1236 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateResolutionMethod()1260 method->SetDexMethodIndex(DexFile::kDexNoIndex); in CreateCalleeSaveMethod()
64 static const uint32_t kDexNoIndex = 0xFFFFFFFF; variable483 if (idx == kDexNoIndex) { in StringDataAndUtf16LengthByIdx()
1081 uint32_t dex_pc = DexFile::kDexNoIndex; in PopInstrumentationStackFrame()1133 uint32_t dex_pc = DexFile::kDexNoIndex; in PopMethodForUnwind()
1022 if (!abort_on_failure && dex_pc == DexFile::kDexNoIndex) { in VisitLocks()
791 if (need_locals && id != kDexNoIndex) { in DecodeDebugInfo0()
1504 m->IsProxyMethod() ? DexFile::kDexNoIndex : GetDexPc()); in VisitFrame()
128 uint32_t storage_idx = DexFile::kDexNoIndex; in IsFastStaticField()149 if (storage_idx != DexFile::kDexNoIndex) { in IsFastStaticField()161 *storage_index = DexFile::kDexNoIndex; in IsFastStaticField()
1232 if (dex_method_idx != DexFile::kDexNoIndex) { in GetCodeAndMethodForDirectCall()
57 CHECK_EQ(GetDexPc(), DexFile::kDexNoIndex); in VisitFrame()
160 storage_index_(DexFile::kDexNoIndex) { in MirSFieldLoweringInfo()
390 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()
516 if (new_dex_pc != DexFile::kDexNoIndex) { in EnterInterpreterFromDeoptimize()
2404 if (found_dex_pc == DexFile::kDexNoIndex) { in ExecuteGotoImpl()
31 if (found_dex_pc == DexFile::kDexNoIndex) { \
120 irb_.getInt32(DexFile::kDexNoIndex), in Compile()
212 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()
826 if (method_index != DexFile::kDexNoIndex) { in artQuickResolutionTrampoline()1890 if (LIKELY(interface_method->GetDexMethodIndex() != DexFile::kDexNoIndex)) { in artInvokeInterfaceTrampoline()
820 return DexFile::kDexNoIndex; in DumpMappingAtOffset()942 if (dex_pc != DexFile::kDexNoIndex) { in DumpCode()
552 DCHECK_NE(field_info.StorageIndex(), DexFile::kDexNoIndex); in GenSput()637 DCHECK_NE(field_info.StorageIndex(), DexFile::kDexNoIndex); in GenSget()
977 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()