Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doperand.cpp68 uint32 mySz = GetSize(); in operator ==() local
75 return (myRn == otherRn && mySz == otherSz && myFl == otherFl); in operator ==()
77 return (myRn == otherRn && mySz == otherSz); in operator ==()
83 uint32 mySz = GetSize(); in operator <() local
88 return myRn < otherRn || (myRn == otherRn && mySz < otherSz) || in operator <()
89 (myRn == otherRn && mySz == otherSz && myFl < otherFl); in operator <()

Completed in 1 milliseconds