Home
last modified time | relevance | path

Searched refs:LRegExpLiteral (Results 1 – 21 of 21) sorted by relevance

/external/v8/src/ia32/
Dlithium-ia32.h2549 class LRegExpLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2551 explicit LRegExpLiteral(LOperand* context) { in LRegExpLiteral() function
Dlithium-ia32.cc2484 DefineFixed(new(zone()) LRegExpLiteral(context), eax), instr); in DoRegExpLiteral()
Dlithium-codegen-ia32.cc5239 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()
/external/v8/src/x87/
Dlithium-x87.h2565 class LRegExpLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2567 explicit LRegExpLiteral(LOperand* context) { in LRegExpLiteral() function
Dlithium-x87.cc2488 DefineFixed(new(zone()) LRegExpLiteral(context), eax), instr); in DoRegExpLiteral()
Dlithium-codegen-x87.cc5833 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()
/external/v8/src/x64/
Dlithium-x64.h2530 class LRegExpLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2532 explicit LRegExpLiteral(LOperand* context) { in LRegExpLiteral() function
Dlithium-x64.cc2464 LRegExpLiteral* result = new(zone()) LRegExpLiteral(context); in DoRegExpLiteral()
Dlithium-codegen-x64.cc5411 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()
/external/v8/src/mips64/
Dlithium-mips64.h2492 class LRegExpLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2494 explicit LRegExpLiteral(LOperand* context) { in LRegExpLiteral() function
Dlithium-mips64.cc2377 DefineFixed(new(zone()) LRegExpLiteral(context), v0), instr); in DoRegExpLiteral()
Dlithium-codegen-mips64.cc5439 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()
/external/v8/src/mips/
Dlithium-mips.h2508 class LRegExpLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2510 explicit LRegExpLiteral(LOperand* context) { in LRegExpLiteral() function
Dlithium-mips.cc2377 DefineFixed(new(zone()) LRegExpLiteral(context), v0), instr); in DoRegExpLiteral()
Dlithium-codegen-mips.cc5406 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()
/external/v8/src/arm/
Dlithium-arm.h2548 class LRegExpLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2550 explicit LRegExpLiteral(LOperand* context) { in LRegExpLiteral() function
Dlithium-arm.cc2428 DefineFixed(new(zone()) LRegExpLiteral(context), r0), instr); in DoRegExpLiteral()
Dlithium-codegen-arm.cc5440 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()
/external/v8/src/arm64/
Dlithium-arm64.h2342 class LRegExpLiteral FINAL : public LTemplateInstruction<1, 1, 0> {
2344 explicit LRegExpLiteral(LOperand* context) { in LRegExpLiteral() function
Dlithium-arm64.cc2049 DefineFixed(new(zone()) LRegExpLiteral(context), x0), instr); in DoRegExpLiteral()
Dlithium-codegen-arm64.cc5687 void LCodeGen::DoRegExpLiteral(LRegExpLiteral* instr) { in DoRegExpLiteral()