/external/v8/src/compiler/ |
D | code-generator.h | 266 Label return_label_; variable
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1898 if (return_label_.is_bound()) { in AssembleReturn() 1899 __ B(&return_label_); in AssembleReturn() 1902 __ Bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 2011 if (return_label_.is_bound()) { in AssembleReturn() 2012 __ jmp(&return_label_); in AssembleReturn() 2015 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1775 if (return_label_.is_bound()) { in AssembleReturn() 1776 __ b(&return_label_); in AssembleReturn() 1779 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 2026 if (return_label_.is_bound()) { in AssembleReturn() 2027 __ Branch(&return_label_); in AssembleReturn() 2030 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 2328 if (return_label_.is_bound()) { in AssembleReturn() 2329 __ b(&return_label_); in AssembleReturn() 2332 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 2207 if (return_label_.is_bound()) { in AssembleReturn() 2208 __ b(&return_label_); in AssembleReturn() 2211 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/full-codegen/ |
D | full-codegen.h | 932 Label return_label_; variable
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 2489 if (return_label_.is_bound()) { in AssembleReturn() 2490 __ jmp(&return_label_); in AssembleReturn() 2493 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 2496 if (return_label_.is_bound()) { in AssembleReturn() 2497 __ jmp(&return_label_); in AssembleReturn() 2500 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 2346 if (return_label_.is_bound()) { in AssembleReturn() 2347 __ Branch(&return_label_); in AssembleReturn() 2350 __ bind(&return_label_); in AssembleReturn()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 430 if (return_label_.is_bound()) { in EmitReturnSequence() 431 __ jmp(&return_label_); in EmitReturnSequence() 433 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 422 if (return_label_.is_bound()) { in EmitReturnSequence() 423 __ jmp(&return_label_); in EmitReturnSequence() 426 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 425 if (return_label_.is_bound()) { in EmitReturnSequence() 426 __ jmp(&return_label_); in EmitReturnSequence() 429 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 452 if (return_label_.is_bound()) { in EmitReturnSequence() 453 __ b(&return_label_); in EmitReturnSequence() 455 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 455 if (return_label_.is_bound()) { in EmitReturnSequence() 456 __ Branch(&return_label_); in EmitReturnSequence() 458 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 448 if (return_label_.is_bound()) { in EmitReturnSequence() 449 __ B(&return_label_); in EmitReturnSequence() 452 __ Bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 456 if (return_label_.is_bound()) { in EmitReturnSequence() 457 __ Branch(&return_label_); in EmitReturnSequence() 459 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 460 if (return_label_.is_bound()) { in EmitReturnSequence() 461 __ b(&return_label_); in EmitReturnSequence() 463 __ bind(&return_label_); in EmitReturnSequence()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 453 if (return_label_.is_bound()) { in EmitReturnSequence() 454 __ b(&return_label_); in EmitReturnSequence() 456 __ bind(&return_label_); in EmitReturnSequence()
|