HomeSort by relevance Sort by last modified time
    Searched refs:feedback_slot_index (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
bytecode-graph-builder.cc 739 uint32_t feedback_slot_index,
741 VectorSlotPair feedback = CreateVectorSlotPair(feedback_slot_index);
751 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); local
753 BuildLoadGlobal(name, feedback_slot_index, TypeofMode::NOT_INSIDE_TYPEOF);
761 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); local
763 BuildLoadGlobal(name, feedback_slot_index, TypeofMode::INSIDE_TYPEOF);
982 uint32_t feedback_slot_index = bytecode_iterator().GetIndexOperand(1); local
    [all...]
bytecode-graph-builder.h 137 Node* BuildLoadGlobal(Handle<Name> name, uint32_t feedback_slot_index,
  /external/v8/src/interpreter/
bytecode-generator.cc 2632 int const feedback_slot_index = feedback_index(expr->CallFeedbackICSlot()); local
2668 int const feedback_slot_index = feedback_index(expr->CallFeedbackICSlot()); local
    [all...]

Completed in 673 milliseconds