/third_party/node/deps/v8/src/ic/ |
D | binary-op-assembler.h | 25 const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, 26 TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, 30 const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, 31 TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, 35 const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, 36 TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, 40 const LazyNode<Context>& context, TNode<Object> dividend, 42 const LazyNode<HeapObject>& maybe_feedback_vector, 46 const LazyNode<Context>& context, TNode<Object> dividend, 48 const LazyNode<HeapObject>& maybe_feedback_vector, [all …]
|
D | binary-op-assembler.cc | 13 const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, in Generate_AddWithFeedback() 14 TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_AddWithFeedback() 241 const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, in Generate_BinaryOperationWithFeedback() 242 TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_BinaryOperationWithFeedback() 464 const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, in Generate_SubtractWithFeedback() 465 TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_SubtractWithFeedback() 500 const LazyNode<Context>& context, TNode<Object> lhs, TNode<Object> rhs, in Generate_MultiplyWithFeedback() 501 TNode<UintPtrT> slot_id, const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_MultiplyWithFeedback() 520 const LazyNode<Context>& context, TNode<Object> dividend, in Generate_DivideWithFeedback() 522 const LazyNode<HeapObject>& maybe_feedback_vector, in Generate_DivideWithFeedback() [all …]
|
D | accessor-assembler.h | 139 LazyNode<Context> context, TNode<Object> receiver, 140 LazyNode<Object> name, LazyNode<TaggedIndex> slot, 176 LazyNode<Context> context_; 178 LazyNode<Object> name_; 179 LazyNode<TaggedIndex> slot_; 185 const LazyNode<TaggedIndex>& lazy_slot, 186 const LazyNode<Context>& lazy_context, 187 const LazyNode<Name>& lazy_name, TypeofMode typeof_mode, 427 const LazyNode<Context>& lazy_context, 433 const LazyNode<Context>& lazy_context, [all …]
|
D | accessor-assembler.cc | 3273 const LazyNode<TaggedIndex>& lazy_slot, in LoadGlobalIC() 3274 const LazyNode<Context>& lazy_context, in LoadGlobalIC() 3275 const LazyNode<Name>& lazy_name, in LoadGlobalIC() 3320 const LazyNode<Context>& lazy_context, ExitPoint* exit_point, in LoadGlobalIC_TryPropertyCellCase() 3357 const LazyNode<Context>& lazy_context, const LazyNode<Name>& lazy_name, in LoadGlobalIC_TryHandlerCase()
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-call-gen.h | 50 TNode<Int32T> argc, const LazyNode<Context>& context, 51 const LazyNode<HeapObject>& feedback_vector, 56 const LazyNode<Context>& context, 57 const LazyNode<HeapObject>& feedback_vector,
|
D | builtins-constructor-gen.cc | 68 const LazyNode<Context>& context, in BuildConstruct() 69 const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, in BuildConstruct() 159 TNode<Int32T> argc, const LazyNode<Context>& context, in BuildConstructWithSpread() 160 const LazyNode<HeapObject>& feedback_vector, TNode<UintPtrT> slot, in BuildConstructWithSpread()
|
D | builtins-call-gen.cc | 490 LazyNode<Object> receiver = [=] { in CallReceiver()
|
D | base.tq | 124 // Useful for passing values to and from CSA code that uses LazyNode<T>, which
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-generator.cc | 187 LazyNode<TaggedIndex> lazy_slot = [=] { in LdaGlobal() 191 LazyNode<Context> lazy_context = [=] { return GetContext(); }; in LdaGlobal() 193 LazyNode<Name> lazy_name = [=] { in LdaGlobal() 529 LazyNode<TaggedIndex> lazy_slot = [=] { in IGNITION_HANDLER() 532 LazyNode<Name> lazy_name = [=] { in IGNITION_HANDLER() 535 LazyNode<Context> lazy_context = [=] { return GetContext(); }; in IGNITION_HANDLER() 874 const LazyNode<Context>& context, TNode<Object> left, TNode<Object> right, 875 TNode<UintPtrT> slot, const LazyNode<HeapObject>& maybe_feedback_vector, 1365 LazyNode<Object> receiver = [=] { in JSCall() 1395 LazyNode<Object> receiver = [=] { in JSCallN()
|
D | interpreter-assembler.cc | 782 LazyNode<Object> receiver = [=] { return LoadRegisterAtOperandIndex(1); }; in CallJSWithSpreadAndDispatch()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.h | 323 using LazyNode = std::function<TNode<T>()>; variable 465 TNode<T> RunLazy(LazyNode<T> lazy) { in RunLazy() 2781 LazyNode<Context> context, TNode<Object> input, 3568 const LazyNode<Context>& context, 3626 const LazyNode<Context>& context,
|
D | code-stub-assembler.cc | 7594 LazyNode<Context> context, TNode<Object> input, in ToNumberOrNumeric() 11974 const LazyNode<Context>& context, TVariable<Smi>* var_type_feedback) { in RelationalComparison() 12501 const LazyNode<Context>& context, in Equal()
|