Home
last modified time | relevance | path

Searched refs:return_label_ (Results 1 – 20 of 20) sorted by relevance

/external/v8/src/compiler/
Dcode-generator.h266 Label return_label_; variable
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1898 if (return_label_.is_bound()) { in AssembleReturn()
1899 __ B(&return_label_); in AssembleReturn()
1902 __ Bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc2011 if (return_label_.is_bound()) { in AssembleReturn()
2012 __ jmp(&return_label_); in AssembleReturn()
2015 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1775 if (return_label_.is_bound()) { in AssembleReturn()
1776 __ b(&return_label_); in AssembleReturn()
1779 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc2026 if (return_label_.is_bound()) { in AssembleReturn()
2027 __ Branch(&return_label_); in AssembleReturn()
2030 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc2328 if (return_label_.is_bound()) { in AssembleReturn()
2329 __ b(&return_label_); in AssembleReturn()
2332 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc2207 if (return_label_.is_bound()) { in AssembleReturn()
2208 __ b(&return_label_); in AssembleReturn()
2211 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/full-codegen/
Dfull-codegen.h932 Label return_label_; variable
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc2489 if (return_label_.is_bound()) { in AssembleReturn()
2490 __ jmp(&return_label_); in AssembleReturn()
2493 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2496 if (return_label_.is_bound()) { in AssembleReturn()
2497 __ jmp(&return_label_); in AssembleReturn()
2500 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc2346 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/
Dfull-codegen-x64.cc430 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/
Dfull-codegen-x87.cc422 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/
Dfull-codegen-ia32.cc425 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/
Dfull-codegen-ppc.cc452 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/
Dfull-codegen-mips64.cc455 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/
Dfull-codegen-arm64.cc448 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/
Dfull-codegen-mips.cc456 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/
Dfull-codegen-arm.cc460 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/
Dfull-codegen-s390.cc453 if (return_label_.is_bound()) { in EmitReturnSequence()
454 __ b(&return_label_); in EmitReturnSequence()
456 __ bind(&return_label_); in EmitReturnSequence()