Home
last modified time | relevance | path

Searched refs:CreateLiteralObject (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Djs-operator.h465 const Operator* CreateLiteralObject(Handle<FixedArray> constant_properties, in NON_EXPORTED_BASE()
Djs-operator.cc832 const Operator* JSOperatorBuilder::CreateLiteralObject( in CreateLiteralObject() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1229 javascript()->CreateLiteralObject(constant_properties, literal_flags, in VisitCreateObjectLiteral()
Dast-graph-builder.cc1748 const Operator* op = javascript()->CreateLiteralObject( in VisitObjectLiteral()