Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc739 uint32_t feedback_slot_index, in BuildLoadGlobal() argument
741 VectorSlotPair feedback = CreateVectorSlotPair(feedback_slot_index); in BuildLoadGlobal()
751 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in VisitLdaGlobal() local
753 BuildLoadGlobal(name, feedback_slot_index, TypeofMode::NOT_INSIDE_TYPEOF); in VisitLdaGlobal()
761 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in VisitLdaGlobalInsideTypeof() local
763 BuildLoadGlobal(name, feedback_slot_index, TypeofMode::INSIDE_TYPEOF); in VisitLdaGlobalInsideTypeof()
982 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); in BuildLdaLookupGlobalSlot() local
983 Node* node = BuildLoadGlobal(name, feedback_slot_index, typeof_mode); in BuildLdaLookupGlobalSlot()
Dbytecode-graph-builder.h137 Node* BuildLoadGlobal(Handle<Name> name, uint32_t feedback_slot_index,
/external/v8/src/interpreter/
Dbytecode-generator.cc2632 int const feedback_slot_index = feedback_index(expr->CallFeedbackICSlot()); in VisitCall() local
2633 builder()->Call(callee, args, feedback_slot_index, call_type, in VisitCall()
2668 int const feedback_slot_index = feedback_index(expr->CallFeedbackICSlot()); in VisitCallSuper() local
2669 builder()->Construct(constructor, args_regs, feedback_slot_index); in VisitCallSuper()