Searched refs:stub_code (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 110 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReplaceWithStubCall() local 111 node->InsertInput(zone(), 0, stub_code); in ReplaceWithStubCall() 365 Node* stub_code = jsgraph()->ArrayConstructorStubConstant(); in LowerJSCreateArray() local 372 node->InsertInput(zone(), 0, stub_code); in LowerJSCreateArray() 587 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructForwardVarargs() local 593 node->InsertInput(zone(), 0, stub_code); in LowerJSConstructForwardVarargs() 608 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstruct() local 613 node->InsertInput(zone(), 0, stub_code); in LowerJSConstruct() 626 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructWithArrayLike() local 630 node->InsertInput(zone(), 0, stub_code); in LowerJSConstructWithArrayLike() [all …]
|
D | js-typed-lowering.cc | 1736 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReduceJSCall() local 1737 node->InsertInput(graph()->zone(), 0, stub_code); // Code object. in ReduceJSCall()
|
D | js-call-reducer.cc | 870 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReduceReflectGet() local 872 graph()->NewNode(common()->Call(call_descriptor), stub_code, target, in ReduceReflectGet() 4734 Node* stub_code = in ReduceArrayPrototypeShift() local 4742 graph()->NewNode(common()->Call(call_descriptor), stub_code, receiver, in ReduceArrayPrototypeShift()
|
D | wasm-compiler.cc | 4210 Node* stub_code = in BuildJavaScriptToNumber() local 4217 graph()->NewNode(mcgraph()->common()->Call(call_descriptor), stub_code, in BuildJavaScriptToNumber()
|