Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpgo_bc_info.cpp75 } else if (Bytecodes::IsCreateEmptyArrayOp(opcode)) { in Record()
Dbytecodes.h371 static bool IsCreateEmptyArrayOp(EcmaOpcode opcode) in IsCreateEmptyArrayOp() function