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

1 2

  /build/make/core/
multi_prebuilt.mk 51 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/v8/src/runtime/
runtime-literals.cc 48 Handle<JSObject> boilerplate = local
51 // Normalize the elements of the boilerplate to save space if needed.
52 if (!should_have_fast_elements) JSObject::NormalizeElements(boilerplate);
54 // Add the constant properties to the boilerplate.
57 !is_result_from_cache && boilerplate->HasFastProperties();
61 JSObject::NormalizeProperties(boilerplate, KEEP_INOBJECT_PROPERTIES, length,
62 "Boilerplate");
64 // TODO(verwaest): Support tracking representations in the boilerplate.
69 // The value contains the boilerplate properties of a
71 Handle<BoilerplateDescription> boilerplate local
245 Handle<JSObject> boilerplate; local
283 Handle<Object> boilerplate; local
    [all...]
  /external/v8/src/compiler/
js-create-lowering.h 73 Handle<JSObject> boilerplate,
76 Handle<JSObject> boilerplate,
js-create-lowering.cc 134 // Determines whether the given array or object literal boilerplate satisfies
137 bool IsFastLiteral(Handle<JSObject> boilerplate, int max_depth,
142 // Make sure the boilerplate map is not deprecated.
143 if (!JSObject::TryMigrateInstance(boilerplate)) return false;
149 Isolate* const isolate = boilerplate->GetIsolate();
150 Handle<FixedArrayBase> elements(boilerplate->elements(), isolate);
153 if (boilerplate->HasFastSmiOrObjectElements()) {
166 } else if (boilerplate->HasFastDoubleElements()) {
174 Handle<FixedArray> properties(boilerplate->properties(), isolate);
179 boilerplate->map()->instance_descriptors(), isolate)
    [all...]
  /external/v8/src/js/
runtime.js 88 // generating code for a array literal a boilerplate array is created
90 // boilerplate gets the right prototype.
  /external/v8/src/builtins/
builtins-constructor.cc 428 Node* boilerplate = LoadFixedArrayElement(feedback_vector, literal_index, 0, local
430 GotoIf(IsUndefined(boilerplate), &call_runtime);
436 Node* value = LoadObjectField(boilerplate, offset);
465 Node* boilerplate, Node* boilerplate_map, Node* boilerplate_elements,
471 Node* length = LoadJSArrayLength(boilerplate);
490 Comment("copy boilerplate elements");
518 Node* boilerplate = local
520 Node* boilerplate_map = LoadMap(boilerplate);
521 Node* boilerplate_elements = LoadElements(boilerplate);
552 NonEmptyShallowClone(boilerplate, boilerplate_map, boilerplate_elements
681 Node* boilerplate = local
    [all...]
builtins-constructor.h 57 Node* NonEmptyShallowClone(Node* boilerplate, Node* boilerplate_map,
  /packages/apps/TimeZoneData/oem_template/data_app/testing/
build_oem_test_data_app.mk 15 # An .mk include file that contains the boilerplate needed to build test,
  /packages/apps/TimeZoneData/oem_template/data_app/
build_oem_data_app.mk 15 # An .mk include file that contains the boilerplate needed to build real and
  /packages/apps/TimeZoneData/oem_template/data_app_prebuilt/
include_app_prebuilt.mk 15 # An .mk include file that contains the boilerplate needed to include real and
  /packages/apps/TimeZoneData/oem_template/data_app_prebuilt/testing/
include_test_prebuilt.mk 15 # An .mk include file that contains the boilerplate needed to include test,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
copyGen.go 69 // boilerplate at end
zeroGen.go 64 // boilerplate at end
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
copyGen.go 69 // boilerplate at end
zeroGen.go 64 // boilerplate at end
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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/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/v8/src/
factory.cc 183 int boilerplate, int all_properties, int index_keys, bool has_seen_proto) {
184 DCHECK_GE(boilerplate, 0);
191 bool has_different_size_backing_store = boilerplate != backing_store_size;
193 // Space for name and value for every boilerplate property.
194 int size = 2 * boilerplate;
205 DCHECK((boilerplate != (all_properties - index_keys)) || has_seen_proto);
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc 5462 Handle<JSObject> boilerplate; local
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/errors/
ptr.go 23 // ptrTest is the tests without the boilerplate.
  /prebuilts/go/linux-x86/misc/cgo/errors/
ptr.go 23 // ptrTest is the tests without the boilerplate.

Completed in 598 milliseconds

1 2