/external/v8/src/x87/ |
D | full-codegen-x87.cc | 1547 Label allocated, runtime_allocate; in VisitRegExpLiteral() local 1548 __ Allocate(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT); in VisitRegExpLiteral() 1551 __ bind(&runtime_allocate); in VisitRegExpLiteral()
|
D | lithium-codegen-x87.cc | 5859 Label allocated, runtime_allocate; in DoRegExpLiteral() local 5860 __ Allocate(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT); in DoRegExpLiteral() 5863 __ bind(&runtime_allocate); in DoRegExpLiteral()
|
/external/v8/src/x64/ |
D | full-codegen-x64.cc | 1592 Label allocated, runtime_allocate; in VisitRegExpLiteral() local 1593 __ Allocate(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT); in VisitRegExpLiteral() 1596 __ bind(&runtime_allocate); in VisitRegExpLiteral()
|
D | lithium-codegen-x64.cc | 5436 Label allocated, runtime_allocate; in DoRegExpLiteral() local 5437 __ Allocate(size, rax, rcx, rdx, &runtime_allocate, TAG_OBJECT); in DoRegExpLiteral() 5440 __ bind(&runtime_allocate); in DoRegExpLiteral()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 1558 Label allocated, runtime_allocate; in VisitRegExpLiteral() local 1559 __ Allocate(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT); in VisitRegExpLiteral() 1562 __ bind(&runtime_allocate); in VisitRegExpLiteral()
|
D | lithium-codegen-ia32.cc | 5265 Label allocated, runtime_allocate; in DoRegExpLiteral() local 5266 __ Allocate(size, eax, ecx, edx, &runtime_allocate, TAG_OBJECT); in DoRegExpLiteral() 5269 __ bind(&runtime_allocate); in DoRegExpLiteral()
|
/external/v8/src/arm64/ |
D | full-codegen-arm64.cc | 1616 Label allocated, runtime_allocate; in VisitRegExpLiteral() local 1617 __ Allocate(size, x0, x2, x3, &runtime_allocate, TAG_OBJECT); in VisitRegExpLiteral() 1620 __ Bind(&runtime_allocate); in VisitRegExpLiteral()
|
D | lithium-codegen-arm64.cc | 5712 Label allocated, runtime_allocate; in DoRegExpLiteral() local 5714 __ Allocate(size, x0, x10, x11, &runtime_allocate, TAG_OBJECT); in DoRegExpLiteral() 5717 __ Bind(&runtime_allocate); in DoRegExpLiteral()
|
/external/v8/src/mips/ |
D | full-codegen-mips.cc | 1622 Label allocated, runtime_allocate; in VisitRegExpLiteral() local 1623 __ Allocate(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT); in VisitRegExpLiteral() 1626 __ bind(&runtime_allocate); in VisitRegExpLiteral()
|
D | lithium-codegen-mips.cc | 5432 Label allocated, runtime_allocate; in DoRegExpLiteral() local 5434 __ Allocate(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT); in DoRegExpLiteral() 5437 __ bind(&runtime_allocate); in DoRegExpLiteral()
|
/external/v8/src/mips64/ |
D | full-codegen-mips64.cc | 1619 Label allocated, runtime_allocate; in VisitRegExpLiteral() local 1620 __ Allocate(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT); in VisitRegExpLiteral() 1623 __ bind(&runtime_allocate); in VisitRegExpLiteral()
|
D | lithium-codegen-mips64.cc | 5465 Label allocated, runtime_allocate; in DoRegExpLiteral() local 5467 __ Allocate(size, v0, a2, a3, &runtime_allocate, TAG_OBJECT); in DoRegExpLiteral() 5470 __ bind(&runtime_allocate); in DoRegExpLiteral()
|
/external/v8/src/arm/ |
D | full-codegen-arm.cc | 1638 Label allocated, runtime_allocate; in VisitRegExpLiteral() local 1639 __ Allocate(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT); in VisitRegExpLiteral() 1642 __ bind(&runtime_allocate); in VisitRegExpLiteral()
|
D | lithium-codegen-arm.cc | 5467 Label allocated, runtime_allocate; in DoRegExpLiteral() local 5469 __ Allocate(size, r0, r2, r3, &runtime_allocate, TAG_OBJECT); in DoRegExpLiteral() 5472 __ bind(&runtime_allocate); in DoRegExpLiteral()
|