Searched defs:CreateVectorSlotPair (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dast-graph-builder.cc1213 VectorSlotPair pair = CreateVectorSlotPair(expr->LiteralFeedbackSlot());
1253 VectorSlotPair pair = CreateVectorSlotPair(expr->VariableFeedbackSlot());
1321 CreateVectorSlotPair(property->GetSlot(0));
1433 VectorSlotPair pair = CreateVectorSlotPair(expr->LiteralFeedbackSlot());
1485 CreateVectorSlotPair(proxy->VariableFeedbackSlot());
1495 CreateVectorSlotPair(property->PropertyFeedbackSlot());
1505 CreateVectorSlotPair(property->PropertyFeedbackSlot());
1535 VectorSlotPair feedback = CreateVectorSlotPair(expr->AssignmentSlot());
1586 VectorSlotPair pair = CreateVectorSlotPair(expr->PropertyFeedbackSlot());
1630 VectorSlotPair pair = CreateVectorSlotPair(prox
2234 VectorSlotPair AstGraphBuilder::CreateVectorSlotPair(FeedbackSlot slot) const { function in class:v8::internal::compiler::AstGraphBuilder
[all...]
H A Dbytecode-graph-builder.cc541 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) { function in class:v8::internal::compiler::BytecodeGraphBuilder
741 VectorSlotPair feedback = CreateVectorSlotPair(feedback_slot_index);
772 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1));
798 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(3));
1048 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2));
1061 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1));
1077 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2));
1114 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2));
1165 VectorSlotPair pair = CreateVectorSlotPair(slot_id);
1325 VectorSlotPair feedback = CreateVectorSlotPair(slot_i
[all...]

Completed in 113 milliseconds