Home
last modified time | relevance | path

Searched defs:numIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dtype_literal_extractor.h68 void EnumerateElements(const uint32_t numIndex, const Callback &callback) in EnumerateElements()
80 void EnumerateTypesWithIntKey(const uint32_t numIndex, const Callback &callback) in EnumerateTypesWithIntKey()
96 void EnumerateProperties(const uint32_t numIndex, const uint32_t gap, const Callback &callback) in EnumerateProperties()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp786 size_t numIndex = array->NumOpnds() - 1; in LowerCArray() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp646 int32 numIndex = static_cast<int>(array.NumOpnds()) - 1; in LowerCArray() local