HomeSort by relevance Sort by last modified time
    Searched refs:boilerplate (Results 1 - 22 of 22) sorted by null

  /build/core/
multi_prebuilt.mk 50 define auto-prebuilt-boilerplate
88 $(call auto-prebuilt-boilerplate, \
96 $(call auto-prebuilt-boilerplate, \
106 $(call auto-prebuilt-boilerplate, \
112 $(call auto-prebuilt-boilerplate, \
121 $(call auto-prebuilt-boilerplate, \
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8PerContextData.h 76 v8::Local<v8::Object> boilerplate = m_wrapperBoilerplates.Get(type); local
77 return !boilerplate.IsEmpty() ? boilerplate->Clone() : createWrapperFromCacheSlowCase(type);
108 // For each possible type of wrapper, we keep a boilerplate object.
109 // The boilerplate is used to create additional wrappers of the same type.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-fast-literal-transition.js 30 // Test that the elements kind of the boilerplate object is sufficiently
32 // boilerplate. The --always-opt flag makes sure that optimized code is
52 // Step 1: Optimize g() to contain a FAST_DOUBLE_ELEMENTS boilerplate.
57 // Step 2: Deoptimize g() and transition to FAST_ELEMENTS boilerplate.
60 // Step 3: Cause a GC while broken clone of boilerplate is on the heap,
regress-123512.js 30 // Test that boilerplate objects for array literals with non-constant
54 // Test the same on boilerplate objects for object literals that contain
regress-2055.js 28 // Test that array literal boilerplate objects can be transitioned while
regress-2193.js 47 // warming it up properly so that the literals boilerplate is generated
  /external/chromium_org/v8/test/mjsunit/
array-literal-feedback.js 77 // boilerplate.
80 // We should have transitioned the boilerplate array to double, and
stack-traces-overflow.js 53 // Test getter to make sure setter does not affect the boilerplate.
allocation-site-info.js 263 // The boilerplate should incorporate all feedback, but the input array
277 b[5] = 1; // boilerplate goes holey
279 a[0] = 3.5; // boilerplate goes holey double
array-literal-transitions.js 136 // Check that unexpected changes in the objects stored into the boilerplate
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/
popup.js 12 * Most of this is boilerplate binding the controller to the UI. The bits that
  /external/chromium_org/v8/src/
code-stubs-hydrogen.cc 350 HInstruction* boilerplate = Add<HLoadNamedField>( local
352 HValue* elements = AddLoadElements(boilerplate);
358 Push(BuildCloneShallowArrayEmpty(boilerplate,
365 Push(BuildCloneShallowArrayCow(boilerplate,
373 Push(BuildCloneShallowArrayNonEmpty(boilerplate,
379 Push(BuildCloneShallowArrayNonEmpty(boilerplate,
387 checker.ElseDeopt("Uninitialized boilerplate literals");
415 HInstruction* boilerplate = Add<HLoadNamedField>( local
425 boilerplate, static_cast<HValue*>(NULL),
444 boilerplate, static_cast<HValue*>(NULL), access))
    [all...]
runtime.js 662 // generating code for a array literal a boilerplate array is created
664 // boilerplate gets the right prototype.
runtime.cc 250 Handle<JSObject> boilerplate = local
253 // Normalize the elements of the boilerplate to save space if needed.
254 if (!should_have_fast_elements) JSObject::NormalizeElements(boilerplate);
256 // Add the constant properties to the boilerplate.
259 !is_result_from_cache && boilerplate->HasFastProperties();
264 boilerplate, KEEP_INOBJECT_PROPERTIES, length / 2);
266 // TODO(verwaest): Support tracking representations in the boilerplate.
286 JSObject::SetOwnElement(boilerplate, element_index, value, SLOPPY);
291 boilerplate, name, value, NONE);
297 JSObject::SetOwnElement(boilerplate, element_index, value, SLOPPY)
468 Handle<JSObject> boilerplate; local
517 Handle<Object> boilerplate; local
5496 JSArray* boilerplate = NULL; local
    [all...]
hydrogen.cc 5550 Handle<JSObject> boilerplate; local
    [all...]
messages.js     [all...]
isolate.cc 782 // constructor. Instead, we copy the pre-constructed boilerplate and
785 Handle<JSObject> boilerplate = Handle<JSObject>::cast( local
787 Handle<JSObject> exception = factory()->CopyJSObject(boilerplate);
    [all...]
hydrogen.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fractions.py 325 refer to Fraction, float, or complex as "boilerplate". 'r'
332 2. If Fraction falls back to the boilerplate code, and it
335 so the boilerplate should return NotImplemented from
347 uses similar boilerplate code:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fractions.py 325 refer to Fraction, float, or complex as "boilerplate". 'r'
332 2. If Fraction falls back to the boilerplate code, and it
335 so the boilerplate should return NotImplemented from
347 uses similar boilerplate code:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
table_walker.js 377 * Wrapper for going to somewhere so that boilerplate is not repeated.
  /external/chromium_org/v8/tools/
profile.js 626 * building optionally modified tree clones. This is the boilerplate code

Completed in 365 milliseconds