Searched refs:raw_slot (Results 1 – 1 of 1) sorted by relevance
446 Node* raw_slot = __ BytecodeOperandIdx(0); in DoLdaGlobal() local447 Node* result = BuildLoadGlobal(ic, context, raw_slot, assembler); in DoLdaGlobal()462 Node* raw_slot = __ BytecodeOperandIdx(0); in DoLdaGlobalInsideTypeof() local463 Node* result = BuildLoadGlobal(ic, context, raw_slot, assembler); in DoLdaGlobalInsideTypeof()481 Node* raw_slot = __ BytecodeOperandIdx(1); in DoStaGlobal() local482 Node* smi_slot = __ SmiTag(raw_slot); in DoStaGlobal()727 Node* raw_slot = __ BytecodeOperandIdx(2); in DoLdaNamedProperty() local728 Node* smi_slot = __ SmiTag(raw_slot); in DoLdaNamedProperty()750 Node* raw_slot = __ BytecodeOperandIdx(1); in DoLdaKeyedProperty() local751 Node* smi_slot = __ SmiTag(raw_slot); in DoLdaKeyedProperty()[all …]