Home
last modified time | relevance | path

Searched defs:boilerplate (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/runtime/
Druntime-literals.cc62 Handle<JSObject> boilerplate = in CreateObjectLiteralBoilerplate() local
246 Handle<Object> boilerplate(closure->literals()->literal(index), isolate); in RUNTIME_FUNCTION() local
275 Handle<JSObject> boilerplate; in RUNTIME_FUNCTION() local
318 Handle<Object> boilerplate; in GetLiteralAllocationSite() local
357 Handle<JSObject> boilerplate(JSObject::cast(site->transition_info())); in CreateArrayLiteralImpl() local
414 JSArray* boilerplate = NULL; in RUNTIME_FUNCTION() local
/external/v8/src/
Dcode-stubs-hydrogen.cc445 HInstruction* boilerplate = Add<HLoadKeyed>( in BuildCodeStub() local
515 HInstruction* boilerplate = in BuildCodeStub() local
584 HInstruction* boilerplate = in BuildCodeStub() local
Disolate.cc868 Handle<JSObject> boilerplate = stack_overflow_boilerplate(); in StackOverflow() local
/external/v8/src/crankshaft/
Dhydrogen.cc3076 HValue* HGraphBuilder::BuildCloneShallowArrayCow(HValue* boilerplate, in BuildCloneShallowArrayCow()
3097 HValue* HGraphBuilder::BuildCloneShallowArrayEmpty(HValue* boilerplate, in BuildCloneShallowArrayEmpty()
3115 HValue* HGraphBuilder::BuildCloneShallowArrayNonEmpty(HValue* boilerplate, in BuildCloneShallowArrayNonEmpty()
5794 static bool IsFastLiteral(Handle<JSObject> boilerplate, in IsFastLiteral()
5871 Handle<JSObject> boilerplate; in VisitObjectLiteral() local