Home
last modified time | relevance | path

Searched refs:INVALID_INDEX (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp79 uint32_t pcOffset = INVALID_INDEX; in FindCatchBlock()
87 return pcOffset == INVALID_INDEX; in FindCatchBlock()
Dcommon.h136 constexpr uint32_t INVALID_INDEX = std::numeric_limits<uint32_t>::max();
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_obj_layout_info.cpp39 return GetElementIndexByKey(key) != INVALID_INDEX; in Find()
55 return INVALID_INDEX; in GetElementIndexByKey()
Dts_obj_layout_info.h42 static constexpr int INVALID_INDEX = -1; variable
80 return index != INVALID_INDEX; in IsValidIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dan_file_data_manager.cpp59 if (index == INVALID_INDEX) { in SafeDestroyAnData()
129 return INVALID_INDEX; in UnSafeGetFileInfoIndex()
Daot_file_manager.cpp89 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()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp105 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()
Dhelpers.h113 static const uint32_t INVALID_INDEX = 4294967295L; variable
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h271 return (anFileInfoIndex_ != INVALID_INDEX); in IsLoadedAOT()
397 uint32_t anFileInfoIndex_ {INVALID_INDEX};
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data.h981 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()
Dbytecodes.h775 uint32_t index_{ INVALID_INDEX };
Dbytecode_circuit_builder.cpp147 entryBlock.bytecodeIterator_.Reset(this, INVALID_INDEX, INVALID_INDEX); in BuildEntryBlock()
/arkcompiler/runtime_core/libpandafile/
Dfile_items.h96 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};
Dfile_reader.cpp676 if (type_idx != panda_file::INVALID_INDEX) { in CreateMethodItem()
/arkcompiler/runtime_core/assembler/tests/
Demitter_test.cpp337 … auto id = idx != panda_file::INVALID_INDEX ? pf->ResolveClassIndex(mda.GetMethodId(), idx) in TEST()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp802 if (method->FindCatchBlock(frameHandler.GetBytecodeOffset() != INVALID_INDEX)) { in IsExceptionCaught()
/arkcompiler/runtime_core/disassembler/
Ddisassembler.cpp491 if (class_idx == panda_file::INVALID_INDEX) { in GetExceptions()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1989 if (index != util::Helpers::INVALID_INDEX) { in ToNamedPropertyKey()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1154 if (pcOffset != INVALID_INDEX) { in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3765 if (pcOffset != INVALID_INDEX) { in RunInternal()
3772 if (pcOffset == INVALID_INDEX) { in RunInternal()
Dinterpreter_assembly.cpp7458 if (pcOffset != INVALID_INDEX) { in ExceptionHandler()
7466 if (pcOffset == INVALID_INDEX) { in ExceptionHandler()