Home | History | Annotate | Download | only in compiler

Lines Matching refs:function

32 (function testJoin() {
33 function constructor() {
36 function join(mode, expected) {
53 (function testLoop() {
54 function constructor() {
58 function loop() {
75 (function testNested() {
76 function constructor() {
81 function nested() {
109 (function testDeoptLocal() {
111 function constructor1() {
116 function constructor2(o) {
120 function func() {
138 (function testDeoptOperand() {
140 function constructor1() {
150 function constructor2() {
161 function func() {
179 (function testMapCheck() {
181 function getter() { return 27; }
182 function setter(v) { sum += v; }
183 function constructor() {
187 function check(x, y) {
206 (function testOSR() {
207 function constructor() {
210 function osr1(length) {
218 function osr2(length) {
226 function osr3(length) {
235 function test(closure) {
247 (function testOOB() {
248 function cons1() {
253 function cons2() {
256 function oob(constructor, branch) {
277 (function testDeep() {
279 function constructor1() {
282 function constructor2(nested) {
287 function deep() {
307 (function testDeepDuplicate() {
308 function constructor1() {
311 function constructor2(nested) {
316 function deep(shouldDeopt) {
344 (function testDeepInline() {
345 function h() {
349 function g(x) {
355 function f() {
368 (function testTwoNestedObjects() {
369 function f() {
384 (function testTwoObjectsWithDuplicate() {
385 function f() {
402 (function testSmiField() {
404 function constructor() {
407 function field(x) {
422 (function testHeapObjectField() {
424 function constructor() {
427 function field(x) {