Home | History | Annotate | Download | only in interpreter

Lines Matching defs:name_index

526       Node* name_index = __ BytecodeOperandIdx(name_operand_index);
527 Node* name = __ LoadConstantPoolEntry(name_index);
539 Node* name_index = __ BytecodeOperandIdx(name_operand_index);
540 Node* name = __ LoadConstantPoolEntry(name_index);
555 // LdaGlobal <name_index> <slot>
557 // Load the global with name in constant pool entry <name_index> into the
567 // LdaGlobalInsideTypeof <name_index> <slot>
569 // Load the global with name in constant pool entry <name_index> into the
599 // StaGlobalSloppy <name_index> <slot>
602 // entry <name_index> using FeedBackVector slot <slot> in sloppy mode.
608 // StaGlobalStrict <name_index> <slot>
611 // entry <name_index> using FeedBackVector slot <slot> in strict mode.
690 Node* name_index = __ BytecodeOperandIdx(0);
691 Node* name = __ LoadConstantPoolEntry(name_index);
698 // LdaLookupSlot <name_index>
700 // Lookup the object with the name in constant pool entry |name_index|
706 // LdaLookupSlotInsideTypeof <name_index>
708 // Lookup the object with the name in constant pool entry |name_index|
717 Node* name_index = __ BytecodeOperandIdx(0);
737 Node* name = __ LoadConstantPoolEntry(name_index);
744 // LdaLookupSlot <name_index>
746 // Lookup the object with the name in constant pool entry |name_index|
752 // LdaLookupSlotInsideTypeof <name_index>
754 // Lookup the object with the name in constant pool entry |name_index|
787 Node* name_index = __ BytecodeOperandIdx(0);
788 Node* name = __ LoadConstantPoolEntry(name_index);
795 // LdaLookupGlobalSlot <name_index> <feedback_slot> <depth>
797 // Lookup the object with the name in constant pool entry |name_index|
803 // LdaLookupGlobalSlotInsideTypeof <name_index> <feedback_slot> <depth>
805 // Lookup the object with the name in constant pool entry |name_index|
826 // StaLookupSlotSloppy <name_index>
829 // pool entry |name_index| in sloppy mode.
834 // StaLookupSlotStrict <name_index>
837 // pool entry |name_index| in strict mode.
842 // LdaNamedProperty <object> <name_index> <slot>
845 // constant pool entry <name_index>.
899 // StaNamedPropertySloppy <object> <name_index> <slot>
902 // the name in constant pool entry <name_index> with the value in the
909 // StaNamedPropertyStrict <object> <name_index> <slot>
912 // the name in constant pool entry <name_index> with the value in the
919 // StaNamedOwnProperty <object> <name_index> <slot>
922 // the name in constant pool entry <name_index> with the value in the