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/
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...]
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...]
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...]

Completed in 157 milliseconds