• Home
  • Raw
  • Download

Lines Matching defs:opcode

32     EcmaOpcode opcode = inst.GetOpcode();  in InitBytecodeMetaData()  local
53 void BytecodeMetaData::InitBytecodeFlags(EcmaOpcode &opcode, uint32_t &flags) in InitBytecodeFlags()
69 void BytecodeMetaData::InitReadArgcFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadArgcFlag()
82 void BytecodeMetaData::InitReadNewTargetFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadNewTargetFlag()
98 void BytecodeMetaData::InitReadEnvFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadEnvFlag()
130 void BytecodeMetaData::InitWriteEnvFlag(EcmaOpcode &opcode, uint32_t &flags) in InitWriteEnvFlag()
145 void BytecodeMetaData::InitReadFuncFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadFuncFlag()
261 void BytecodeMetaData::InitDebuggerFlag(EcmaOpcode &opcode, uint32_t &flags) in InitDebuggerFlag()
272 void BytecodeMetaData::InitReadACCFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadACCFlag()
284 void BytecodeMetaData::InitSupportDeoptFlag(EcmaOpcode &opcode, uint32_t &flags) in InitSupportDeoptFlag()
366 void BytecodeMetaData::InitReadThisObjectFlag(EcmaOpcode &opcode, uint32_t &flags) in InitReadThisObjectFlag()
387 void BytecodeMetaData::InitNoSideEffectFlag(EcmaOpcode &opcode, uint32_t &flags) in InitNoSideEffectFlag()
453 void BytecodeMetaData::InitNoGCFlag(EcmaOpcode &opcode, uint32_t &flags) in InitNoGCFlag()
494 void BytecodeMetaData::InitNoThrowFlag(EcmaOpcode &opcode, uint32_t &flags) in InitNoThrowFlag()
579 void BytecodeMetaData::InitBytecodeKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitBytecodeKind()
617 bool BytecodeMetaData::InitAccessorKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitAccessorKind()
638 bool BytecodeMetaData::InitGeneratorResolveKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitGeneratorResolveKind()
650 bool BytecodeMetaData::InitJumpIMMKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitJumpIMMKind()
664 bool BytecodeMetaData::InitConditionJumpKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitConditionJumpKind()
681 bool BytecodeMetaData::InitThrowKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitThrowKind()
697 bool BytecodeMetaData::InitDiscardedKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitDiscardedKind()
709 bool BytecodeMetaData::InitMovKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitMovKind()
725 bool BytecodeMetaData::InitSetConstantKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitSetConstantKind()
746 bool BytecodeMetaData::InitCallBCKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitCallBCKind()
771 bool BytecodeMetaData::InitRetrunKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitRetrunKind()
784 bool BytecodeMetaData::InitSuspendKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitSuspendKind()
797 bool BytecodeMetaData::InitResumeKind(EcmaOpcode &opcode, BytecodeKind &kind) in InitResumeKind()
855 auto opcode = info.GetOpcode(); in InitBytecodeInfo() local