Searched refs:DefineAsSpilled (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/mips/ |
D | lithium-mips.cc | 548 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled() function in v8::internal::LChunkBuilder 2400 return DefineAsSpilled(result, spill_index); in DoParameter() 2426 return DefineAsSpilled(new(zone()) LUnknownOSRValue, spill_index); in DoUnknownOSRValue()
|
D | lithium-mips.h | 2813 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
|
/external/v8/src/mips64/ |
D | lithium-mips64.cc | 548 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled() function in v8::internal::LChunkBuilder 2400 return DefineAsSpilled(result, spill_index); in DoParameter() 2426 return DefineAsSpilled(new(zone()) LUnknownOSRValue, spill_index); in DoUnknownOSRValue()
|
D | lithium-mips64.h | 2797 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
|
/external/v8/src/x64/ |
D | lithium-x64.cc | 574 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled() function in v8::internal::LChunkBuilder 2488 return DefineAsSpilled(result, spill_index); in DoParameter() 2514 return DefineAsSpilled(new(zone()) LUnknownOSRValue, spill_index); in DoUnknownOSRValue()
|
D | lithium-x64.h | 2842 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
|
/external/v8/src/arm/ |
D | lithium-arm.cc | 541 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled() function in v8::internal::LChunkBuilder 2451 return DefineAsSpilled(result, spill_index); in DoParameter() 2477 return DefineAsSpilled(new(zone()) LUnknownOSRValue, spill_index); in DoUnknownOSRValue()
|
D | lithium-arm.h | 2855 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
|
/external/v8/src/arm64/ |
D | lithium-arm64.cc | 444 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled() function in v8::internal::LChunkBuilder 1994 return DefineAsSpilled(result, spill_index); in DoParameter() 2689 return DefineAsSpilled(new(zone()) LUnknownOSRValue, spill_index); in DoUnknownOSRValue()
|
D | lithium-arm64.h | 3182 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
|
/external/v8/src/x87/ |
D | lithium-x87.cc | 598 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled() function in v8::internal::LChunkBuilder 2511 return DefineAsSpilled(result, spill_index); in DoParameter() 2542 return DefineAsSpilled(new(zone()) LUnknownOSRValue, spill_index); in DoUnknownOSRValue()
|
D | lithium-x87.h | 2857 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
|
/external/v8/src/ia32/ |
D | lithium-ia32.cc | 592 LInstruction* LChunkBuilder::DefineAsSpilled( in DefineAsSpilled() function in v8::internal::LChunkBuilder 2507 return DefineAsSpilled(result, spill_index); in DoParameter() 2538 return DefineAsSpilled(new(zone()) LUnknownOSRValue, spill_index); in DoUnknownOSRValue()
|
D | lithium-ia32.h | 2844 LInstruction* DefineAsSpilled(LTemplateResultInstruction<1>* instr,
|