Searched refs:stub_code (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | js-generic-lowering.cc | 102 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReplaceWithBuiltinCall() local 103 node->InsertInput(zone(), 0, stub_code); in ReplaceWithBuiltinCall() local 137 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReplaceUnaryOpWithBuiltinCall() local 141 node->InsertInput(zone(), 0, stub_code); in ReplaceUnaryOpWithBuiltinCall() local 612 Node* stub_code = jsgraph()->ArrayConstructorStubConstant(); in LowerJSCreateArray() local 618 node->InsertInput(zone(), 0, stub_code); in LowerJSCreateArray() local 846 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructForwardVarargs() local 850 node->InsertInput(zone(), 0, stub_code); in LowerJSConstructForwardVarargs() local 869 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstruct() local 873 node->InsertInput(zone(), 0, stub_code); in LowerJSConstruct() local 901 Node* stub_code = jsgraph()->HeapConstant(callable.code()); LowerJSConstructWithArrayLike() local 904 node->InsertInput(zone(), 0, stub_code); LowerJSConstructWithArrayLike() local 930 Node* stub_code = jsgraph()->HeapConstant(callable.code()); LowerJSConstructWithSpread() local 940 node->InsertInput(zone(), 0, stub_code); LowerJSConstructWithSpread() local 957 Node* stub_code = jsgraph()->HeapConstant(callable.code()); LowerJSCallForwardVarargs() local 960 node->InsertInput(zone(), 0, stub_code); LowerJSCallForwardVarargs() local 978 Node* stub_code = jsgraph()->HeapConstant(callable.code()); LowerJSCall() local 980 node->InsertInput(zone(), 0, stub_code); LowerJSCall() local 999 Node* stub_code = jsgraph()->HeapConstant(callable.code()); LowerJSCallWithArrayLike() local 1007 node->InsertInput(zone(), 0, stub_code); LowerJSCallWithArrayLike() local 1034 Node* stub_code = jsgraph()->HeapConstant(callable.code()); LowerJSCallWithSpread() local 1046 node->InsertInput(zone(), 0, stub_code); LowerJSCallWithSpread() local [all...] |
H A D | js-typed-lowering.cc | 1790 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReduceJSCall() local 1792 node->InsertInput(graph()->zone(), 0, stub_code); // Code object. in ReduceJSCall()
|
H A D | js-call-reducer.cc | 3179 Node* stub_code = jsgraph()->HeapConstant(callable.code()); 3181 graph()->NewNode(common()->Call(call_descriptor), stub_code, target, 6009 Node* stub_code = jsgraph()->CEntryStubConstant( 6017 graph()->NewNode(common()->Call(call_descriptor), stub_code,
|
Completed in 15 milliseconds