Searched refs:LLazyBailout (Results 1 – 19 of 19) sorted by relevance
/external/v8/src/crankshaft/ |
D | lithium.cc | 552 new (zone()) LLazyBailout(), hydrogen_env); in CreateLazyBailoutForCall()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 383 class LLazyBailout final : public LTemplateInstruction<0, 0, 0> { 385 LLazyBailout() : gap_instructions_size_(0) { } in LLazyBailout() function
|
D | lithium-codegen-mips.cc | 5190 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 391 class LLazyBailout final : public LTemplateInstruction<0, 0, 0> { 393 LLazyBailout() : gap_instructions_size_(0) { } in LLazyBailout() function
|
D | lithium-codegen-x64.cc | 5212 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 371 class LLazyBailout final : public LTemplateInstruction<0, 0, 0> { 373 LLazyBailout() : gap_instructions_size_(0) {} in LLazyBailout() function
|
D | lithium-codegen-s390.cc | 5360 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 385 class LLazyBailout final : public LTemplateInstruction<0, 0, 0> { 387 LLazyBailout() : gap_instructions_size_(0) { } in LLazyBailout() function
|
D | lithium-codegen-arm.cc | 5158 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 386 class LLazyBailout final : public LTemplateInstruction<0, 0, 0> { 388 LLazyBailout() : gap_instructions_size_(0) { } in LLazyBailout() function
|
D | lithium-codegen-mips64.cc | 5399 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 382 class LLazyBailout final : public LTemplateInstruction<0, 0, 0> { 384 LLazyBailout() : gap_instructions_size_(0) {} in LLazyBailout() function
|
D | lithium-codegen-ppc.cc | 5437 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoShiftI()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 469 class LLazyBailout final : public LTemplateInstruction<0, 0, 0> { 471 LLazyBailout() : gap_instructions_size_(0) { } in LLazyBailout() function
|
D | lithium-codegen-arm64.cc | 2463 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 406 class LLazyBailout final : public LTemplateInstruction<0, 0, 0> {
|
D | lithium-codegen-x87.cc | 5414 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 392 class LLazyBailout final : public LTemplateInstruction<0, 0, 0> {
|
D | lithium-codegen-ia32.cc | 4926 void LCodeGen::DoLazyBailout(LLazyBailout* instr) { in DoLazyBailout()
|