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

1 2

  /build/core/
multi_prebuilt.mk 50 define auto-prebuilt-boilerplate
84 $(call auto-prebuilt-boilerplate, \
92 $(call auto-prebuilt-boilerplate, \
102 $(call auto-prebuilt-boilerplate, \
108 $(call auto-prebuilt-boilerplate, \
117 $(call auto-prebuilt-boilerplate, \
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8PerContextData.h 85 UnsafePersistent<v8::Object> boilerplate = m_wrapperBoilerplates.get(type); local
86 return !boilerplate.isEmpty() ? boilerplate.newLocal(v8::Isolate::GetCurrent())->Clone() : createWrapperFromCacheSlowCase(type);
130 // For each possible type of wrapper, we keep a boilerplate object.
131 // 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/src/
code-stubs-hydrogen.cc 353 HInstruction* boilerplate = Add<HLoadNamedField>(allocation_site, access); local
355 HValue* elements = AddLoadElements(boilerplate, NULL);
360 environment()->Push(BuildCloneShallowArray(boilerplate,
370 environment()->Push(BuildCloneShallowArray(boilerplate,
376 environment()->Push(BuildCloneShallowArray(boilerplate,
383 environment()->Push(BuildCloneShallowArray(boilerplate,
390 checker.ElseDeopt("Uninitialized boilerplate literals");
407 HInstruction* boilerplate = Add<HLoadKeyed>(GetParameter(0), local
413 checker.IfNot<HCompareObjectEqAndBranch, HValue*>(boilerplate,
419 AddInstruction(new(zone) HInstanceSize(boilerplate));
    [all...]
runtime.cc 260 Handle<JSObject> boilerplate = local
264 // Normalize the elements of the boilerplate to save space if needed.
265 if (!should_have_fast_elements) JSObject::NormalizeElements(boilerplate);
267 // Add the constant properties to the boilerplate.
270 !is_result_from_cache && boilerplate->HasFastProperties();
276 boilerplate, KEEP_INOBJECT_PROPERTIES, length / 2);
279 // TODO(verwaest): Support tracking representations in the boilerplate.
299 boilerplate, element_index, value, kNonStrictMode);
304 boilerplate, name, value, NONE,
310 boilerplate, element_index, value, kNonStrictMode)
543 Handle<Object> boilerplate = local
568 JSObject* boilerplate = JSObject::cast(site->transition_info()); local
584 JSObject* boilerplate = JSObject::cast(site->transition_info()); local
    [all...]
messages.js     [all...]
runtime.js 673 // generating code for a array literal a boilerplate array is created
675 // boilerplate gets the right prototype.
hydrogen.cc     [all...]
isolate.cc 1088 Handle<JSObject> boilerplate = local
    [all...]
  /external/chromium_org/v8/test/mjsunit/
allocation-site-info.js 286 // The boilerplate should incorporate all feedback, but the input array
300 b[5] = 1; // boilerplate goes holey
302 a[0] = 3.5; // boilerplate goes holey double
array-literal-feedback.js 62 // We should have transitioned the boilerplate array to double, and
stack-traces-overflow.js 51 // Test getter to make sure setter does not affect the boilerplate.
array-literal-transitions.js 152 // 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/v8/test/mjsunit/
array-literal-transitions.js 151 // Check that unexpected changes in the objects stored into the boilerplate
  /external/v8/src/
runtime.cc 140 JSObject* boilerplate) {
146 { MaybeObject* maybe_result = heap->CopyJSObject(boilerplate);
362 Handle<JSObject> boilerplate = isolate->factory()->NewJSObjectFromMap(map); local
364 // Normalize the elements of the boilerplate to save space if needed.
365 if (!should_have_fast_elements) JSObject::NormalizeElements(boilerplate);
367 // Add the constant properties to the boilerplate.
370 !is_result_from_cache && boilerplate->HasFastProperties();
376 boilerplate, KEEP_INOBJECT_PROPERTIES, length / 2);
395 boilerplate, element_index, value, kNonStrictMode);
400 boilerplate, name, value, NONE)
    [all...]
hydrogen.cc 3842 Handle<JSObject> boilerplate = Handle<JSObject>::cast(raw_boilerplate); local
    [all...]
runtime.js 664 // generating code for a array literal a boilerplate array is created
666 // boilerplate gets the right prototype.
isolate.cc 900 Handle<JSObject> boilerplate = local
902 Handle<Object> exception = Copy(boilerplate);
    [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/v8/tools/
profile.js 626 * building optionally modified tree clones. This is the boilerplate code

Completed in 738 milliseconds

1 2