Home
last modified time | relevance | path

Searched defs:indexItem (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_item_container.cpp840 for (auto *indexItem : indexes_) { in Write() local
862 auto *indexItem = GetIndexByType(type); in Add() local
885 auto *indexItem = GetIndexByType(type); in Remove() local
952 for (auto &indexItem : indexes_) { in CalculateSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_args.cpp180 for (auto indexItem = moveParaIndex.begin(); indexItem != moveParaIndex.end(); ++indexItem) { in MoveRegisterArgs() local