Lines Matching refs:Opcode
396 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectMethodInfoFromBC()
399 case BytecodeInstruction::Opcode::DEFINEFUNC_IMM8_ID16_IMM8: in CollectMethodInfoFromBC()
400 case BytecodeInstruction::Opcode::DEFINEFUNC_IMM16_ID16_IMM8: { in CollectMethodInfoFromBC()
407 case BytecodeInstruction::Opcode::DEFINEMETHOD_IMM8_ID16_IMM8: in CollectMethodInfoFromBC()
408 case BytecodeInstruction::Opcode::DEFINEMETHOD_IMM16_ID16_IMM8: { in CollectMethodInfoFromBC()
414 case BytecodeInstruction::Opcode::DEFINECLASSWITHBUFFER_IMM8_ID16_ID16_IMM16_V8:{ in CollectMethodInfoFromBC()
427 case BytecodeInstruction::Opcode::DEFINECLASSWITHBUFFER_IMM16_ID16_ID16_IMM16_V8: { in CollectMethodInfoFromBC()
440 case BytecodeInstruction::Opcode::CREATEARRAYWITHBUFFER_IMM8_ID16: in CollectMethodInfoFromBC()
441 case BytecodeInstruction::Opcode::CREATEARRAYWITHBUFFER_IMM16_ID16: { in CollectMethodInfoFromBC()
447 case BytecodeInstruction::Opcode::DEPRECATED_CREATEARRAYWITHBUFFER_PREF_IMM16: { in CollectMethodInfoFromBC()
452 case BytecodeInstruction::Opcode::CREATEOBJECTWITHBUFFER_IMM8_ID16: in CollectMethodInfoFromBC()
453 case BytecodeInstruction::Opcode::CREATEOBJECTWITHBUFFER_IMM16_ID16: { in CollectMethodInfoFromBC()
459 case BytecodeInstruction::Opcode::DEPRECATED_CREATEOBJECTWITHBUFFER_PREF_IMM16: { in CollectMethodInfoFromBC()
464 case BytecodeInstruction::Opcode::NEWLEXENV_IMM8: { in CollectMethodInfoFromBC()
469 case BytecodeInstruction::Opcode::NEWLEXENVWITHNAME_IMM8_ID16: { in CollectMethodInfoFromBC()
474 case BytecodeInstruction::Opcode::WIDE_NEWLEXENV_PREF_IMM16: { in CollectMethodInfoFromBC()
479 case BytecodeInstruction::Opcode::WIDE_NEWLEXENVWITHNAME_PREF_IMM16_ID16: { in CollectMethodInfoFromBC()
511 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectModuleInfoFromBC()
513 case BytecodeInstruction::Opcode::STMODULEVAR_IMM8: { in CollectModuleInfoFromBC()
521 case BytecodeInstruction::Opcode::WIDE_STMODULEVAR_PREF_IMM16: { in CollectModuleInfoFromBC()
528 case BytecodeInstruction::Opcode::LDEXTERNALMODULEVAR_IMM8:{ in CollectModuleInfoFromBC()
533 case BytecodeInstruction::Opcode::WIDE_LDEXTERNALMODULEVAR_PREF_IMM16:{ in CollectModuleInfoFromBC()
716 … BytecodeInstruction::Opcode opcode = static_cast<BytecodeInstruction::Opcode>(bcIns.GetOpcode()); in CollectConstantPoolIndexInfoFromBC()
719 case BytecodeInstruction::Opcode::LDA_STR_ID16: in CollectConstantPoolIndexInfoFromBC()
720 case BytecodeInstruction::Opcode::STOWNBYNAME_IMM8_ID16_V8: in CollectConstantPoolIndexInfoFromBC()
721 case BytecodeInstruction::Opcode::STOWNBYNAME_IMM16_ID16_V8: in CollectConstantPoolIndexInfoFromBC()
722 case BytecodeInstruction::Opcode::CREATEREGEXPWITHLITERAL_IMM8_ID16_IMM8: in CollectConstantPoolIndexInfoFromBC()
723 case BytecodeInstruction::Opcode::CREATEREGEXPWITHLITERAL_IMM16_ID16_IMM8: in CollectConstantPoolIndexInfoFromBC()
724 case BytecodeInstruction::Opcode::STCONSTTOGLOBALRECORD_IMM16_ID16: in CollectConstantPoolIndexInfoFromBC()
725 case BytecodeInstruction::Opcode::TRYLDGLOBALBYNAME_IMM8_ID16: in CollectConstantPoolIndexInfoFromBC()
726 case BytecodeInstruction::Opcode::TRYLDGLOBALBYNAME_IMM16_ID16: in CollectConstantPoolIndexInfoFromBC()
727 case BytecodeInstruction::Opcode::TRYSTGLOBALBYNAME_IMM8_ID16: in CollectConstantPoolIndexInfoFromBC()
728 case BytecodeInstruction::Opcode::TRYSTGLOBALBYNAME_IMM16_ID16: in CollectConstantPoolIndexInfoFromBC()
729 case BytecodeInstruction::Opcode::STTOGLOBALRECORD_IMM16_ID16: in CollectConstantPoolIndexInfoFromBC()
730 case BytecodeInstruction::Opcode::STOWNBYNAMEWITHNAMESET_IMM8_ID16_V8: in CollectConstantPoolIndexInfoFromBC()
731 case BytecodeInstruction::Opcode::STOWNBYNAMEWITHNAMESET_IMM16_ID16_V8: in CollectConstantPoolIndexInfoFromBC()
732 case BytecodeInstruction::Opcode::LDTHISBYNAME_IMM8_ID16: in CollectConstantPoolIndexInfoFromBC()
733 case BytecodeInstruction::Opcode::LDTHISBYNAME_IMM16_ID16: in CollectConstantPoolIndexInfoFromBC()
734 case BytecodeInstruction::Opcode::STTHISBYNAME_IMM8_ID16: in CollectConstantPoolIndexInfoFromBC()
735 case BytecodeInstruction::Opcode::STTHISBYNAME_IMM16_ID16: in CollectConstantPoolIndexInfoFromBC()
736 case BytecodeInstruction::Opcode::LDGLOBALVAR_IMM16_ID16: in CollectConstantPoolIndexInfoFromBC()
737 case BytecodeInstruction::Opcode::LDOBJBYNAME_IMM8_ID16: in CollectConstantPoolIndexInfoFromBC()
738 case BytecodeInstruction::Opcode::LDOBJBYNAME_IMM16_ID16: in CollectConstantPoolIndexInfoFromBC()
739 case BytecodeInstruction::Opcode::STOBJBYNAME_IMM8_ID16_V8: in CollectConstantPoolIndexInfoFromBC()
740 case BytecodeInstruction::Opcode::STOBJBYNAME_IMM16_ID16_V8: in CollectConstantPoolIndexInfoFromBC()
741 case BytecodeInstruction::Opcode::LDSUPERBYNAME_IMM8_ID16: in CollectConstantPoolIndexInfoFromBC()
742 case BytecodeInstruction::Opcode::LDSUPERBYNAME_IMM16_ID16: in CollectConstantPoolIndexInfoFromBC()
743 case BytecodeInstruction::Opcode::STSUPERBYNAME_IMM8_ID16_V8: in CollectConstantPoolIndexInfoFromBC()
744 case BytecodeInstruction::Opcode::STSUPERBYNAME_IMM16_ID16_V8: in CollectConstantPoolIndexInfoFromBC()
745 case BytecodeInstruction::Opcode::STGLOBALVAR_IMM16_ID16: in CollectConstantPoolIndexInfoFromBC()
746 case BytecodeInstruction::Opcode::LDBIGINT_ID16: { in CollectConstantPoolIndexInfoFromBC()
751 case BytecodeInstruction::Opcode::DEFINEFUNC_IMM8_ID16_IMM8: in CollectConstantPoolIndexInfoFromBC()
752 case BytecodeInstruction::Opcode::DEFINEFUNC_IMM16_ID16_IMM8: in CollectConstantPoolIndexInfoFromBC()
753 case BytecodeInstruction::Opcode::DEFINEMETHOD_IMM8_ID16_IMM8: in CollectConstantPoolIndexInfoFromBC()
754 case BytecodeInstruction::Opcode::DEFINEMETHOD_IMM16_ID16_IMM8: { in CollectConstantPoolIndexInfoFromBC()
759 case BytecodeInstruction::Opcode::CREATEOBJECTWITHBUFFER_IMM8_ID16: in CollectConstantPoolIndexInfoFromBC()
760 case BytecodeInstruction::Opcode::CREATEOBJECTWITHBUFFER_IMM16_ID16: { in CollectConstantPoolIndexInfoFromBC()
765 case BytecodeInstruction::Opcode::CREATEARRAYWITHBUFFER_IMM8_ID16: in CollectConstantPoolIndexInfoFromBC()
766 case BytecodeInstruction::Opcode::CREATEARRAYWITHBUFFER_IMM16_ID16: { in CollectConstantPoolIndexInfoFromBC()
771 case BytecodeInstruction::Opcode::DEFINECLASSWITHBUFFER_IMM8_ID16_ID16_IMM16_V8: { in CollectConstantPoolIndexInfoFromBC()
779 case BytecodeInstruction::Opcode::DEFINECLASSWITHBUFFER_IMM16_ID16_ID16_IMM16_V8: { in CollectConstantPoolIndexInfoFromBC()