Searched refs:CreateRegExpLiteral (Results 1 – 8 of 8) sorted by relevance
/external/v8/test/cctest/interpreter/bytecode_expectations/ |
D | RegExpLiterals.golden | 19 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0), 37 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(2), 55 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0),
|
D | RegExpLiteralsWide.golden | 788 /* 2601 S> */ B(Wide), B(CreateRegExpLiteral), U16(256), U16(0), U8(0),
|
/external/v8/src/interpreter/ |
D | bytecode-array-builder.h | 138 BytecodeArrayBuilder& CreateRegExpLiteral(Handle<String> pattern,
|
D | bytecodes.h | 206 V(CreateRegExpLiteral, AccumulatorUse::kWrite, OperandType::kIdx, \
|
D | bytecode-array-builder.cc | 342 BytecodeArrayBuilder& BytecodeArrayBuilder::CreateRegExpLiteral( in CreateRegExpLiteral() function in v8::internal::interpreter::BytecodeArrayBuilder
|
D | bytecode-generator.cc | 1521 builder()->CreateRegExpLiteral(expr->pattern(), expr->literal_index(), in VisitRegExpLiteral()
|
/external/v8/test/unittests/interpreter/ |
D | bytecode-array-builder-unittest.cc | 106 builder.CreateRegExpLiteral(factory->NewStringFromStaticChars("a"), 0, 0) in TEST_F() 315 builder.CreateRegExpLiteral(factory->NewStringFromStaticChars("wide_literal"), in TEST_F()
|
/external/v8/src/runtime/ |
D | runtime.h | 333 F(CreateRegExpLiteral, 4, 1) \
|