Searched refs:CreateObjectLiteral (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 237 BytecodeArrayBuilder& CreateObjectLiteral(size_t constant_properties_entry,
|
D | bytecodes.h | 251 V(CreateObjectLiteral, AccumulatorUse::kNone, OperandType::kIdx, \
|
D | bytecode-array-builder.cc | 976 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateObjectLiteral( in CreateObjectLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | interpreter-generator.cc | 2388 IGNITION_HANDLER(CreateObjectLiteral, InterpreterAssembler) { in IGNITION_HANDLER() argument
|
D | bytecode-generator.cc | 2125 builder()->CreateObjectLiteral(entry, literal_index, flags, literal); in BuildCreateObjectLiteral()
|
/external/v8/src/runtime/ |
D | runtime.h | 286 F(CreateObjectLiteral, 4, 1) \
|
/external/v8/src/debug/ |
D | debug-evaluate.cc | 313 V(CreateObjectLiteral) \ in IntrinsicHasNoSideEffect()
|