/external/v8/src/compiler/ |
D | code-generator.h | 228 Label return_label_; variable
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1828 if (return_label_.is_bound()) { in AssembleReturn() 1829 __ jmp(&return_label_); in AssembleReturn() 1832 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1860 if (return_label_.is_bound()) { in AssembleReturn() 1861 __ Branch(&return_label_); in AssembleReturn() 1864 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1537 if (return_label_.is_bound()) { in AssembleReturn() 1538 __ b(&return_label_); in AssembleReturn() 1541 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1784 if (return_label_.is_bound()) { in AssembleReturn() 1785 __ B(&return_label_); in AssembleReturn() 1788 __ Bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2161 if (return_label_.is_bound()) { in AssembleReturn() 2162 __ jmp(&return_label_); in AssembleReturn() 2165 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 1986 if (return_label_.is_bound()) { in AssembleReturn() 1987 __ b(&return_label_); in AssembleReturn() 1990 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1981 if (return_label_.is_bound()) { in AssembleReturn() 1982 __ b(&return_label_); in AssembleReturn() 1985 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 2108 if (return_label_.is_bound()) { in AssembleReturn() 2109 __ Branch(&return_label_); in AssembleReturn() 2112 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 2371 if (return_label_.is_bound()) { in AssembleReturn() 2372 __ jmp(&return_label_); in AssembleReturn() 2375 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 968 Label return_label_; variable
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 410 if (return_label_.is_bound()) { in EmitReturnSequence() 411 __ jmp(&return_label_); in EmitReturnSequence() 414 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 407 if (return_label_.is_bound()) { in EmitReturnSequence() 408 __ jmp(&return_label_); in EmitReturnSequence() 411 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 435 if (return_label_.is_bound()) { in EmitReturnSequence() 436 __ B(&return_label_); in EmitReturnSequence() 439 __ Bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 413 if (return_label_.is_bound()) { in EmitReturnSequence() 414 __ jmp(&return_label_); in EmitReturnSequence() 416 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 437 if (return_label_.is_bound()) { in EmitReturnSequence() 438 __ Branch(&return_label_); in EmitReturnSequence() 440 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 446 if (return_label_.is_bound()) { in EmitReturnSequence() 447 __ b(&return_label_); in EmitReturnSequence() 449 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 434 if (return_label_.is_bound()) { in EmitReturnSequence() 435 __ b(&return_label_); in EmitReturnSequence() 437 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 432 if (return_label_.is_bound()) { in EmitReturnSequence() 433 __ b(&return_label_); in EmitReturnSequence() 435 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 438 if (return_label_.is_bound()) { in EmitReturnSequence() 439 __ Branch(&return_label_); in EmitReturnSequence() 441 __ bind(&return_label_); in EmitReturnSequence()
|