Searched refs:instanceof_check (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/test/mjsunit/
H A Darray-feedback.js207 function instanceof_check(type) { function
214 instanceof_check(Array);
215 instanceof_check(Array);
216 instanceof_check(Array);
217 instanceof_check(realmBArray);
218 instanceof_check(realmBArray);
219 instanceof_check(realmBArray);
H A Dallocation-site-info.js334 function instanceof_check(type) { function
347 instanceof_check(Array);
348 instanceof_check(realmBArray);
351 // Since instanceof_check(Array) was first called with the current context
360 %OptimizeFunctionOnNextCall(instanceof_check);
364 instanceof_check(Array);
365 assertOptimized(instanceof_check);
366 instanceof_check(realmBArray);
367 assertOptimized(instanceof_check);
372 %DeoptimizeFunction(instanceof_check);
[all...]

Completed in 297 milliseconds