Home
last modified time | relevance | path

Searched defs:literal_flags (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Djs-operator.cc933 Handle<FixedArray> constant_elements, int literal_flags, in CreateLiteralArray()
946 Handle<FixedArray> constant_properties, int literal_flags, in CreateLiteralObject()
959 Handle<String> constant_pattern, int literal_flags, int literal_index) { in CreateLiteralRegExp()
Dbytecode-graph-builder.cc1111 int literal_flags = iterator.GetImmediateOperand(2); in BuildCreateRegExpLiteral() local
1135 int literal_flags = iterator.GetImmediateOperand(2); in BuildCreateArrayLiteral() local
1159 int literal_flags = iterator.GetImmediateOperand(2); in BuildCreateObjectLiteral() local
Djs-generic-lowering.cc530 Node* literal_flags = jsgraph()->SmiConstant(p.flags()); in LowerJSCreateLiteralRegExp() local
Djs-typed-lowering.cc1930 Node* literal_flags = jsgraph()->SmiConstant(flags); in ReduceJSCreateLiteralObject() local
/external/v8/test/unittests/compiler/
Djs-typed-lowering-unittest.cc1061 int const literal_flags = ArrayLiteral::kShallowElements; in TEST_F() local
1090 int const literal_flags = ObjectLiteral::kShallowProperties; in TEST_F() local
/external/v8/src/full-codegen/
Dfull-codegen.cc146 int literal_flags = expr->ComputeFlags(); in MustCreateObjectLiteralWithRuntime() local