HomeSort by relevance Sort by last modified time
    Searched defs:Promote (Results 1 - 5 of 5) sorted by null

  /external/v8/src/heap/
array-buffer-tracker.cc 125 void ArrayBufferTracker::Promote(JSArrayBuffer* buffer) {
  /art/runtime/jdwp/
object_registry.cc 200 Promote(*it->second);
222 void ObjectRegistry::Promote(ObjectRegistryEntry& entry) {
  /external/clang/test/SemaTemplate/
nested-name-spec-template.cpp 7 template<typename T> struct Promote;
9 template<> struct Promote<short> {
13 template<> struct Promote<int> {
17 template<> struct Promote<float> {
21 Promote<short>::type *ret_intptr(int* ip) { return ip; }
22 Promote<int>::type *ret_intptr2(int* ip) { return ip; }
25 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; }
26 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; }
31 M::template Promote<int> pi;
37 N::M::Promote<int>::type *ret_intptr5(int* ip) { return ip;
    [all...]
  /external/drm_hwcomposer/
glworker.cpp 712 bool GLWorkerCompositor::CachedFramebuffer::Promote() {
715 strong_framebuffer = weak_framebuffer.promote();
733 if (cached_framebuffer->Promote()) {
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 114 SDValue Promote(SDValue Op);
353 case TargetLowering::Promote:
354 Result = Promote(Op);
383 SDValue VectorLegalizer::Promote(SDValue Op) {
389 // "Promote" the operation by extending the operand.
393 // Promote the operation by extending the operand.
404 "Can't promote a vector with multiple results!");
437 "Can't promote a vector with multiple results!");
439 // Normal getTypeToPromoteTo() doesn't work here, as that will promote
464 // For FP_TO_INT we promote the result type to a vector type with wide
    [all...]

Completed in 106 milliseconds