Home
last modified time | relevance | path

Searched refs:runtime_allocate (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/x87/
Dfull-codegen-x87.cc1547 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()
Dlithium-codegen-x87.cc5859 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/
Dfull-codegen-x64.cc1592 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()
Dlithium-codegen-x64.cc5436 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/
Dfull-codegen-ia32.cc1558 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()
Dlithium-codegen-ia32.cc5265 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/
Dfull-codegen-arm64.cc1616 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()
Dlithium-codegen-arm64.cc5712 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/
Dfull-codegen-mips.cc1622 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()
Dlithium-codegen-mips.cc5432 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/
Dfull-codegen-mips64.cc1619 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()
Dlithium-codegen-mips64.cc5465 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/
Dfull-codegen-arm.cc1638 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()
Dlithium-codegen-arm.cc5467 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()