Lines Matching refs:JSIntrinsicLowering

23 JSIntrinsicLowering::JSIntrinsicLowering(Editor* editor, JSGraph* jsgraph,
27 Reduction JSIntrinsicLowering::Reduce(Node* node) {
84 Reduction JSIntrinsicLowering::ReduceCreateIterResultObject(Node* node) {
94 Reduction JSIntrinsicLowering::ReduceDeoptimizeNow(Node* node) {
112 Reduction JSIntrinsicLowering::ReduceGeneratorClose(Node* node) {
126 Reduction JSIntrinsicLowering::ReduceGeneratorGetInputOrDebugPos(Node* node) {
136 Reduction JSIntrinsicLowering::ReduceGeneratorGetResumeMode(Node* node) {
146 Reduction JSIntrinsicLowering::ReduceIsInstanceType(
185 Reduction JSIntrinsicLowering::ReduceIsJSReceiver(Node* node) {
190 Reduction JSIntrinsicLowering::ReduceIsSmi(Node* node) {
195 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op) {
206 Reduction JSIntrinsicLowering::ReduceFixedArrayGet(Node* node) {
217 Reduction JSIntrinsicLowering::ReduceFixedArraySet(Node* node) {
231 Reduction JSIntrinsicLowering::ReduceRegExpExec(Node* node) {
236 Reduction JSIntrinsicLowering::ReduceSubString(Node* node) {
241 Reduction JSIntrinsicLowering::ReduceToInteger(Node* node) {
247 Reduction JSIntrinsicLowering::ReduceToNumber(Node* node) {
253 Reduction JSIntrinsicLowering::ReduceToLength(Node* node) {
259 Reduction JSIntrinsicLowering::ReduceToObject(Node* node) {
265 Reduction JSIntrinsicLowering::ReduceToString(Node* node) {
271 Reduction JSIntrinsicLowering::ReduceCall(Node* node) {
280 Reduction JSIntrinsicLowering::ReduceNewObject(Node* node) {
284 Reduction JSIntrinsicLowering::ReduceGetSuperConstructor(Node* node) {
295 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a,
306 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a,
318 Reduction JSIntrinsicLowering::Change(Node* node, const Operator* op, Node* a,
331 Reduction JSIntrinsicLowering::Change(Node* node, Callable const& callable,
343 Graph* JSIntrinsicLowering::graph() const { return jsgraph()->graph(); }
346 Isolate* JSIntrinsicLowering::isolate() const { return jsgraph()->isolate(); }
349 CommonOperatorBuilder* JSIntrinsicLowering::common() const {
353 JSOperatorBuilder* JSIntrinsicLowering::javascript() const {
357 SimplifiedOperatorBuilder* JSIntrinsicLowering::simplified() const {