Lines Matching refs:JSIntrinsicLowering

25 JSIntrinsicLowering::JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph,
29 Reduction JSIntrinsicLowering::Reduce(Node* node) {
89 Reduction JSIntrinsicLowering::ReduceCopyDataProperties(Node* node) {
95 JSIntrinsicLowering::ReduceCopyDataPropertiesWithExcludedPropertiesOnStack(
113 Reduction JSIntrinsicLowering::ReduceCreateIterResultObject(Node* node) {
122 Reduction JSIntrinsicLowering::ReduceDeoptimizeNow(Node* node) {
139 Reduction JSIntrinsicLowering::ReduceCreateJSGeneratorObject(Node* node) {
152 Reduction JSIntrinsicLowering::ReduceGeneratorClose(Node* node) {
166 Reduction JSIntrinsicLowering::ReduceAsyncFunctionAwaitCaught(Node* node) {
172 Reduction JSIntrinsicLowering::ReduceAsyncFunctionAwaitUncaught(Node* node) {
179 Reduction JSIntrinsicLowering::ReduceAsyncFunctionEnter(Node* node) {
184 Reduction JSIntrinsicLowering::ReduceAsyncFunctionReject(Node* node) {
190 Reduction JSIntrinsicLowering::ReduceAsyncFunctionResolve(Node* node) {
196 Reduction JSIntrinsicLowering::ReduceAsyncGeneratorAwaitCaught(Node* node) {
202 Reduction JSIntrinsicLowering::ReduceAsyncGeneratorAwaitUncaught(Node* node) {
209 Reduction JSIntrinsicLowering::ReduceAsyncGeneratorReject(Node* node) {
215 Reduction JSIntrinsicLowering::ReduceAsyncGeneratorResolve(Node* node) {
221 Reduction JSIntrinsicLowering::ReduceAsyncGeneratorYield(Node* node) {
226 Reduction JSIntrinsicLowering::ReduceGeneratorGetResumeMode(Node* node) {
236 Reduction JSIntrinsicLowering::ReduceIsInstanceType(
277 Reduction JSIntrinsicLowering::ReduceIsJSReceiver(Node* node) {
281 Reduction JSIntrinsicLowering::ReduceTurbofanStaticAssert(Node* node) {
295 Reduction JSIntrinsicLowering::ReduceVerifyType(Node* node) {
299 Reduction JSIntrinsicLowering::ReduceIsBeingInterpreted(Node* node) {
304 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op) {
314 Reduction JSIntrinsicLowering::ReduceToLength(Node* node) {
319 Reduction JSIntrinsicLowering::ReduceToObject(Node* node) {
324 Reduction JSIntrinsicLowering::ReduceToString(Node* node) {
335 Reduction JSIntrinsicLowering::ReduceCall(Node* node) {
348 Reduction JSIntrinsicLowering::ReduceIncBlockCounter(Node* node) {
356 Reduction JSIntrinsicLowering::ReduceGetImportMetaObject(Node* node) {
361 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a,
371 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a,
382 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a,
394 Reduction JSIntrinsicLowering::Change(Node* node, Callable const& callable,
409 Graph* JSIntrinsicLowering::graph() const { return jsgraph()->graph(); }
411 Isolate* JSIntrinsicLowering::isolate() const { return jsgraph()->isolate(); }
413 CommonOperatorBuilder* JSIntrinsicLowering::common() const {
417 JSOperatorBuilder* JSIntrinsicLowering::javascript() const {
421 SimplifiedOperatorBuilder* JSIntrinsicLowering::simplified() const {