/external/v8/src/crankshaft/ |
D | lithium.cc | 254 LChunk::LChunk(CompilationInfo* info, HGraph* graph) in LChunk() function in v8::internal::LChunk 267 LLabel* LChunk::GetLabel(int block_id) const { in GetLabel() 274 int LChunk::LookupDestination(int block_id) const { in LookupDestination() 282 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel() 289 void LChunk::MarkEmptyBlocks() { in MarkEmptyBlocks() 324 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction() 343 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) { in DefineConstantOperand() 348 int LChunk::GetParameterStackSlot(int index) const { in GetParameterStackSlot() 361 int LChunk::ParameterAt(int index) { in ParameterAt() 368 LGap* LChunk::GetGapAt(int index) const { in GetGapAt() [all …]
|
D | lithium-codegen.h | 16 class LChunk; variable 23 LCodeGenBase(LChunk* chunk,
|
D | lithium.h | 631 class LChunk : public ZoneObject { 633 static LChunk* NewChunk(HGraph* graph); 695 LChunk(CompilationInfo* info, HGraph* graph); 786 LPhase(const char* name, LChunk* chunk) in LPhase() 792 LChunk* chunk_;
|
D | lithium-codegen.cc | 49 LCodeGenBase::LCodeGenBase(LChunk* chunk, MacroAssembler* assembler, in LCodeGenBase()
|
D | lithium-allocator.h | 339 bool Allocate(LChunk* chunk);
|
D | hydrogen.h | 32 class LChunk; variable 55 LChunk* chunk_; 3009 void TraceLithium(const char* name, LChunk* chunk); 3037 void Trace(const char* name, HGraph* graph, LChunk* chunk);
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 492 int TrueDestination(LChunk* chunk) { in TrueDestination() 495 int FalseDestination(LChunk* chunk) { in FalseDestination() 499 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 505 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2504 class LPlatformChunk final : public LChunk { 2507 : LChunk(info, graph), in LPlatformChunk()
|
D | lithium-codegen-x87.h | 29 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 482 int TrueDestination(LChunk* chunk) { in TrueDestination() 485 int FalseDestination(LChunk* chunk) { in FalseDestination() 489 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 495 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2504 class LPlatformChunk final : public LChunk { 2507 : LChunk(info, graph) { } in LPlatformChunk()
|
D | lithium-codegen-mips64.h | 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 481 int TrueDestination(LChunk* chunk) { in TrueDestination() 484 int FalseDestination(LChunk* chunk) { in FalseDestination() 488 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 494 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2498 class LPlatformChunk final : public LChunk { 2501 : LChunk(info, graph) { } in LPlatformChunk()
|
D | lithium-codegen-arm.h | 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 457 int TrueDestination(LChunk* chunk) { in TrueDestination() 460 int FalseDestination(LChunk* chunk) { in FalseDestination() 464 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 470 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2263 class LPlatformChunk final : public LChunk { 2265 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk()
|
D | lithium-codegen-s390.h | 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 487 int TrueDestination(LChunk* chunk) { in TrueDestination() 490 int FalseDestination(LChunk* chunk) { in FalseDestination() 494 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 500 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2495 class LPlatformChunk final : public LChunk { 2498 : LChunk(info, graph), in LPlatformChunk()
|
D | lithium-codegen-x64.h | 27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 479 int TrueDestination(LChunk* chunk) { in TrueDestination() 482 int FalseDestination(LChunk* chunk) { in FalseDestination() 486 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 492 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2458 class LPlatformChunk final : public LChunk { 2461 : LChunk(info, graph) { } in LPlatformChunk()
|
D | lithium-codegen-mips.h | 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 475 int TrueDestination(LChunk* chunk) { in TrueDestination() 478 int FalseDestination(LChunk* chunk) { in FalseDestination() 482 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 488 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2422 class LPlatformChunk final : public LChunk { 2424 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk()
|
D | lithium-codegen-ppc.h | 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 478 int TrueDestination(LChunk* chunk) { in TrueDestination() 481 int FalseDestination(LChunk* chunk) { in FalseDestination() 485 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 491 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2508 class LPlatformChunk final : public LChunk { 2511 : LChunk(info, graph), in LPlatformChunk()
|
D | lithium-codegen-ia32.h | 27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.h | 332 int TrueDestination(LChunk* chunk) { in TrueDestination() 336 int FalseDestination(LChunk* chunk) { in FalseDestination() 340 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 347 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2838 class LPlatformChunk final : public LChunk { 2841 : LChunk(info, graph) { } in LPlatformChunk()
|
D | lithium-codegen-arm64.h | 27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/ |
D | code-stubs-hydrogen.cc | 17 static LChunk* OptimizeGraph(HGraph* graph) { in OptimizeGraph() 27 LChunk* chunk = LChunk::NewChunk(graph); in OptimizeGraph() 274 LChunk* chunk = OptimizeGraph(builder.CreateGraph()); in DoGenerateCode()
|