Home
last modified time | relevance | path

Searched refs:LazyNode (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dbinary-op-assembler.h25 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 …]
Dbinary-op-assembler.cc13 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 …]
Daccessor-assembler.h139 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 …]
Daccessor-assembler.cc3273 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/
Dbuiltins-call-gen.h50 TNode<Int32T> argc, const LazyNode<Context>& context,
51 const LazyNode<HeapObject>& feedback_vector,
56 const LazyNode<Context>& context,
57 const LazyNode<HeapObject>& feedback_vector,
Dbuiltins-constructor-gen.cc68 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()
Dbuiltins-call-gen.cc490 LazyNode<Object> receiver = [=] { in CallReceiver()
Dbase.tq124 // Useful for passing values to and from CSA code that uses LazyNode<T>, which
/third_party/node/deps/v8/src/interpreter/
Dinterpreter-generator.cc187 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()
Dinterpreter-assembler.cc782 LazyNode<Object> receiver = [=] { return LoadRegisterAtOperandIndex(1); }; in CallJSWithSpreadAndDispatch()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h323 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,
Dcode-stub-assembler.cc7594 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()