Searched refs:INVALID_INDEX (Results 1 – 21 of 21) sorted by relevance
79 uint32_t pcOffset = INVALID_INDEX; in FindCatchBlock()87 return pcOffset == INVALID_INDEX; in FindCatchBlock()
136 constexpr uint32_t INVALID_INDEX = std::numeric_limits<uint32_t>::max();
39 return GetElementIndexByKey(key) != INVALID_INDEX; in Find()55 return INVALID_INDEX; in GetElementIndexByKey()
42 static constexpr int INVALID_INDEX = -1; variable80 return index != INVALID_INDEX; in IsValidIndex()
59 if (index == INVALID_INDEX) { in SafeDestroyAnData()129 return INVALID_INDEX; in UnSafeGetFileInfoIndex()
89 if (anFileInfoIndex == INVALID_INDEX) { in LoadAiFile()108 if (index == INVALID_INDEX) { in GetAnFileInfo()151 return INVALID_INDEX; in GetAnFileIndex()160 return INVALID_INDEX; in GetAnFileIndex()
105 if (number >= 0 && number < static_cast<double>(INVALID_INDEX)) { in IsIndex()126 return INVALID_INDEX; in GetIndex()132 return INVALID_INDEX; in GetIndex()139 if (value >= INVALID_INDEX) { in GetIndex()140 return INVALID_INDEX; in GetIndex()
113 static const uint32_t INVALID_INDEX = 4294967295L; variable
271 return (anFileInfoIndex_ != INVALID_INDEX); in IsLoadedAOT()397 uint32_t anFileInfoIndex_ {INVALID_INDEX};
981 static constexpr uint32_t INVALID_INDEX = static_cast<uint32_t>(-1);986 return FrameStateOutput(INVALID_INDEX); in Invalid()991 return index_ == INVALID_INDEX; in IsInvalid()
775 uint32_t index_{ INVALID_INDEX };
147 entryBlock.bytecodeIterator_.Reset(this, INVALID_INDEX, INVALID_INDEX); in BuildEntryBlock()
96 static constexpr uint32_t INVALID_INDEX = std::numeric_limits<uint32_t>::max();239 return order_ != INVALID_INDEX; in HasOrderIndex()275 uint32_t order_ {INVALID_INDEX};
676 if (type_idx != panda_file::INVALID_INDEX) { in CreateMethodItem()
337 … auto id = idx != panda_file::INVALID_INDEX ? pf->ResolveClassIndex(mda.GetMethodId(), idx) in TEST()
802 if (method->FindCatchBlock(frameHandler.GetBytecodeOffset() != INVALID_INDEX)) { in IsExceptionCaught()
491 if (class_idx == panda_file::INVALID_INDEX) { in GetExceptions()
1989 if (index != util::Helpers::INVALID_INDEX) { in ToNamedPropertyKey()
1154 if (pcOffset != INVALID_INDEX) { in DEF_RUNTIME_STUBS()
3765 if (pcOffset != INVALID_INDEX) { in RunInternal()3772 if (pcOffset == INVALID_INDEX) { in RunInternal()
7458 if (pcOffset != INVALID_INDEX) { in ExceptionHandler()7466 if (pcOffset == INVALID_INDEX) { in ExceptionHandler()