Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc573 VectorSlotPair BytecodeGraphBuilder::CreateVectorSlotPair(int slot_id) { in CreateVectorSlotPair() function in v8::internal::compiler::BytecodeGraphBuilder
973 VectorSlotPair feedback = CreateVectorSlotPair(feedback_slot_index); in BuildLoadGlobal()
1004 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in VisitStaGlobal()
1022 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitStaInArrayLiteral()
1050 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(3)); in VisitStaDataPropertyInLiteral()
1323 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitLdaNamedProperty()
1346 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(1)); in VisitLdaKeyedProperty()
1371 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in BuildNamedStore()
1415 CreateVectorSlotPair(bytecode_iterator().GetIndexOperand(2)); in VisitStaKeyedProperty()
1566 VectorSlotPair pair = CreateVectorSlotPair(slot_id); in VisitCreateRegExpLiteral()
[all …]
Dbytecode-graph-builder.h65 VectorSlotPair CreateVectorSlotPair(int slot_id);