Searched defs:local (Results 226 - 250 of 271) sorted by relevance

1234567891011

/external/v8/src/arm/
H A Dfull-codegen-arm.cc192 // Possibly allocate a local context.
248 // Load this again, if it's used by the local context below.
723 // Adjust by a (parameter or local) base offset.
815 // local context.
1485 Variable* local = var->local_if_not_shadowed(); local
1486 __ ldr(r0, ContextSlotOperandCheckExtensions(local, slow));
1487 if (local->mode() == LET || local->mode() == CONST ||
1488 local->mode() == CONST_LEGACY) {
1490 if (local
[all...]
/external/v8/src/arm64/
H A Dfull-codegen-arm64.cc249 // Load this again, if it's used by the local context below.
716 // Adjust by a (parameter or local) base offset.
809 // local context.
1464 Variable* local = var->local_if_not_shadowed(); local
1465 __ Ldr(x0, ContextSlotOperandCheckExtensions(local, slow));
1466 if (local->mode() == LET || local->mode() == CONST ||
1467 local->mode() == CONST_LEGACY) {
1469 if (local->mode() == CONST_LEGACY) {
1865 // Left-hand side can only be a property, a global or a (parameter or local)
[all...]
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc185 // Possibly allocate a local context.
668 // Adjust by a (parameter or local) base offset.
755 // local context.
1409 Variable* local = var->local_if_not_shadowed(); local
1410 __ mov(eax, ContextSlotOperandCheckExtensions(local, slow));
1411 if (local->mode() == LET || local->mode() == CONST ||
1412 local->mode() == CONST_LEGACY) {
1415 if (local->mode() == CONST_LEGACY) {
1817 // Left-hand side can only be a property, a global or a (parameter or local)
[all...]
/external/v8/src/mips/
H A Dfull-codegen-mips.cc201 // Possibly allocate a local context.
257 // Load this again, if it's used by the local context below.
714 // Adjust by a (parameter or local) base offset.
806 // local context.
1466 Variable* local = var->local_if_not_shadowed(); local
1467 __ lw(v0, ContextSlotOperandCheckExtensions(local, slow));
1468 if (local->mode() == LET || local->mode() == CONST ||
1469 local->mode() == CONST_LEGACY) {
1472 if (local
[all...]
/external/v8/src/mips64/
H A Dfull-codegen-mips64.cc198 // Possibly allocate a local context.
253 // Load this again, if it's used by the local context below.
710 // Adjust by a (parameter or local) base offset.
802 // local context.
1461 Variable* local = var->local_if_not_shadowed(); local
1462 __ ld(v0, ContextSlotOperandCheckExtensions(local, slow));
1463 if (local->mode() == LET || local->mode() == CONST ||
1464 local->mode() == CONST_LEGACY) {
1467 if (local
[all...]
/external/v8/src/x64/
H A Dfull-codegen-x64.cc184 // Possibly allocate a local context.
689 // Adjust by a (parameter or local) base offset.
776 // local context.
1443 Variable* local = var->local_if_not_shadowed(); local
1444 __ movp(rax, ContextSlotOperandCheckExtensions(local, slow));
1445 if (local->mode() == LET || local->mode() == CONST ||
1446 local->mode() == CONST_LEGACY) {
1449 if (local->mode() == CONST_LEGACY) {
1850 // Left-hand side can only be a property, a global or a (parameter or local)
[all...]
/external/v8/src/x87/
H A Dfull-codegen-x87.cc185 // Possibly allocate a local context.
665 // Adjust by a (parameter or local) base offset.
752 // local context.
1398 Variable* local = var->local_if_not_shadowed(); local
1399 __ mov(eax, ContextSlotOperandCheckExtensions(local, slow));
1400 if (local->mode() == LET || local->mode() == CONST ||
1401 local->mode() == CONST_LEGACY) {
1404 if (local->mode() == CONST_LEGACY) {
1804 // Left-hand side can only be a property, a global or a (parameter or local)
[all...]
/external/libxml2/
H A Drelaxng.c158 xmlChar *name; /* the element local name if present */
159 xmlChar *ns; /* the namespace local name if present */
6252 * element boundaries, c.f. Bug #159968 local refs are dropped
7244 xmlChar *name, *local, *prefix; local
7251 local = xmlSplitQName2(name, &prefix);
7252 if (local != NULL) {
7264 xmlNodeSetContent(cur, local);
7266 xmlFree(local);
H A Dxmlschemas.c1283 * @localName: the local name
1550 * @local: the local name
1608 *buf = xmlStrdup(BAD_CAST "local ");
1631 *buf = xmlStrdup(BAD_CAST "local ");
2463 msg = xmlStrcat(msg, BAD_CAST "the local ");
2568 * Get the local name.
2804 * @refName: the referenced local name
3128 msg = xmlStrcat(msg, BAD_CAST "the local ");
4238 * Dump local type
5790 xmlSchemaPValAttrNodeQNameValue(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar *value, const xmlChar **uri, const xmlChar **local) argument
5871 xmlSchemaPValAttrNodeQName(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlAttrPtr attr, const xmlChar **uri, const xmlChar **local) argument
5902 xmlSchemaPValAttrQName(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPtr schema, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar **uri, const xmlChar **local) argument
24408 xmlChar *local, *prefix = NULL; local
24831 xmlChar *local = NULL; local
24887 const xmlChar *nsName = NULL, *local = NULL; local
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jar ... AbstractInsnNode { public int type public java.util.List local public java.util.List stack private void " href ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliTreeWalker.java2993 // /mnt/ssd1/workspace/aosp_master/external/smali/smali/src/main/antlr3/smaliTreeWalker.g:598:1: debug_directive : ( line | local | end_local | restart_local | prologue | epilogue | source );
2996 // /mnt/ssd1/workspace/aosp_master/external/smali/smali/src/main/antlr3/smaliTreeWalker.g:599:3: ( line | local | end_local | restart_local | prologue | epilogue | source )
3050 // /mnt/ssd1/workspace/aosp_master/external/smali/smali/src/main/antlr3/smaliTreeWalker.g:600:5: local
3053 local();
3153 // $ANTLR start "local"
3154 // /mnt/ssd1/workspace/aosp_master/external/smali/smali/src/main/antlr3/smaliTreeWalker.g:613:1: local : ^( I_LOCAL REGISTER ( ( NULL_LITERAL |name= string_literal ) ( nonvoid_type_descriptor )? (signature= string_literal )? )? ) ;
3155 public final void local() throws RecognitionException { method in class:smaliTreeWalker
3276 // $ANTLR end "local"
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...
/external/owasp/sanitizer/lib/commons-codec-1.4/
H A Dcommons-codec-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/v8/test/cctest/
H A Dtest-api.cc154 local_env = env.local();
3758 v8::Local<String> local = v8::Local<String>::New(isolate, v8_str("str")); local
3759 v8::Persistent<String> global_string(isolate, local);
3808 v8::Local<String> local = local
3810 CHECK_EQ(local->Length(), 3);
6023 // instead of accessing the local property.
10943 // Check that local variables in current context are not visible in other
14515 v8::Local<v8::ObjectTemplate> local = v8::ObjectTemplate::New(isolate); local
14516 local->SetInternalFieldCount(1);
14517 templ.Reset(isolate, inner.Escape(local));
[all...]

Completed in 509 milliseconds

1234567891011