/external/clang/utils/VtableTest/ |
D | gen.cc | 70 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/ |
D | polymorphic-construct-expected.txt | 24 This tests that polymorphic construction works correctly.
|
D | dfg-check-two-structures-expected.txt | 24 This tests that a polymorphic structure check is actually executed.
|
D | dfg-put-by-id-allocate-storage-polymorphic-expected.txt | 24 Tests that a polymorphic DFG PutById that allocates property storage works.
|
D | dfg-convert-this-polymorphic-object-then-exit-on-string-expected.txt | 24 Tests that a convert_this optimized for the case where this is an object with polymorphic structure…
|
D | dfg-convert-this-polymorphic-object-then-exit-on-other-expected.txt | 24 Tests that a convert_this optimized for the case where this is an object with polymorphic structure…
|
/external/gtest/include/gtest/internal/ |
D | gtest-param-util-generated.h.pump | 74 // 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/ |
D | gtest-param-util-generated.h.pump | 74 // 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/ |
D | gtest-param-util-generated.h.pump | 74 // 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/ |
D | gtest-param-util-generated.h.pump | 74 // 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/ |
D | gtest-param-util-generated.h.pump | 74 // Used in the Values() function to provide polymorphic capabilities. 258 // Helper classes providing Combine() with polymorphic features. They allow
|
/external/clang/docs/ |
D | ControlFlowIntegrity.rst | 117 where the class being casted to is a polymorphic class. 153 polymorphic class type. This CFI scheme can be enabled on its own using
|
D | LibASTMatchers.rst | 117 There are multiple matcher definition macros that deal with polymorphic return
|
/external/v8/test/mjsunit/es7/ |
D | object-observe.js | 1708 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/ |
D | ClassHierarchy.dox | 19 resolve the polymorphic function calls at compile time.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticASTKinds.td | 78 "typeid applied to expression of polymorphic type %0 is "
|
/external/gmock/include/gmock/ |
D | gmock-generated-matchers.h.pump | 432 // polymorphic. For example, IsEven() can be used to match any type
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-generated-matchers.h.pump | 463 // polymorphic. For example, IsEven() can be used to match any type
|
/external/llvm/docs/ |
D | StackMaps.rst | 43 implementing an inline call cache for polymorphic method dispatch or
|
D | ProgrammersManual.rst | 801 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/ |
D | code-stubs-arm.cc | 4284 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/ |
D | code-stubs-mips.cc | 4516 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/ |
D | code-stubs-ppc.cc | 4493 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/ |
D | ChangeLog | 7407 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/ |
D | SystemZInstrVector.td | 103 // at run time. The instruction is really polymorphic, but v128b matches
|