Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-accessor.h88 FeedbackSlot GetSlotOperand(int operand_index) const;
Dbytecode-array-accessor.cc142 FeedbackSlot BytecodeArrayAccessor::GetSlotOperand(int operand_index) const { in GetSlotOperand() function in v8::internal::interpreter::BytecodeArrayAccessor
/external/v8/src/compiler/
Dbytecode-graph-builder.cc1471 FeedbackSlot slot = bytecode_iterator().GetSlotOperand(1); in VisitCreateClosure()
1646 FeedbackSlot slot = bytecode_iterator().GetSlotOperand(1); in VisitGetTemplateObject()
2142 bytecode_iterator().GetSlotOperand(kUnaryOperationHintIndex); in BuildUnaryOp()
2165 bytecode_iterator().GetSlotOperand(kBinaryOperationHintIndex); in BuildBinaryOp()
2185 FeedbackSlot slot = bytecode_iterator().GetSlotOperand(operand_index); in GetBinaryOperationHint()
2193 FeedbackSlot slot = bytecode_iterator().GetSlotOperand(1); in GetCompareOperationHint()
2200 FeedbackSlot slot = bytecode_iterator().GetSlotOperand(operand_index); in GetForInMode()
2295 bytecode_iterator().GetSlotOperand(kBinaryOperationSmiHintIndex); in BuildBinaryOpWithImmediate()
2409 FeedbackSlot slot = bytecode_iterator().GetSlotOperand(1); in BuildCompareOp()
2567 FeedbackSlot slot = bytecode_iterator().GetSlotOperand(0); in VisitToNumber()
[all …]