HomeSort by relevance Sort by last modified time
    Searched defs:boilerplate (Results 1 - 5 of 5) 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/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...]
  /external/v8/src/crankshaft/
hydrogen.cc 5871 Handle<JSObject> boilerplate; local
    [all...]

Completed in 140 milliseconds