Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.cc1213 VectorSlotPair pair = CreateVectorSlotPair(expr->LiteralFeedbackSlot()); in VisitFunctionLiteral()
1253 VectorSlotPair pair = CreateVectorSlotPair(expr->VariableFeedbackSlot()); in VisitVariableProxy()
1321 CreateVectorSlotPair(property->GetSlot(0)); in VisitObjectLiteral()
1433 VectorSlotPair pair = CreateVectorSlotPair(expr->LiteralFeedbackSlot()); in VisitArrayLiteral()
1485 CreateVectorSlotPair(proxy->VariableFeedbackSlot()); in VisitAssignment()
1495 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitAssignment()
1505 CreateVectorSlotPair(property->PropertyFeedbackSlot()); in VisitAssignment()
1535 VectorSlotPair feedback = CreateVectorSlotPair(expr->AssignmentSlot()); in VisitAssignment()
1586 VectorSlotPair pair = CreateVectorSlotPair(expr->PropertyFeedbackSlot()); in VisitProperty()
1630 VectorSlotPair pair = CreateVectorSlotPair(proxy->VariableFeedbackSlot()); in VisitCall()
[all …]
Dbytecode-graph-builder.cc541 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) { in CreateVectorSlotPair() function in v8::internal::compiler::BytecodeGraphBuilder
741 VectorSlotPair feedback = CreateVectorSlotPair(feedback_slot_index); in BuildLoadGlobal()
772 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in BuildStoreGlobal()
798 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(3)); in VisitStaDataPropertyInLiteral()
1048 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitLdaNamedProperty()
1061 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in VisitLdaKeyedProperty()
1077 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in BuildNamedStore()
1114 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in BuildKeyedStore()
1165 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateClosure()
1325 VectorSlotPair feedback = CreateVectorSlotPair(slot_id); in BuildCall()
[all …]
Dbytecode-graph-builder.h56 VectorSlotPair CreateVectorSlotPair(int slot_id);
Dast-graph-builder.h249 VectorSlotPair CreateVectorSlotPair(FeedbackSlot slot) const;