Home
last modified time | relevance | path

Searched refs:locals (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/JavaScriptCore/pcre/
Dpcre_exec.cpp151 } locals; member
424 currentFrame->locals.bracketChainNode.previousBracket = currentFrame->args.bracketChain; in startNewGroup()
425 currentFrame->locals.bracketChainNode.bracketStart = currentFrame->args.subjectPtr; in startNewGroup()
426 currentFrame->args.bracketChain = &currentFrame->locals.bracketChainNode; in startNewGroup()
586 … stack.currentFrame->locals.startOfRepeatingBracket = stack.currentFrame->args.instructionPtr + 1; in match()
587 …RECURSIVE_MATCH_NEW_GROUP(14, stack.currentFrame->locals.startOfRepeatingBracket, stack.currentFra… in match()
590 advanceToEndOfBracket(stack.currentFrame->locals.startOfRepeatingBracket); in match()
591 …stack.currentFrame->args.instructionPtr = stack.currentFrame->locals.startOfRepeatingBracket + 1 +… in match()
596 … stack.currentFrame->locals.startOfRepeatingBracket = stack.currentFrame->args.instructionPtr + 1; in match()
597 advanceToEndOfBracket(stack.currentFrame->locals.startOfRepeatingBracket); in match()
[all …]
/external/webkit/V8Binding/v8/src/
Dscopeinfo.cc77 List<Variable*, Allocator> locals(32); // 32 is a wild guess in ScopeInfo() local
78 ASSERT(locals.is_empty()); in ScopeInfo()
79 scope->CollectUsedVariables(&locals); in ScopeInfo()
80 locals.Sort(&CompareLocal); in ScopeInfo()
82 List<Variable*, Allocator> heap_locals(locals.length()); in ScopeInfo()
83 for (int i = 0; i < locals.length(); i++) { in ScopeInfo()
84 Variable* var = locals[i]; in ScopeInfo()
Dscopes.cc306 void Scope::CollectUsedVariables(List<Variable*, Allocator>* locals) { in CollectUsedVariables() argument
314 locals->Add(var); in CollectUsedVariables()
322 locals->Add(var); in CollectUsedVariables()
330 List<Variable*, FreeStoreAllocationPolicy>* locals);
332 List<Variable*, PreallocatedStorage>* locals);
334 List<Variable*, ZoneListAllocationPolicy>* locals);
Dcfg.h760 uintptr_t locals() { return locals_; } in locals() function
783 locals_ |= other->locals(); in Union()
Dscopes.h247 void CollectUsedVariables(List<Variable*, Allocator>* locals);
Dmirror-delay.js2221 content.locals = x;
Druntime.cc6094 Handle<FixedArray> locals = Factory::NewFixedArray(info.NumberOfLocals() * 2); in Runtime_GetFrameDetails() local
6097 locals->set(i * 2, *info.LocalName(i)); in Runtime_GetFrameDetails()
6102 locals->set(i * 2 + 1, it.frame()->GetExpression(i)); in Runtime_GetFrameDetails()
6111 locals->set(i * 2 + 1, in Runtime_GetFrameDetails()
6187 details->set(details_index++, locals->get(i)); in Runtime_GetFrameDetails()
/external/aes/
Daescrypt.c50 #define locals(y,x) x[4],y[4] macro
52 #define locals(y,x) x##0,x##1,x##2,x##3,y##0,y##1,y##2,y##3
109 { aes_32t locals(b0, b1); in aes_encrypt()
236 { aes_32t locals(b0, b1); in aes_decrypt()
/external/freetype/src/cff/
Dcffgload.h153 FT_Byte** locals; member
Dcffgload.c438 decoder->locals = sub->local_subrs; in cff_decoder_prepare()
2259 zone->base = decoder->locals[idx]; in cff_decoder_parse_charstrings()
2260 zone->limit = decoder->locals[idx + 1]; in cff_decoder_parse_charstrings()
/external/clearsilver/cs/
Dcsparse.c719 map = parse->locals; in lookup_map()
770 map = parse->locals; in var_set_value()
2703 each_map.next = parse->locals; in each_eval()
2706 parse->locals = &each_map; in each_eval()
2730 parse->locals = each_map.next; in each_eval()
2760 with_map.next = parse->locals; in with_eval()
2762 parse->locals = &with_map; in with_eval()
2766 parse->locals = with_map.next; in with_eval()
3207 map->next = parse->locals; in call_eval()
3215 map = parse->locals; in call_eval()
[all …]
Dcs.h283 CS_LOCAL_MAP *locals; member
/external/opencore/tools_v2/build/make/platforms/
Dandroid.mk7 SHARED_PRELINK_FLAGS := --quiet --prelinkmap $(ANDROID_BASE)/config/prelink-linux-arm.map --locals-…
/external/fdlibm/
Dconfigure433 | --locals | --local | --loca | --loc | --lo)
437 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
/external/webkit/V8Binding/v8/
DChangeLog343 Avoided linear search for non-locals in scope code when resolving
1142 aligned loads and stores and by removing premature locals
/external/libxml2/
Dxmlschemas.c302 xmlSchemaAddItemSize(&(WXS_BUCKET(ctx)->locals), 10, item)
406 xmlSchemaItemListPtr locals; /* Local components. */ member
438 xmlSchemaItemListPtr locals; member
461 xmlSchemaItemListPtr locals; /* Local components. */ member
3503 if (bucket->locals != NULL) { in xmlSchemaBucketFree()
3504 xmlSchemaComponentListFree(bucket->locals); in xmlSchemaBucketFree()
3505 xmlSchemaItemListFree(bucket->locals); in xmlSchemaBucketFree()
3557 ret->locals = xmlSchemaItemListCreate(); in xmlSchemaBucketCreate()
3558 if (ret->locals == NULL) { in xmlSchemaBucketCreate()
/external/clearsilver/
Dconfigure468 | --locals | --local | --loca | --loc | --lo)
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
/external/elfutils/
Dconfigure436 | --locals | --local | --loca | --loc | --lo)
440 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
/external/grub/
Dconfigure470 | --locals | --local | --loca | --loc | --lo)
474 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
/external/icu4c/
Dconfigure468 | --locals | --local | --loca | --loc | --lo)
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
/external/strace/
Dconfigure468 | --locals | --local | --loca | --loc | --lo)
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
/external/bluetooth/glib/po/
Dca@valencia.po1446 "No s'ha pogut trobar el tipus de seguiment de directoris locals predeterminat"
Dca.po1445 "No s'ha pogut trobar el tipus de seguiment de directoris locals predeterminat"
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-107011 (KJS::slideRegisterWindowForCall): Instead, initialize locals
12614 128 locals. This is just a stop-gap until we code up a real
12660 to optimized locals in eval code.
13182 "this", even if we're not optimizing access to other locals. Because
13187 for determining whether we should optimize access to locals, since
13836 4 instructions; 48 bytes at 0x509210; 3 locals (2 parameters); 1 temporaries
14130 we're given matches the number of locals actually allocated.
14715 Registers are printed as lr1 for locals, tr1 for temp registers. Identifiers print as
14831 clarified that "locals" always means all local variables, functions,
15103 function returns, at which point it copies the registers for locals and
[all …]
/external/bison/
Dconfigure471 | --locals | --local | --loca | --loc | --lo)
475 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)

12