Searched refs:stub_code (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
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() 137 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReplaceUnaryOpWithBuiltinCall() local 141 node->InsertInput(zone(), 0, stub_code); in ReplaceUnaryOpWithBuiltinCall() 612 Node* stub_code = jsgraph()->ArrayConstructorStubConstant(); in LowerJSCreateArray() local 618 node->InsertInput(zone(), 0, stub_code); in LowerJSCreateArray() 846 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructForwardVarargs() local 850 node->InsertInput(zone(), 0, stub_code); in LowerJSConstructForwardVarargs() 869 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstruct() local 873 node->InsertInput(zone(), 0, stub_code); in LowerJSConstruct() [all …]
|
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()
|
D | js-call-reducer.cc | 3179 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReduceReflectGet() local 3181 graph()->NewNode(common()->Call(call_descriptor), stub_code, target, in ReduceReflectGet() 6009 Node* stub_code = jsgraph()->CEntryStubConstant( in ReduceArrayPrototypeShift() local 6017 graph()->NewNode(common()->Call(call_descriptor), stub_code, in ReduceArrayPrototypeShift()
|