/external/v8/src/crankshaft/ |
D | lithium.cc | 263 LChunk::LChunk(CompilationInfo* info, HGraph* graph) in LChunk() function in v8::internal::LChunk 274 LLabel* LChunk::GetLabel(int block_id) const { in GetLabel() 281 int LChunk::LookupDestination(int block_id) const { in LookupDestination() 289 Label* LChunk::GetAssemblyLabel(int block_id) const { in GetAssemblyLabel() 296 void LChunk::MarkEmptyBlocks() { in MarkEmptyBlocks() 331 void LChunk::AddInstruction(LInstruction* instr, HBasicBlock* block) { in AddInstruction() 351 LConstantOperand* LChunk::DefineConstantOperand(HConstant* constant) { in DefineConstantOperand() 356 int LChunk::GetParameterStackSlot(int index) const { in GetParameterStackSlot() 369 int LChunk::ParameterAt(int index) { in ParameterAt() 376 LGap* LChunk::GetGapAt(int index) const { in GetGapAt() [all …]
|
D | lithium.h | 630 class LChunk : public ZoneObject { 632 static LChunk* NewChunk(HGraph* graph); 688 LChunk(CompilationInfo* info, HGraph* graph); 770 LPhase(const char* name, LChunk* chunk) in LPhase() 776 LChunk* chunk_;
|
D | lithium-codegen.h | 21 LCodeGenBase(LChunk* chunk,
|
D | lithium-codegen.cc | 46 LCodeGenBase::LCodeGenBase(LChunk* chunk, MacroAssembler* assembler, in LCodeGenBase()
|
D | lithium-allocator.h | 337 bool Allocate(LChunk* chunk);
|
D | hydrogen.h | 29 class LChunk; variable 2978 void TraceLithium(const char* name, LChunk* chunk); 3006 void Trace(const char* name, HGraph* graph, LChunk* chunk);
|
/external/v8/src/ |
D | compiler.h | 549 class LChunk; variable 600 LChunk* chunk_;
|
D | code-stubs-hydrogen.cc | 17 static LChunk* OptimizeGraph(HGraph* graph) { in OptimizeGraph() 27 LChunk* chunk = LChunk::NewChunk(graph); in OptimizeGraph() 302 LChunk* chunk = OptimizeGraph(builder.CreateGraph()); in DoGenerateCode()
|
D | compiler.cc | 554 chunk_ = LChunk::NewChunk(graph_); in OptimizeGraph()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 488 int TrueDestination(LChunk* chunk) { in TrueDestination() 491 int FalseDestination(LChunk* chunk) { in FalseDestination() 495 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 501 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2624 class LPlatformChunk final : public LChunk { 2627 : LChunk(info, graph), in LPlatformChunk()
|
D | lithium-codegen-ia32.h | 27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 504 int TrueDestination(LChunk* chunk) { in TrueDestination() 507 int FalseDestination(LChunk* chunk) { in FalseDestination() 511 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 517 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2638 class LPlatformChunk final : public LChunk { 2641 : LChunk(info, graph), in LPlatformChunk()
|
D | lithium-codegen-x87.h | 29 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 490 int TrueDestination(LChunk* chunk) { in TrueDestination() 493 int FalseDestination(LChunk* chunk) { in FalseDestination() 497 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 503 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2596 class LPlatformChunk final : public LChunk { 2599 : LChunk(info, graph) { } in LPlatformChunk()
|
D | lithium-codegen-mips.h | 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 497 int TrueDestination(LChunk* chunk) { in TrueDestination() 500 int FalseDestination(LChunk* chunk) { in FalseDestination() 504 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 510 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2608 class LPlatformChunk final : public LChunk { 2611 : LChunk(info, graph), in LPlatformChunk()
|
D | lithium-codegen-x64.h | 27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 493 int TrueDestination(LChunk* chunk) { in TrueDestination() 496 int FalseDestination(LChunk* chunk) { in FalseDestination() 500 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 506 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2637 class LPlatformChunk final : public LChunk { 2640 : LChunk(info, graph) { } in LPlatformChunk()
|
D | lithium-codegen-arm.h | 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 493 int TrueDestination(LChunk* chunk) { in TrueDestination() 496 int FalseDestination(LChunk* chunk) { in FalseDestination() 500 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 506 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2642 class LPlatformChunk final : public LChunk { 2645 : LChunk(info, graph) { } in LPlatformChunk()
|
D | lithium-codegen-mips64.h | 25 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.h | 483 int TrueDestination(LChunk* chunk) { in TrueDestination() 486 int FalseDestination(LChunk* chunk) { in FalseDestination() 490 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 496 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2521 class LPlatformChunk final : public LChunk { 2523 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/arm64/ |
D | lithium-arm64.h | 331 int TrueDestination(LChunk* chunk) { in TrueDestination() 335 int FalseDestination(LChunk* chunk) { in FalseDestination() 339 Label* TrueLabel(LChunk* chunk) { in TrueLabel() 346 Label* FalseLabel(LChunk* chunk) { in FalseLabel() 2985 class LPlatformChunk final : public LChunk { 2988 : LChunk(info, graph) { } in LPlatformChunk()
|
D | lithium-codegen-arm64.h | 27 LCodeGen(LChunk* chunk, MacroAssembler* assembler, CompilationInfo* info) in LCodeGen()
|