HomeSort by relevance Sort by last modified time
    Searched refs:structure (Results 251 - 275 of 279) sorted by null

<<1112

  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 527 * structure of the constraint graph, the current dataflow graph, and
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 527 * structure of the constraint graph, the current dataflow graph, and
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.cpp 152 static PassRefPtr<JSC::Structure> createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
154 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
259 JSTestObj::JSTestObj(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestObj> impl)
260 : DOMObjectWithGlobalPointer(structure, globalObject)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Grammar.java     [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITOpcodes.cpp 382 addSlowCase(branchTest8(Zero, Address(regT0, Structure::typeInfoFlagsOffset()), TrustedImm32(ImplementsHasInstance)));
404 addSlowCase(branch8(NotEqual, Address(regT3, Structure::typeInfoTypeOffset()), TrustedImm32(ObjectType)));
409 addSlowCase(branchTest8(Zero, Address(regT0, Structure::typeInfoFlagsOffset()), TrustedImm32(ImplementsDefaultHasInstance)));
420 loadPtr(Address(regT2, Structure::prototypeOffset()), regT2);
569 Jump notObject = branch8(NotEqual, Address(regT2, Structure::typeInfoTypeOffset()), TrustedImm32(ObjectType));
664 void* structureAddress = &(m_codeBlock->globalResolveInfo(currentIndex).structure);
667 // Check Structure of global object
732 // First, handle JSCell cases - check MasqueradesAsUndefined bit on the structure.
734 addJump(branchTest8(NonZero, Address(regT2, Structure::typeInfoFlagsOffset()), TrustedImm32(MasqueradesAsUndefined)), target);
753 // First, handle JSCell cases - check MasqueradesAsUndefined bit on the structure
    [all...]
JITOpcodes32_64.cpp 564 addSlowCase(branchTest8(Zero, Address(regT0, Structure::typeInfoFlagsOffset()), TrustedImm32(ImplementsHasInstance)));
586 addSlowCase(branch8(NotEqual, Address(regT3, Structure::typeInfoTypeOffset()), TrustedImm32(ObjectType)));
591 addSlowCase(branchTest8(Zero, Address(regT0, Structure::typeInfoFlagsOffset()), TrustedImm32(ImplementsDefaultHasInstance)));
602 load32(Address(regT2, Structure::prototypeOffset() + OBJECT_OFFSETOF(JSValue, u.asBits.payload)), regT2);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 171 import org.eclipse.wb.internal.core.editor.structure.PageSiteComposite;
219 /** Property key for the window preferences for the structure flyout */
220 private static final String PREF_STRUCTURE = "design.structure"; //$NON-NLS-1$
394 // Create the shared structure+editor area
398 mStructureFlyout.setTitleText("Structure");
435 // Create the structure views. We really should do this *lazily*, but that
    [all...]
  /tools/motodev/src/plugins/android/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/common/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/emulator/lib/
commons-net-1.4.1.jar 
  /tools/motodev/src/plugins/translation/
commons-net-1.4.1.jar 
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 170 group "structure";
    [all...]
  /external/v8/src/
messages.js 212 "circular_structure", ["Converting circular structure to JSON"],
    [all...]
runtime.cc     [all...]
d8.js     [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/libmtp/
configure     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
pdfjs.js     [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 758 milliseconds

<<1112