Searched refs:CALLBACKS (Results 1 – 14 of 14) sorted by relevance
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
D | CallbackInfo.java | 52 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/ |
D | property.h | 109 : Descriptor(key, foreign, attributes, CALLBACKS, in CallbacksDescriptor() 163 DCHECK(!(details_.type() == CALLBACKS && !IsFound())); in IsPropertyCallbacks() 164 return !IsTransition() && details_.type() == CALLBACKS; in IsPropertyCallbacks()
|
D | lookup-inl.h | 71 case v8::internal::CALLBACKS: in LookupInHolder()
|
D | objects-printer.cc | 239 case CALLBACKS: in PrintProperties() 369 case CALLBACKS: in PrintTransitions() 1096 case CALLBACKS: in PrintTransitions()
|
D | property-details.h | 53 CALLBACKS = 3 enumerator
|
D | lookup.cc | 177 PropertyDetails details(attributes, CALLBACKS, 0); in TransitionToAccessorProperty()
|
D | objects.cc | 2006 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 …]
|
D | elements.cc | 1476 if (details.type() == CALLBACKS) { in GetImpl() 1509 backing_store->DetailsAt(entry).type() == CALLBACKS && in GetAccessorPairImpl()
|
D | factory.cc | 1570 DCHECK(details.type() == CALLBACKS); // Only accessors are expected. in NewGlobalObject() 1571 PropertyDetails d = PropertyDetails(details.attributes(), CALLBACKS, i + 1); in NewGlobalObject()
|
D | bootstrapper.cc | 2498 case CALLBACKS: { in TransferNamedProperties() 2509 details.attributes(), CALLBACKS, i + 1); in TransferNamedProperties()
|
D | heap-snapshot-generator.cc | 1674 case CALLBACKS: in ExtractPropertyReferences()
|
D | objects-inl.h | 3011 DCHECK(GetType(descriptor_number) == CALLBACKS); in GetCallbacksObject() 3017 DCHECK(GetType(descriptor_number) == CALLBACKS); in GetCallbacks()
|
D | runtime.cc | 2240 old_details.type() == CALLBACKS) { in DeclareGlobals()
|
/external/chromium_org/base/ |
D | callback.h.pump | 332 // WHY NOT GOOGLE CALLBACKS?
|