Home
last modified time | relevance | path

Searched refs:CALLBACKS (Results 1 – 14 of 14) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DCallbackInfo.java52 private static final CallbackInfo[] CALLBACKS = { field in CallbackInfo
77 for (int i = 0; i < CALLBACKS.length; i++) { in determineType()
78 CallbackInfo info = CALLBACKS[i]; in determineType()
93 for (int i = 0; i < CALLBACKS.length; i++) { in getGenerator()
94 CallbackInfo info = CALLBACKS[i]; in getGenerator()
/external/chromium_org/v8/src/
Dproperty.h109 : Descriptor(key, foreign, attributes, CALLBACKS, in CallbacksDescriptor()
163 DCHECK(!(details_.type() == CALLBACKS && !IsFound())); in IsPropertyCallbacks()
164 return !IsTransition() && details_.type() == CALLBACKS; in IsPropertyCallbacks()
Dlookup-inl.h71 case v8::internal::CALLBACKS: in LookupInHolder()
Dobjects-printer.cc239 case CALLBACKS: in PrintProperties()
369 case CALLBACKS: in PrintTransitions()
1096 case CALLBACKS: in PrintTransitions()
Dproperty-details.h53 CALLBACKS = 3 enumerator
Dlookup.cc177 PropertyDetails details(attributes, CALLBACKS, 0); in TransitionToAccessorProperty()
Dobjects.cc2006 if (old_details.type() == CALLBACKS) { in MigrateFastToFast()
2446 ((tmp_type == CALLBACKS || old_type == CALLBACKS) && in GeneralizeRepresentation()
2510 ((tmp_details.type() == CALLBACKS || old_details.type() == CALLBACKS) && in GeneralizeRepresentation()
2613 DCHECK(old_details.type() == CONSTANT || old_details.type() == CALLBACKS); in GeneralizeRepresentation()
2751 (old_type == CALLBACKS && in TryUpdateInternal()
2758 case CALLBACKS: in TryUpdateInternal()
3033 if (details.type() == CALLBACKS) { in SetElementWithCallbackSetterInPrototypes()
4217 case CALLBACKS: { in MigrateFastToSlow()
4221 details.attributes(), CALLBACKS, i + 1); in MigrateFastToSlow()
4376 } else if (type == CALLBACKS) { in MigrateSlowToFast()
[all …]
Delements.cc1476 if (details.type() == CALLBACKS) { in GetImpl()
1509 backing_store->DetailsAt(entry).type() == CALLBACKS && in GetAccessorPairImpl()
Dfactory.cc1570 DCHECK(details.type() == CALLBACKS); // Only accessors are expected. in NewGlobalObject()
1571 PropertyDetails d = PropertyDetails(details.attributes(), CALLBACKS, i + 1); in NewGlobalObject()
Dbootstrapper.cc2498 case CALLBACKS: { in TransferNamedProperties()
2509 details.attributes(), CALLBACKS, i + 1); in TransferNamedProperties()
Dheap-snapshot-generator.cc1674 case CALLBACKS: in ExtractPropertyReferences()
Dobjects-inl.h3011 DCHECK(GetType(descriptor_number) == CALLBACKS); in GetCallbacksObject()
3017 DCHECK(GetType(descriptor_number) == CALLBACKS); in GetCallbacks()
Druntime.cc2240 old_details.type() == CALLBACKS) { in DeclareGlobals()
/external/chromium_org/base/
Dcallback.h.pump332 // WHY NOT GOOGLE CALLBACKS?