/third_party/node/deps/v8/src/ic/ |
H A D | binary-op-assembler.cc | 14 TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_AddWithFeedback() 73 slot_id, update_feedback_mode); in Generate_AddWithFeedback() 121 UpdateFeedback(var_type_feedback.value(), maybe_feedback_vector(), slot_id, in Generate_AddWithFeedback() 174 slot_id, update_feedback_mode); in Generate_AddWithFeedback() 203 UpdateFeedback(var_type_feedback.value(), maybe_feedback_vector(), slot_id, in Generate_AddWithFeedback() 211 maybe_feedback_vector(), slot_id, update_feedback_mode); in Generate_AddWithFeedback() local 230 UpdateFeedback(var_type_feedback.value(), maybe_feedback_vector(), slot_id, in Generate_AddWithFeedback() 242 TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_BinaryOperationWithFeedback() 292 slot_id, update_feedback_mode); in Generate_BinaryOperationWithFeedback() 335 UpdateFeedback(var_type_feedback.value(), maybe_feedback_vector(), slot_id, in Generate_BinaryOperationWithFeedback() 12 Generate_AddWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_AddWithFeedback() argument 240 Generate_BinaryOperationWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, const SmiOperation& smiOperation, const FloatOperation& floatOperation, Operation op, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_BinaryOperationWithFeedback() argument 415 maybe_feedback_vector(), slot_id, update_feedback_mode); Generate_BinaryOperationWithFeedback() local 463 Generate_SubtractWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_SubtractWithFeedback() argument 499 Generate_MultiplyWithFeedback( const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_MultiplyWithFeedback() argument 519 Generate_DivideWithFeedback( const LazyNode<Context>& context, TNode<Object> dividend, TNode<Object> divisor, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_DivideWithFeedback() argument 556 Generate_ModulusWithFeedback( const LazyNode<Context>& context, TNode<Object> dividend, TNode<Object> divisor, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ModulusWithFeedback() argument 577 Generate_ExponentiateWithFeedback( const LazyNode<Context>& context, TNode<Object> base, TNode<Object> exponent, TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, UpdateFeedbackMode update_feedback_mode, bool rhs_known_smi) Generate_ExponentiateWithFeedback() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | template-objects.cc | 21 Handle<SharedFunctionInfo> shared_info, int slot_id) { in GetTemplateObject() 38 if (cached_template.slot_id() == slot_id) { in GetTemplateObject() 79 isolate, slot_id, template_object, previous_cached_templates); in GetTemplateObject() 88 Isolate* isolate, int slot_id, Handle<JSArray> template_object, in New() 97 result.set_slot_id(slot_id); in New() 18 GetTemplateObject( Isolate* isolate, Handle<NativeContext> native_context, Handle<TemplateObjectDescription> description, Handle<SharedFunctionInfo> shared_info, int slot_id) GetTemplateObject() argument 87 New( Isolate* isolate, int slot_id, Handle<JSArray> template_object, Handle<HeapObject> next) New() argument
|
H A D | template-objects.h | 28 static Handle<CachedTemplateObject> New(Isolate* isolate, int slot_id, 47 Handle<SharedFunctionInfo> shared_info, int slot_id);
|
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-graph-builder.cc | 107 FeedbackSource CreateFeedbackSource(int slot_id); 238 size_t arg_count, int slot_id); 240 std::initializer_list<Node*> args, int slot_id) { in BuildCall() 241 BuildCall(receiver_mode, args.begin(), args.size(), slot_id); in BuildCall() 304 CallFrequency ComputeCallFrequency(int slot_id) const; 308 SpeculationMode GetSpeculationMode(int slot_id) const; 312 CallFeedbackRelation ComputeCallFeedbackRelation(int slot_id) const; 1128 FeedbackSource BytecodeGraphBuilder::CreateFeedbackSource(int slot_id) { in CreateFeedbackSource() argument 1129 return CreateFeedbackSource(FeedbackVector::ToSlot(slot_id)); in CreateFeedbackSource() 2257 int const slot_id in VisitCreateRegExpLiteral() local 239 BuildCall(ConvertReceiverMode receiver_mode, std::initializer_list<Node*> args, int slot_id) BuildCall() argument 2271 int const slot_id = bytecode_iterator().GetIndexOperand(1); VisitCreateArrayLiteral() local 2292 int const slot_id = bytecode_iterator().GetIndexOperand(0); VisitCreateEmptyArrayLiteral() local 2309 int const slot_id = bytecode_iterator().GetIndexOperand(1); VisitCreateObjectLiteral() local 2384 BuildCall(ConvertReceiverMode receiver_mode, Node* const* args, size_t arg_count, int slot_id) BuildCall() argument 2448 int const slot_id = bytecode_iterator().GetIndexOperand(3); BuildCallVarArgs() local 2472 int const slot_id = bytecode_iterator().GetIndexOperand(2); VisitCallProperty0() local 2484 int const slot_id = bytecode_iterator().GetIndexOperand(3); VisitCallProperty1() local 2498 int const slot_id = bytecode_iterator().GetIndexOperand(4); VisitCallProperty2() local 2511 int const slot_id = bytecode_iterator().GetIndexOperand(1); VisitCallUndefinedReceiver0() local 2522 int const slot_id = bytecode_iterator().GetIndexOperand(2); VisitCallUndefinedReceiver1() local 2535 int const slot_id = bytecode_iterator().GetIndexOperand(3); VisitCallUndefinedReceiver2() local 2551 int const slot_id = bytecode_iterator().GetIndexOperand(3); VisitCallWithSpread() local 2682 int const slot_id = bytecode_iterator().GetIndexOperand(3); VisitConstruct() local 2714 int const slot_id = bytecode_iterator().GetIndexOperand(3); VisitConstructWithSpread() local [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-assembler.cc | 779 TNode<UintPtrT> slot_id, TNode<HeapObject> maybe_feedback_vector) { in CallJSWithSpreadAndDispatch() 784 slot_id); in CallJSWithSpreadAndDispatch() 802 const RegListNodePair& args, TNode<UintPtrT> slot_id, in Construct() 812 slot_id, UpdateFeedbackMode::kOptionalFeedback, in Construct() 846 const RegListNodePair& args, TNode<UintPtrT> slot_id, in ConstructWithSpread() 858 IncrementCallCount(feedback_vector, slot_id); in ConstructWithSpread() 862 LoadFeedbackVectorSlot(feedback_vector, slot_id); in ConstructWithSpread() 934 StoreWeakReferenceInFeedbackVector(feedback_vector, slot_id, in ConstructWithSpread() 936 ReportFeedbackUpdate(feedback_vector, slot_id, in ConstructWithSpread() 948 feedback_vector, slot_id, in ConstructWithSpread() 777 CallJSWithSpreadAndDispatch( TNode<Object> function, TNode<Context> context, const RegListNodePair& args, TNode<UintPtrT> slot_id, TNode<HeapObject> maybe_feedback_vector) CallJSWithSpreadAndDispatch() argument 800 Construct( TNode<Object> target, TNode<Context> context, TNode<Object> new_target, const RegListNodePair& args, TNode<UintPtrT> slot_id, TNode<HeapObject> maybe_feedback_vector) Construct() argument 844 ConstructWithSpread( TNode<Object> target, TNode<Context> context, TNode<Object> new_target, const RegListNodePair& args, TNode<UintPtrT> slot_id, TNode<HeapObject> maybe_feedback_vector) ConstructWithSpread() argument [all...] |
H A D | interpreter-assembler.h | 169 TNode<UintPtrT> slot_id, 177 TNode<UintPtrT> slot_id, 188 TNode<UintPtrT> slot_id,
|
H A D | interpreter-generator.cc | 1371 TNode<UintPtrT> slot_id = BytecodeOperandIdx(3); in JSCall() local 1377 slot_id); in JSCall() 1400 TNode<UintPtrT> slot_id = BytecodeOperandIdx(kSlotOperandIndex); in JSCallN() local 1406 slot_id); in JSCallN() 1554 TNode<UintPtrT> slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1559 CallJSWithSpreadAndDispatch(callable, context, args, slot_id, in IGNITION_HANDLER() 1573 TNode<UintPtrT> slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1577 constructor, context, new_target, args, slot_id, maybe_feedback_vector); in IGNITION_HANDLER() 1592 TNode<UintPtrT> slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1596 slot_id, maybe_feedback_vecto in IGNITION_HANDLER() 1722 TNode<UintPtrT> slot_id = BytecodeOperandIdx(1); IGNITION_HANDLER() local [all...] |
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 1293 xhci_cmd_disable_slot(struct xhci_softc *sc, uint8_t slot_id) in xhci_cmd_disable_slot() argument 1303 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_disable_slot() 1312 uint8_t bsr, uint8_t slot_id) in xhci_cmd_set_address() 1322 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_set_address() 1461 uint8_t deconfigure, uint8_t slot_id) in xhci_cmd_configure_ep() 1471 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_configure_ep() 1483 uint8_t slot_id) in xhci_cmd_evaluate_ctx() 1493 XHCI_TRB_3_SLOT_SET(slot_id); in xhci_cmd_evaluate_ctx() 1501 uint8_t ep_id, uint8_t slot_id) in xhci_cmd_reset_ep() 1511 XHCI_TRB_3_SLOT_SET(slot_id) | in xhci_cmd_reset_ep() 1311 xhci_cmd_set_address(struct xhci_softc *sc, uint64_t input_ctx, uint8_t bsr, uint8_t slot_id) xhci_cmd_set_address() argument 1460 xhci_cmd_configure_ep(struct xhci_softc *sc, uint64_t input_ctx, uint8_t deconfigure, uint8_t slot_id) xhci_cmd_configure_ep() argument 1482 xhci_cmd_evaluate_ctx(struct xhci_softc *sc, uint64_t input_ctx, uint8_t slot_id) xhci_cmd_evaluate_ctx() argument 1500 xhci_cmd_reset_ep(struct xhci_softc *sc, uint8_t preserve, uint8_t ep_id, uint8_t slot_id) xhci_cmd_reset_ep() argument 1523 xhci_cmd_set_tr_dequeue_ptr(struct xhci_softc *sc, uint64_t dequeue_ptr, uint16_t stream_id, uint8_t ep_id, uint8_t slot_id) xhci_cmd_set_tr_dequeue_ptr() argument 1545 xhci_cmd_stop_ep(struct xhci_softc *sc, uint8_t suspend, uint8_t ep_id, uint8_t slot_id) xhci_cmd_stop_ep() argument 1568 xhci_cmd_reset_dev(struct xhci_softc *sc, uint8_t slot_id) xhci_cmd_reset_dev() argument [all...] |
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction-selector-impl.h | 426 int slot_id = secondary_location.AsCalleeFrameSlot(); in ToDualLocationUnallocatedOperand() local 427 return UnallocatedOperand(reg_id, slot_id, virtual_register); in ToDualLocationUnallocatedOperand()
|
H A D | instruction.h | 246 UnallocatedOperand(int reg_id, int slot_id, int virtual_register) in UnallocatedOperand() argument 249 value_ |= SecondaryStorageField::encode(slot_id); in UnallocatedOperand()
|
H A D | register-allocator.cc | 2554 int slot_id = preassigned.second; in BuildLiveRanges() local 2559 spill->set_assigned_slot(slot_id); in BuildLiveRanges()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-internal.cc | 671 int slot_id = args.smi_value_at(2); in RUNTIME_FUNCTION() local 676 isolate, native_context, description, shared_info, slot_id); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 148 TNode<FeedbackVector> feedback_vector, TNode<UintPtrT> slot_id) { in IncrementCallCount() 151 CAST(LoadFeedbackVectorSlot(feedback_vector, slot_id, kTaggedSize)); in IncrementCallCount() 158 StoreFeedbackVectorSlot(feedback_vector, slot_id, new_count, in IncrementCallCount() 10513 TNode<UintPtrT> slot_id, 10517 MaybeUpdateFeedback(feedback, maybe_feedback_vector, slot_id); 10521 UpdateFeedback(feedback, CAST(maybe_feedback_vector), slot_id); 10528 TNode<UintPtrT> slot_id) { 10532 UpdateFeedback(feedback, CAST(maybe_vector), slot_id); 10540 TNode<UintPtrT> slot_id) { 10547 LoadFeedbackVectorSlot(feedback_vector, slot_id); 147 IncrementCallCount( TNode<FeedbackVector> feedback_vector, TNode<UintPtrT> slot_id) IncrementCallCount() argument [all...] |
H A D | code-stub-assembler.h | 2114 // The call count is located at feedback_vector[slot_id + 1]. 2116 TNode<UintPtrT> slot_id); 3400 TNode<UintPtrT> slot_id, UpdateFeedbackMode mode); 3403 TNode<UintPtrT> slot_id); 3406 TNode<UintPtrT> slot_id); 3411 TNode<UintPtrT> slot_id, const char* reason);
|