HomeSort by relevance Sort by last modified time
    Searched refs:polymorphic (Results 1 - 20 of 20) sorted by null

  /external/clang/utils/VtableTest/
gen.cc 70 bool polymorphic = false; local
104 // We have a vtable and rtti, but technically we're not polymorphic
105 // polymorphic = true;
267 polymorphic = true;
268 if (polymorphic) {
278 if (polymorphic) {
  /external/chromium_org/v8/test/mjsunit/
array-store-and-grow.js 212 // Verify that a polymorphic store and grow IC when crankshafted is still
213 // a grow IC (earlier it would revert to a standard store in the polymorphic
228 // Should be a polymorphic grow stub. If not a grow stub it will deopt.
235 // Now verify that a polymorphic store (non-growing) IC when crankshafted WILL
track-fields.js 129 // Ensure double storage is not leaked in the case of polymorphic loads.
144 // Ensure polymorphic loads only go monomorphic when the representations are
147 // Check polymorphic load from double + object fields.
161 // Check polymorphic load from smi + object fields.
174 // Check polymorphic load from double + double fields.
polymorph-arrays.js 158 // Now try Crankshaft optimized polymorphic stores
  /external/chromium_org/v8/test/mjsunit/compiler/
property-static.js 31 // turn into polymorphic or generic loads.
33 // Prepare a highly polymorphic load to be used by all tests.
pic.js 57 // polymorphic property access.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-deopt-store-effect.js 50 // Test deopt after polymorphic as monomorphic store with effect context.
67 // Test deopt after polymorphic store with effect context.
consolidated-holey-load.js 37 foo(a); // going polymorphic.
regress-1560.js 64 // Cleanup, then polymorphic case.
  /external/chromium_org/v8/test/webkit/
dfg-check-two-structures.js 25 "This tests that a polymorphic structure check is actually executed."
dfg-convert-this-polymorphic-object-then-exit-on-other.js 25 "Tests that a convert_this optimized for the case where this is an object with polymorphic structure behaves correctly when you then pass null."
dfg-convert-this-polymorphic-object-then-exit-on-string.js 25 "Tests that a convert_this optimized for the case where this is an object with polymorphic structure behaves correctly when you then pass a string."
dfg-put-by-id-allocate-storage-polymorphic.js 25 "Tests that a polymorphic DFG PutById that allocates property storage works."
dfg-put-by-id-reallocate-storage-polymorphic.js 25 "Tests that a polymorphic DFG PutById that allocates, and then reallocates, property storage works."
polymorphic-construct.js 25 "This tests that polymorphic construction works correctly."
dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js 32 // Warm up foo's put_by_id to make it look polymorphic.
dfg-ensure-non-array-array-storage-on-window.js 53 // Do strange things to ensure that the get_by_id on length goes polymorphic.
  /external/chromium_org/v8/test/mjsunit/es7/
object-observe.js     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 379 /* When polymorphic is set, this field contains offset where the object which
380 was actually used in the polymorphic resides within a larger structure.
384 /* OBJ_TYPE_REF_TOKEN of a polymorphic call (if polymorphic is set). */
395 unsigned polymorphic : 1;
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc     [all...]

Completed in 1394 milliseconds