Lines Matching refs:opcode
329 static bool IsCallOp(EcmaOpcode opcode) in IsCallOp() argument
331 switch (opcode) { in IsCallOp()
351 static bool IsCreateObjectWithBufferOp(EcmaOpcode opcode) in IsCreateObjectWithBufferOp() argument
353 switch (opcode) { in IsCreateObjectWithBufferOp()
362 static bool IsCreateEmptyArrayOp(EcmaOpcode opcode) in IsCreateEmptyArrayOp() argument
364 switch (opcode) { in IsCreateEmptyArrayOp()
373 static bool IsCreateArrayWithBufferOp(EcmaOpcode opcode) in IsCreateArrayWithBufferOp() argument
375 switch (opcode) { in IsCreateArrayWithBufferOp()
384 static bool IsDefineClassWithBufferOp(EcmaOpcode opcode) in IsDefineClassWithBufferOp() argument
386 switch (opcode) { in IsDefineClassWithBufferOp()
395 static bool IsLdLexVarOp(EcmaOpcode opcode) in IsLdLexVarOp() argument
397 switch (opcode) { in IsLdLexVarOp()
407 static bool IsStLexVarOp(EcmaOpcode opcode) in IsStLexVarOp() argument
409 switch (opcode) { in IsStLexVarOp()
419 static bool IsCallOrAccessorOp(EcmaOpcode opcode) in IsCallOrAccessorOp() argument
421 switch (opcode) { in IsCallOrAccessorOp()
449 static bool IsDefineFunc(EcmaOpcode opcode) in IsDefineFunc() argument
451 switch (opcode) { in IsDefineFunc()