Home
last modified time | relevance | path

Searched refs:raw_slot (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter.cc446 Node* raw_slot = __ BytecodeOperandIdx(0); in DoLdaGlobal() local
447 Node* result = BuildLoadGlobal(ic, context, raw_slot, assembler); in DoLdaGlobal()
462 Node* raw_slot = __ BytecodeOperandIdx(0); in DoLdaGlobalInsideTypeof() local
463 Node* result = BuildLoadGlobal(ic, context, raw_slot, assembler); in DoLdaGlobalInsideTypeof()
481 Node* raw_slot = __ BytecodeOperandIdx(1); in DoStaGlobal() local
482 Node* smi_slot = __ SmiTag(raw_slot); in DoStaGlobal()
727 Node* raw_slot = __ BytecodeOperandIdx(2); in DoLdaNamedProperty() local
728 Node* smi_slot = __ SmiTag(raw_slot); in DoLdaNamedProperty()
750 Node* raw_slot = __ BytecodeOperandIdx(1); in DoLdaKeyedProperty() local
751 Node* smi_slot = __ SmiTag(raw_slot); in DoLdaKeyedProperty()
[all …]