Home
last modified time | relevance | path

Searched refs:lop (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/utils/
Dbase.ts115 const lop = left.operands[i]; constant
117 if (!basicOperandsEqual(lop, rop)) {
/arkcompiler/ets_runtime/ecmascript/compiler/
Dearly_elimination.cpp249 auto lop = acc_.GetOpCode(lhs); in MayAccessOneMemory() local
255 if (lop == OpCode::LOAD_ELEMENT) { in MayAccessOneMemory()
264 if (lop == OpCode::LOAD_PROPERTY) { in MayAccessOneMemory()
274 if (lop == OpCode::LOAD_CONST_OFFSET) { in MayAccessOneMemory()