Home
last modified time | relevance | path

Searched refs:polymorphic (Results 1 – 25 of 40) sorted by relevance

12

/external/clang/utils/VtableTest/
Dgen.cc70 bool polymorphic = false; in gs() local
267 polymorphic = true; in gs()
268 if (polymorphic) { in gs()
278 if (polymorphic) { in gs()
/external/v8/test/webkit/
Dpolymorphic-construct-expected.txt24 This tests that polymorphic construction works correctly.
Ddfg-check-two-structures-expected.txt24 This tests that a polymorphic structure check is actually executed.
Ddfg-put-by-id-allocate-storage-polymorphic-expected.txt24 Tests that a polymorphic DFG PutById that allocates property storage works.
Ddfg-convert-this-polymorphic-object-then-exit-on-string-expected.txt24 Tests that a convert_this optimized for the case where this is an object with polymorphic structure…
Ddfg-convert-this-polymorphic-object-then-exit-on-other-expected.txt24 Tests that a convert_this optimized for the case where this is an object with polymorphic structure…
/external/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump74 // Used in the Values() function to provide polymorphic capabilities.
258 // Helper classes providing Combine() with polymorphic features. They allow
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-param-util-generated.h.pump74 // Used in the Values() function to provide polymorphic capabilities.
258 // Helper classes providing Combine() with polymorphic features. They allow
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump74 // Used in the Values() function to provide polymorphic capabilities.
258 // Helper classes providing Combine() with polymorphic features. They allow
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump74 // Used in the Values() function to provide polymorphic capabilities.
258 // Helper classes providing Combine() with polymorphic features. They allow
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util-generated.h.pump74 // Used in the Values() function to provide polymorphic capabilities.
258 // Helper classes providing Combine() with polymorphic features. They allow
/external/clang/docs/
DControlFlowIntegrity.rst117 where the class being casted to is a polymorphic class.
153 polymorphic class type. This CFI scheme can be enabled on its own using
DLibASTMatchers.rst117 There are multiple matcher definition macros that deal with polymorphic return
/external/v8/test/mjsunit/es7/
Dobject-observe.js1708 function TestFastElements(prop, mutation, prepopulate, polymorphic, optimize) { argument
1720 if (polymorphic) setElement(["M", "i", "l", "n", "e", "r"], 0, "m");
1753 mutation, polymorphic, optimize, oldSize, newSize) { argument
1769 if (polymorphic) setLength(array(oldSize).map(isNaN), newSize);
/external/eigen/doc/
DClassHierarchy.dox19 resolve the polymorphic function calls at compile time.
/external/clang/include/clang/Basic/
DDiagnosticASTKinds.td78 "typeid applied to expression of polymorphic type %0 is "
/external/gmock/include/gmock/
Dgmock-generated-matchers.h.pump432 // polymorphic. For example, IsEven() can be used to match any type
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-matchers.h.pump463 // polymorphic. For example, IsEven() can be used to match any type
/external/llvm/docs/
DStackMaps.rst43 implementing an inline call cache for polymorphic method dispatch or
DProgrammersManual.rst801 characteristics. In particular, it can efficiently store polymorphic objects,
1189 expensive-to-create or polymorphic objects. It is a combination of a chained
1207 Because FoldingSet uses intrusive links, it can support polymorphic objects in
2507 polymorphic interface implementations. This latter use case can be modeled with
/external/v8/src/arm/
Dcode-stubs-arm.cc4284 Label polymorphic, try_poly_name; in GenerateImpl() local
4285 __ bind(&polymorphic); in GenerateImpl()
4492 Label polymorphic, try_poly_name; in GenerateImpl() local
4493 __ bind(&polymorphic); in GenerateImpl()
/external/v8/src/mips/
Dcode-stubs-mips.cc4516 Label polymorphic, try_poly_name; in GenerateImpl() local
4517 __ bind(&polymorphic); in GenerateImpl()
4724 Label polymorphic, try_poly_name; in GenerateImpl() local
4725 __ bind(&polymorphic); in GenerateImpl()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc4493 Label polymorphic, try_poly_name; in GenerateImpl() local
4494 __ bind(&polymorphic); in GenerateImpl()
4704 Label polymorphic, try_poly_name; in GenerateImpl() local
4705 __ bind(&polymorphic); in GenerateImpl()
/external/v8/
DChangeLog7407 Fix polymorphic hydrogen handling of SLOPPY_ARGUMENTS_ELEMENTS (Chromium
7432 Fix polymorphic keyed loads for SLOPPY_ARGUMENTS_ELEMENTS (Chromium
7552 Fix handling of polymorphic array accesses with constant index (Chromium
7929 Correctly handle instances without elements in polymorphic keyed
8021 Fix polymorphic inlined calls with migrating prototypes.
8525 Fixed polymorphic INTERCEPTOR StoreICs on ARM/MIPS.
8683 Made sure polymorphic element access creates non-replaying
8754 Fixed JSArray-specific length lookup in polymorphic array handling
8773 Fixed wrong bailout id in polymorphic stores (Chromium issue 259787).
11597 Added basic support for polymorphic loads from JS and external
/external/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td103 // at run time. The instruction is really polymorphic, but v128b matches

12