Home
last modified time | relevance | path

Searched refs:shortyIdx (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
H A Dproto_data_accessor-inl.h77 size_t shortyIdx = 0; in IsEqual() local
83 size_t shift = (shortyIdx % SHORTY_ELEM_PER16) * SHORTY_ELEM_WIDTH; in IsEqual()
96 if ((++shortyIdx % SHORTY_ELEM_PER16) == 0) { in IsEqual()
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp81 size_t shortyIdx = 0; in operator ==() local
83 pda.EnumerateTypes([&equal, &shorties, &shortyIdx](panda_file::Type type) { in operator ==()
84 equal = equal && shortyIdx < shorties.size() && type == shorties[shortyIdx]; in operator ==()
85 ++shortyIdx; in operator ==()
87 if (!equal || shortyIdx != shorties.size() || pda.GetRefNum() != refTypes.size()) { in operator ==()

Completed in 2 milliseconds