/external/v8/src/crankshaft/ |
D | lithium-codegen.h | 17 class LPlatformChunk; variable 33 LPlatformChunk* chunk() const { return chunk_; } in chunk() 72 LPlatformChunk* const chunk_;
|
D | lithium-allocator.h | 24 class LPlatformChunk; variable 347 LPlatformChunk* chunk() const { return chunk_; } in chunk() 513 LPlatformChunk* chunk_;
|
D | lithium.h | 624 class LPlatformChunk; variable 724 LPlatformChunk* chunk() const { return chunk_; } in chunk() 750 LPlatformChunk* chunk_;
|
D | lithium-codegen.cc | 48 : chunk_(static_cast<LPlatformChunk*>(chunk)), in LCodeGenBase()
|
D | lithium-allocator.cc | 1073 chunk_ = static_cast<LPlatformChunk*>(chunk); in Allocate()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-codegen-x64.h | 118 LPlatformChunk* chunk() const { return chunk_; } in chunk()
|
D | lithium-x64.h | 249 virtual bool MustSignExtendResult(LPlatformChunk* chunk) const { in MustSignExtendResult() 287 bool MustSignExtendResult(LPlatformChunk* chunk) const final; 2608 class LPlatformChunk final : public LChunk { 2610 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2636 LPlatformChunk* Build();
|
D | lithium-x64.cc | 158 LPlatformChunk* chunk) const { in MustSignExtendResult() 334 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 349 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 428 LPlatformChunk* LChunkBuilder::Build() { in Build() 430 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 391 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 398 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 409 LPlatformChunk* LChunkBuilder::Build() { in Build() 411 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-mips.h | 2596 class LPlatformChunk final : public LChunk { 2598 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2616 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 391 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 398 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 409 LPlatformChunk* LChunkBuilder::Build() { in Build() 411 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-mips64.h | 2642 class LPlatformChunk final : public LChunk { 2644 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2662 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 397 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 404 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 415 LPlatformChunk* LChunkBuilder::Build() { in Build() 417 chunk_ = new (zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-ppc.h | 2521 class LPlatformChunk final : public LChunk { 2523 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk() function 2540 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.cc | 355 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 366 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 442 LPlatformChunk* LChunkBuilder::Build() { in Build() 444 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-x87.h | 2638 class LPlatformChunk final : public LChunk { 2640 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2664 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 344 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 355 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 431 LPlatformChunk* LChunkBuilder::Build() { in Build() 433 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-ia32.h | 2624 class LPlatformChunk final : public LChunk { 2626 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2650 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 531 int LPlatformChunk::GetNextSpillIndex() { in GetNextSpillIndex() 536 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 561 LPlatformChunk* LChunkBuilder::Build() { in Build() 563 chunk_ = new(zone()) LPlatformChunk(info_, graph_); in Build()
|
D | lithium-arm64.h | 2985 class LPlatformChunk final : public LChunk { 2987 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 3004 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 384 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 391 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 402 LPlatformChunk* LChunkBuilder::Build() { in Build() 404 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-arm.h | 2637 class LPlatformChunk final : public LChunk { 2639 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2657 LPlatformChunk* Build();
|