• Home
  • Raw
  • Download

Lines Matching refs:JSIntrinsicLowering

23 JSIntrinsicLowering::JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph,  in JSIntrinsicLowering()  function in v8::internal::compiler::JSIntrinsicLowering
27 Reduction JSIntrinsicLowering::Reduce(Node* node) { in Reduce()
105 Reduction JSIntrinsicLowering::ReduceCreateIterResultObject(Node* node) { in ReduceCreateIterResultObject()
114 Reduction JSIntrinsicLowering::ReduceDebugIsActive(Node* node) { in ReduceDebugIsActive()
124 Reduction JSIntrinsicLowering::ReduceDeoptimizeNow(Node* node) { in ReduceDeoptimizeNow()
142 Reduction JSIntrinsicLowering::ReduceGeneratorClose(Node* node) { in ReduceGeneratorClose()
156 Reduction JSIntrinsicLowering::ReduceGeneratorGetInputOrDebugPos(Node* node) { in ReduceGeneratorGetInputOrDebugPos()
166 Reduction JSIntrinsicLowering::ReduceGeneratorGetContext(Node* node) { in ReduceGeneratorGetContext()
176 Reduction JSIntrinsicLowering::ReduceGeneratorGetResumeMode(Node* node) { in ReduceGeneratorGetResumeMode()
186 Reduction JSIntrinsicLowering::ReduceIsInstanceType( in ReduceIsInstanceType()
225 Reduction JSIntrinsicLowering::ReduceIsJSReceiver(Node* node) { in ReduceIsJSReceiver()
230 Reduction JSIntrinsicLowering::ReduceIsSmi(Node* node) { in ReduceIsSmi()
235 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op) { in Change()
246 Reduction JSIntrinsicLowering::ReduceFixedArrayGet(Node* node) { in ReduceFixedArrayGet()
257 Reduction JSIntrinsicLowering::ReduceFixedArraySet(Node* node) { in ReduceFixedArraySet()
271 Reduction JSIntrinsicLowering::ReduceSubString(Node* node) { in ReduceSubString()
276 Reduction JSIntrinsicLowering::ReduceToInteger(Node* node) { in ReduceToInteger()
282 Reduction JSIntrinsicLowering::ReduceToNumber(Node* node) { in ReduceToNumber()
288 Reduction JSIntrinsicLowering::ReduceToLength(Node* node) { in ReduceToLength()
294 Reduction JSIntrinsicLowering::ReduceToObject(Node* node) { in ReduceToObject()
300 Reduction JSIntrinsicLowering::ReduceToString(Node* node) { in ReduceToString()
306 Reduction JSIntrinsicLowering::ReduceCall(Node* node) { in ReduceCall()
315 Reduction JSIntrinsicLowering::ReduceGetSuperConstructor(Node* node) { in ReduceGetSuperConstructor()
326 Reduction JSIntrinsicLowering::ReduceArrayBufferViewField( in ReduceArrayBufferViewField()
352 Reduction JSIntrinsicLowering::ReduceMaxSmi(Node* node) { in ReduceMaxSmi()
358 Reduction JSIntrinsicLowering::ReduceTypedArrayMaxSizeInHeap(Node* node) { in ReduceTypedArrayMaxSizeInHeap()
364 Reduction JSIntrinsicLowering::ReduceJSCollectionGetTable(Node* node) { in ReduceJSCollectionGetTable()
373 Reduction JSIntrinsicLowering::ReduceStringGetRawHashField(Node* node) { in ReduceStringGetRawHashField()
382 Reduction JSIntrinsicLowering::ReduceTheHole(Node* node) { in ReduceTheHole()
388 Reduction JSIntrinsicLowering::ReduceClassOf(Node* node) { in ReduceClassOf()
395 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a, in Change()
406 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a, in Change()
418 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a, in Change()
431 Reduction JSIntrinsicLowering::Change(Node* node, Callable const& callable, in Change()
443 Graph* JSIntrinsicLowering::graph() const { return jsgraph()->graph(); } in graph()
446 Isolate* JSIntrinsicLowering::isolate() const { return jsgraph()->isolate(); } in isolate()
449 CommonOperatorBuilder* JSIntrinsicLowering::common() const { in common()
453 JSOperatorBuilder* JSIntrinsicLowering::javascript() const { in javascript()
457 SimplifiedOperatorBuilder* JSIntrinsicLowering::simplified() const { in simplified()