Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.h228 Label return_label_; variable
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1828 if (return_label_.is_bound()) { in AssembleReturn()
1829 __ jmp(&return_label_); in AssembleReturn()
1832 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1860 if (return_label_.is_bound()) { in AssembleReturn()
1861 __ Branch(&return_label_); in AssembleReturn()
1864 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc1537 if (return_label_.is_bound()) { in AssembleReturn()
1538 __ b(&return_label_); in AssembleReturn()
1541 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1784 if (return_label_.is_bound()) { in AssembleReturn()
1785 __ B(&return_label_); in AssembleReturn()
1788 __ Bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc2161 if (return_label_.is_bound()) { in AssembleReturn()
2162 __ jmp(&return_label_); in AssembleReturn()
2165 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc1986 if (return_label_.is_bound()) { in AssembleReturn()
1987 __ b(&return_label_); in AssembleReturn()
1990 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc1981 if (return_label_.is_bound()) { in AssembleReturn()
1982 __ b(&return_label_); in AssembleReturn()
1985 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc2108 if (return_label_.is_bound()) { in AssembleReturn()
2109 __ Branch(&return_label_); in AssembleReturn()
2112 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/compiler/x87/
Dcode-generator-x87.cc2371 if (return_label_.is_bound()) { in AssembleReturn()
2372 __ jmp(&return_label_); in AssembleReturn()
2375 __ bind(&return_label_); in AssembleReturn()
/external/v8/src/full-codegen/
Dfull-codegen.h968 Label return_label_; variable
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc410 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/
Dfull-codegen-x87.cc407 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/
Dfull-codegen-arm64.cc435 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/
Dfull-codegen-x64.cc413 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/
Dfull-codegen-mips64.cc437 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/
Dfull-codegen-arm.cc446 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/
Dfull-codegen-s390.cc434 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/
Dfull-codegen-ppc.cc432 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/
Dfull-codegen-mips.cc438 if (return_label_.is_bound()) { in EmitReturnSequence()
439 __ Branch(&return_label_); in EmitReturnSequence()
441 __ bind(&return_label_); in EmitReturnSequence()