Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc751 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in VisitLdaGlobal()
761 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in VisitLdaGlobalInsideTypeof()
772 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in BuildStoreGlobal()
798 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(3)); in VisitStaDataPropertyInLiteral()
808 bytecode_iterator().GetIndexOperand(1), false); in VisitLdaContextSlot()
819 bytecode_iterator().GetIndexOperand(1), true); in VisitLdaImmutableContextSlot()
829 0, bytecode_iterator().GetIndexOperand(0), false); in VisitLdaCurrentContextSlot()
836 0, bytecode_iterator().GetIndexOperand(0), true); in VisitLdaImmutableCurrentContextSlot()
844 bytecode_iterator().GetIndexOperand(1)); in VisitStaContextSlot()
854 javascript()->StoreContext(0, bytecode_iterator().GetIndexOperand(0)); in VisitStaCurrentContextSlot()
[all …]
/external/v8/src/interpreter/
Dbytecode-array-accessor.cc120 uint32_t BytecodeArrayAccessor::GetIndexOperand(int operand_index) const { in GetIndexOperand() function in v8::internal::interpreter::BytecodeArrayAccessor
174 GetIndexOperand(operand_index), in GetConstantForIndexOperand()
Dbytecode-array-accessor.h38 uint32_t GetIndexOperand(int operand_index) const;