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

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WrapperTypeInfo.h 180 enum Lifetime {
187 if (lifetime == Independent)
192 const Lifetime lifetime; member in struct:WebCore::WrapperConfiguration
195 inline WrapperConfiguration buildWrapperConfiguration(void*, WrapperConfiguration::Lifetime lifetime)
197 WrapperConfiguration configuration = {v8DOMObjectClassId, lifetime};
201 inline WrapperConfiguration buildWrapperConfiguration(Node*, WrapperConfiguration::Lifetime lifetime)
203 WrapperConfiguration configuration = {v8DOMNodeClassId, lifetime};
    [all...]
V8DOMWrapper.h 53 static inline v8::Handle<v8::Object> associateObjectWithWrapper(PassRefPtr<T>, WrapperTypeInfo*, v8::Handle<v8::Object>, v8::Isolate*, WrapperConfiguration::Lifetime);
79 inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(PassRefPtr<T> object, WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime)
83 WrapperConfiguration configuration = buildWrapperConfiguration(object.get(), lifetime);
  /external/v8/src/
lithium.h 99 // Lifetime of operand inside the instruction.
100 enum Lifetime {
121 LUnallocated(Policy policy, Lifetime lifetime) : LOperand(UNALLOCATED, 0) {
122 Initialize(policy, 0, lifetime);
140 : public BitField<Lifetime, kLifetimeShift, kLifetimeWidth> {
199 void Initialize(Policy policy, int fixed_index, Lifetime lifetime) {
201 value_ |= LifetimeField::encode(lifetime);
  /external/chromium_org/v8/src/
lithium.h 110 // Lifetime of operand inside the instruction.
111 enum Lifetime {
145 LUnallocated(ExtendedPolicy policy, Lifetime lifetime)
149 value_ |= LifetimeField::encode(lifetime);
174 // | reg_index | L | PPP | vreg | 1 | 001 | L ... Lifetime
192 class LifetimeField : public BitField<Lifetime, 25, 1> {};
266 // [lifetime]: Only for non-FIXED_SLOT.
  /external/llvm/unittests/IR/
IRBuilderTest.cpp 48 TEST_F(IRBuilderTest, Lifetime) {
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 102 ATTRIBUTE Ascend-PW-Lifetime 208 integer
256 VALUE Ascend-PW-Lifetime Lifetime-In-Days 0
  /external/clang/lib/CodeGen/
CGBlocks.cpp 188 Qualifiers::ObjCLifetime Lifetime;
193 Qualifiers::ObjCLifetime lifetime,
196 : Alignment(align), Size(size), Lifetime(lifetime),
216 if (left.Lifetime == Qualifiers::OCL_Strong &&
221 else if (left.Lifetime == Qualifiers::OCL_Weak &&
226 if (right.Lifetime == Qualifiers::OCL_Strong &&
231 else if (right.Lifetime == Qualifiers::OCL_Weak &&
278 // lifetime results in undefined behavior.
402 // If we have a lifetime qualifier, honor it for capture purposes
404 Qualifiers::ObjCLifetime lifetime = local
    [all...]
CGExpr.cpp 185 switch (Qualifiers::ObjCLifetime Lifetime =
213 if (Lifetime == Qualifiers::OCL_Strong) {
367 // the lifetime) to the subobject we're binding the reference to.
519 // [For storage which does not refer to an object within its lifetime]
    [all...]
CGDebugInfo.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 254 enum Lifetime { LT_PRESTART, LT_PRETIMEOUT, LT_POSTTIMEOUT } lifetime_;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.h 369 enum Lifetime { LT_PRESTART, LT_PRETIMEOUT, LT_POSTTIMEOUT } lifetime_;
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 245 namespace lifetime { namespace
248 constexpr int bad() { int &&n = dead(); n = 1; return n; } // expected-note {{assignment to temporary whose lifetime has ended}}
818 namespace Lifetime {
822 return r; // expected-note {{read of object outside its lifetime}}
833 *p = 123; // expected-note {{assignment to object outside its lifetime}}
850 *p[n] = 0; // expected-note 3{{assignment to object outside its lifetime}}
853 static_assert(h(0) == 0, ""); // ok, lifetime-extended
867 // its lifetime.
constant-expression-cxx11.cpp 203 constexpr int a = MaybeReturnJunk(true, 0); // expected-error {{constant expression}} expected-note {{read of variable whose lifetime has ended}}
212 return MaybeReturnJunk(true, n); // expected-note {{read of variable whose lifetime has ended}}
368 // Proposed DR: copy-elision doesn't trigger lifetime extension.
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
uDNS.c 589 traversal->Lifetime = 0;
    [all...]
mDNS.c     [all...]

Completed in 1061 milliseconds