Home
last modified time | relevance | path

Searched refs:CreateLiteralArray (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Djs-operator.h518 const Operator* CreateLiteralArray(Handle<FixedArray> constant_elements,
Djs-operator.cc932 const Operator* JSOperatorBuilder::CreateLiteralArray( in CreateLiteralArray() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1136 const Operator* op = javascript()->CreateLiteralArray( in BuildCreateArrayLiteral()
Dast-graph-builder.cc1926 const Operator* op = javascript()->CreateLiteralArray( in VisitArrayLiteral()
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc1069 graph()->NewNode(javascript()->CreateLiteralArray( in TEST_F()