• Home
  • Raw
  • Download

Lines Matching refs:stub_code

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()
646 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructWithSpread() local
655 node->InsertInput(zone(), 0, stub_code); in LowerJSConstructWithSpread()
670 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCallForwardVarargs() local
673 node->InsertInput(zone(), 0, stub_code); in LowerJSCallForwardVarargs()
687 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCall() local
689 node->InsertInput(zone(), 0, stub_code); in LowerJSCall()
699 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCallWithArrayLike() local
702 node->InsertInput(zone(), 0, stub_code); in LowerJSCallWithArrayLike()
716 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCallWithSpread() local
719 node->InsertInput(zone(), 0, stub_code); in LowerJSCallWithSpread()