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

  /build/core/
multi_prebuilt.mk 50 define auto-prebuilt-boilerplate
87 $(call auto-prebuilt-boilerplate, \
95 $(call auto-prebuilt-boilerplate, \
105 $(call auto-prebuilt-boilerplate, \
111 $(call auto-prebuilt-boilerplate, \
120 $(call auto-prebuilt-boilerplate, \
  /external/v8/src/runtime/
runtime-literals.cc 62 Handle<JSObject> boilerplate = local
65 // Normalize the elements of the boilerplate to save space if needed.
66 if (!should_have_fast_elements) JSObject::NormalizeElements(boilerplate);
68 // Add the constant properties to the boilerplate.
71 !is_result_from_cache && boilerplate->HasFastProperties();
75 JSObject::NormalizeProperties(boilerplate, KEEP_INOBJECT_PROPERTIES,
76 length / 2, "Boilerplate");
78 // TODO(verwaest): Support tracking representations in the boilerplate.
98 boilerplate, element_index, value, NONE);
103 boilerplate, name, value, NONE)
275 Handle<JSObject> boilerplate; local
318 Handle<Object> boilerplate; local
414 JSArray* boilerplate = NULL; local
    [all...]
  /external/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/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/v8/src/js/
runtime.js 165 // generating code for a array literal a boilerplate array is created
167 // boilerplate gets the right prototype.
  /external/v8/src/
code-stubs-hydrogen.cc 445 HInstruction* boilerplate = Add<HLoadKeyed>( local
451 boilerplate, graph()->GetConstantUndefined());
461 Add<HLoadNamedField>(boilerplate, nullptr, HObjectAccess::ForMap()));
464 Add<HLoadNamedField>(boilerplate, nullptr,
468 Add<HLoadNamedField>(boilerplate, nullptr,
474 Add<HLoadNamedField>(boilerplate, nullptr, access));
515 HInstruction* boilerplate = local
517 HValue* elements = AddLoadElements(boilerplate);
523 Push(BuildCloneShallowArrayEmpty(boilerplate,
530 Push(BuildCloneShallowArrayCow(boilerplate,
584 HInstruction* boilerplate = local
    [all...]
isolate.cc 860 // constructor. Instead, we copy the pre-constructed boilerplate and
864 // There is no boilerplate to use during bootstrapping.
868 Handle<JSObject> boilerplate = stack_overflow_boilerplate(); local
869 Handle<JSObject> copy = factory()->CopyJSObject(boilerplate);
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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-trace/catapult/third_party/polymer/components/web-animations-js/
Gruntfile.js 44 record.options.banner = grunt.file.read('templates/boilerplate');
  /external/v8/src/crankshaft/
hydrogen.cc 5871 Handle<JSObject> boilerplate; local
    [all...]
hydrogen.h     [all...]
  /external/v8/tools/
profile.js 665 * building optionally modified tree clones. This is the boilerplate code

Completed in 678 milliseconds