Home
last modified time | relevance | path

Searched refs:no_descriptors (Results 1 – 10 of 10) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp97 no_descriptors = ASIO_SOCKET_ERROR(EMFILE), enumerator
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc984 Label no_descriptors; in VisitForInStatement() local
988 __ j(equal, &no_descriptors); in VisitForInStatement()
1001 __ bind(&no_descriptors); in VisitForInStatement()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc957 Label no_descriptors; in VisitForInStatement() local
962 __ j(equal, &no_descriptors); in VisitForInStatement()
975 __ bind(&no_descriptors); in VisitForInStatement()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc947 Label no_descriptors; in VisitForInStatement() local
952 __ j(equal, &no_descriptors); in VisitForInStatement()
965 __ bind(&no_descriptors); in VisitForInStatement()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1021 Label no_descriptors; in VisitForInStatement() local
1025 __ Branch(&no_descriptors, eq, a1, Operand(Smi::kZero)); in VisitForInStatement()
1037 __ bind(&no_descriptors); in VisitForInStatement()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1020 Label no_descriptors; in VisitForInStatement() local
1025 __ b(eq, &no_descriptors); in VisitForInStatement()
1038 __ bind(&no_descriptors); in VisitForInStatement()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc950 Label no_descriptors; in VisitForInStatement() local
955 __ beq(&no_descriptors, Label::kNear); in VisitForInStatement()
969 __ bind(&no_descriptors); in VisitForInStatement()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc983 Label no_descriptors; in VisitForInStatement() local
988 __ beq(&no_descriptors); in VisitForInStatement()
1002 __ bind(&no_descriptors); in VisitForInStatement()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1020 Label no_descriptors; in VisitForInStatement() local
1024 __ Branch(&no_descriptors, eq, a1, Operand(Smi::kZero)); in VisitForInStatement()
1036 __ bind(&no_descriptors); in VisitForInStatement()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1008 Label fixed_array, no_descriptors; in VisitForInStatement() local
1016 __ Cbz(x1, &no_descriptors); in VisitForInStatement()
1029 __ Bind(&no_descriptors); in VisitForInStatement()