/third_party/node/deps/v8/src/objects/ |
H A D | template-objects.cc | 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
|
/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
|
/third_party/node/deps/v8/src/ic/ |
H A D | binary-op-assembler.cc | 211 maybe_feedback_vector(), slot_id, update_feedback_mode); in Generate_AddWithFeedback() local 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/compiler/backend/ |
H A D | instruction-selector-impl.h | 426 int slot_id = secondary_location.AsCalleeFrameSlot(); in ToDualLocationUnallocatedOperand() local
|
H A D | instruction.h | 246 UnallocatedOperand(int reg_id, int slot_id, int virtual_register) in UnallocatedOperand() argument
|
H A D | register-allocator.cc | 2554 int slot_id = preassigned.second; in BuildLiveRanges() local
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 147 IncrementCallCount( TNode<FeedbackVector> feedback_vector, TNode<UintPtrT> slot_id) IncrementCallCount() argument [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 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/interpreter/ |
H A D | interpreter-generator.cc | 1371 TNode<UintPtrT> slot_id = BytecodeOperandIdx(3); in JSCall() local 1400 TNode<UintPtrT> slot_id = BytecodeOperandIdx(kSlotOperandIndex); in JSCallN() local 1554 TNode<UintPtrT> slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1573 TNode<UintPtrT> slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1592 TNode<UintPtrT> slot_id = BytecodeOperandIdx(3); in IGNITION_HANDLER() local 1722 TNode<UintPtrT> slot_id = BytecodeOperandIdx(1); IGNITION_HANDLER() local [all...] |
H A D | interpreter-assembler.cc | 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...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | bytecode-graph-builder.cc | 1128 FeedbackSource BytecodeGraphBuilder::CreateFeedbackSource(int slot_id) { in CreateFeedbackSource() argument 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...] |