Home
last modified time | relevance | path

Searched defs:INVALID_INDEX (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h184 static const uint32_t INVALID_INDEX = 4294967295L; variable
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h201 static const uint32_t INVALID_INDEX = 4294967295L; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h228 static constexpr int32_t INVALID_INDEX = -1; variable
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/branch_eliminator/
Dbranch_eliminator_test.cpp45 constexpr ConstantInfoIndexType INVALID_INDEX = std::numeric_limits<ConstantInfoIndexType>::max(); variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_TypedArrays.cpp806 #define INVALID_INDEX (-1.0) macro