Searched defs:fast (Results 1 - 16 of 16) sorted by relevance

/external/quake/quake/src/WinQuake/
H A Dwq.bat2 if x%1==xfast goto fast
12 echo wq fast: maximum speed, but doesn't work on all systems
24 :fast label
/external/libgsm/inc/
H A Dprivate.h37 char fast; /* only used if FAST */ member in struct:gsm_state
/external/skia/src/core/
H A DSkPictureRecord.cpp261 bool fast = paint.canComputeFastBounds(); local
263 addDraw(fast ? DRAW_TEXT_TOP_BOTTOM : DRAW_TEXT);
268 if (fast) {
299 bool fast = canUseDrawH && fastBounds; local
301 if (fast) {
318 if (fast) {
346 bool fast = paint.canComputeFastBounds();
348 addDraw(fast ? DRAW_POS_TEXT_H_TOP_BOTTOM : DRAW_POS_TEXT_H);
356 if (fast) {
/external/v8/src/arm/
H A Dic-arm.cc445 // Loads an indexed element from a fast case array.
480 // Check that the object is in fast mode and writable.
1198 // Check the "has fast elements" bit in the receiver's map which is
1236 // If the receiver is a fast-case object, check the keyed lookup
1437 Label slow, fast, array, extra; local
1469 // Check that the object is in fast mode and writable.
1477 __ b(lo, &fast);
1502 __ b(&fast);
1505 // array. Check that the array is in fast mode (and writable); if it
1518 // Fall through to fast cas
[all...]
H A Dstub-cache-arm.cc96 // This function is safe to call if the receiver has fast properties.
308 // Load a fast property out of a holder object (src). In-object properties
812 // Deferred code for fast API call case---clean preallocated space.
1596 // Check that the elements are in fast mode and writable.
1746 // Check that the elements are in fast mode and writable.
2419 Label fast; local
2422 __ b(eq, &fast);
2425 __ bind(&fast);
2441 Label fast; local
2445 __ b(eq, &fast);
[all...]
H A Dfull-codegen-arm.cc922 // Check cache validity in generated code. This is a fast case for
981 // If we got a map from the runtime call, we can do a fast
1080 // Use the fast case closure allocation code that allocates in new
1151 // Generate fast-case code for variables that might be shadowed by
1163 // Generate fast case for locals that rewrite to slots.
1172 // Generate fast case for calls of an argument function.
1229 Label loop, fast; local
1238 __ b(eq, &fast);
1247 __ bind(&fast);
1986 // adding fast propertie
[all...]
/external/v8/src/ia32/
H A Dic-ia32.cc458 // Loads an indexed element from a fast case array.
477 // Check that the object is in fast mode and writable.
545 // Check the "has fast elements" bit in the receiver's map which is
607 // If the receiver is a fast-case object, check the keyed lookup
768 Label slow, fast, array, extra; local
794 // Check that the object is in fast mode and writable.
797 __ j(below, &fast, taken);
815 // Add 1 to receiver->length, and go to fast array write.
818 __ jmp(&fast);
821 // array. Check that the array is in fast mod
[all...]
H A Dstub-cache-ia32.cc108 // This function is safe to call if the receiver has fast properties.
374 // Load a fast property out of a holder object (src). In-object properties
425 // Number of pointers to be reserved on stack for fast API call.
450 // -- esp[4] : last fast api call extra argument.
452 // -- esp[kFastApiCallArguments * 4] : first fast api call extra argument.
469 // (last fast api call extra argument,
472 // (first fast api call extra argument)
668 // Deferred code for fast API call case---clean preallocated space.
929 // fast and global objects or do negative lookup for normal objects.
1473 // Check that the elements are in fast mod
2287 Label fast; local
2309 Label fast; local
[all...]
H A Dfull-codegen-ia32.cc878 // Check cache validity in generated code. This is a fast case for
932 // If we got a map from the runtime call, we can do a fast
1025 // Use the fast case closure allocation code that allocates in new
1089 NearLabel next, fast; local
1097 __ j(equal, &fast);
1105 __ bind(&fast);
1157 // Generate fast-case code for variables that might be shadowed by
1169 // Generate fast case for locals that rewrite to slots.
1179 // Generate fast case for calls of an argument function.
1928 // adding fast propertie
[all...]
/external/v8/src/x64/
H A Dic-x64.cc463 // Loads an indexed element from a fast case array.
494 // Check that the object is in fast mode and writable.
568 // Check the "has fast elements" bit in the receiver's map which is
614 // If the receiver is a fast-case object, check the keyed lookup
773 Label slow, slow_with_tagged_index, fast, array, extra; local
799 // Check that the object is in fast mode and writable.
807 __ j(above, &fast);
831 __ jmp(&fast);
834 // array. Check that the array is in fast mode (and writable); if it
846 // address to store into and fall through to fast cas
[all...]
H A Dstub-cache-x64.cc83 // This function is safe to call if the receiver has fast properties.
355 // Load a fast property out of a holder object (src). In-object properties
410 // Number of pointers to be reserved on stack for fast API call.
437 // -- rsp[8] : last fast api call extra argument.
439 // -- rsp[kFastApiCallArguments * 8] : first fast api call extra argument.
456 // (last fast api call extra argument,
459 // (first fast api call extra argument)
657 // Deferred code for fast API call case---clean preallocated space.
1438 // Check that the elements are in fast mode and writable.
1587 // Check that the elements are in fast mod
2124 Label fast; local
2145 Label fast; local
[all...]
H A Dfull-codegen-x64.cc881 // Check cache validity in generated code. This is a fast case for
939 // If we got a map from the runtime call, we can do a fast
1036 // Use the fast case closure allocation code that allocates in new
1100 NearLabel next, fast; local
1109 __ j(equal, &fast);
1117 __ bind(&fast);
1169 // Generate fast-case code for variables that might be shadowed by
1181 // Generate fast case for locals that rewrite to slots.
1191 // Generate fast case for calls of an argument function.
1901 // adding fast propertie
[all...]
/external/bluetooth/glib/gio/
H A Dglocalfileinfo.c1206 gboolean fast)
1233 if (!fast && result_uncertain && path != NULL)
1200 get_content_type(const char *basename, const char *path, GLocalFileStat *statbuf, gboolean is_symlink, gboolean symlink_broken, GFileQueryInfoFlags flags, gboolean fast) argument
/external/icu4c/test/intltest/
H A Dusettest.cpp3056 "fast",
3057 "fast.not"
3655 UnicodeSet *fast=new UnicodeSet(*sets[SLOW]); local
3656 fast->freeze();
3657 sets[FAST]=(UnicodeSet *)fast->clone();
3658 delete fast;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml66 let fast = 8 var in Module:CallConv
/external/v8/src/
H A Dobjects.cc480 // If the object is fully fast case and has the same map it was
2412 Map* fast = obj->map(); local
2413 int index = Hash(fast) % kEntries;
2415 if (result->IsMap() && CheckHit(Map::cast(result), fast, mode)) {
2421 fast->CopyNormalized(mode, SHARED_NORMALIZED_MAP);
2434 fast->CopyNormalized(mode, SHARED_NORMALIZED_MAP);
2452 int NormalizedMapCache::Hash(Map* fast) { argument
2458 reinterpret_cast<uintptr_t>(fast->constructor())) >> 2);
2464 reinterpret_cast<uintptr_t>(fast->prototype())) << 2);
2466 return hash ^ (hash >> 16) ^ fast
2470 CheckHit(Map* slow, Map* fast, PropertyNormalizationMode mode) argument
[all...]

Completed in 3589 milliseconds