/external/v8/src/crankshaft/ |
D | lithium-codegen.h | 19 class LPlatformChunk; variable 35 LPlatformChunk* chunk() const { return chunk_; } in chunk() 74 LPlatformChunk* const chunk_;
|
D | lithium-allocator.h | 26 class LPlatformChunk; variable 349 LPlatformChunk* chunk() const { return chunk_; } in chunk() 515 LPlatformChunk* chunk_;
|
D | lithium.h | 625 class LPlatformChunk; variable 732 LPlatformChunk* chunk() const { return chunk_; } in chunk() 768 LPlatformChunk* chunk_;
|
D | lithium-codegen.cc | 51 : chunk_(static_cast<LPlatformChunk*>(chunk)), in LCodeGenBase()
|
D | lithium-allocator.cc | 1074 chunk_ = static_cast<LPlatformChunk*>(chunk); in Allocate()
|
/external/v8/src/crankshaft/x64/ |
D | lithium-x64.h | 250 virtual bool MustSignExtendResult(LPlatformChunk* chunk) const { in MustSignExtendResult() 290 bool MustSignExtendResult(LPlatformChunk* chunk) const final; 2495 class LPlatformChunk final : public LChunk { 2497 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2523 LPlatformChunk* Build();
|
D | lithium-codegen-x64.h | 114 LPlatformChunk* chunk() const { return chunk_; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()
|
D | lithium-x64.cc | 158 LPlatformChunk* chunk) const { in MustSignExtendResult() 313 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 328 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 407 LPlatformChunk* LChunkBuilder::Build() { in Build() 409 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2504 class LPlatformChunk final : public LChunk { 2506 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2530 LPlatformChunk* Build();
|
D | lithium-x87.cc | 334 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 345 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 421 LPlatformChunk* LChunkBuilder::Build() { in Build() 423 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.h | 2504 class LPlatformChunk final : public LChunk { 2506 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2524 LPlatformChunk* Build();
|
D | lithium-mips64.cc | 370 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 377 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 388 LPlatformChunk* LChunkBuilder::Build() { in Build() 390 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.h | 2498 class LPlatformChunk final : public LChunk { 2500 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2518 LPlatformChunk* Build();
|
D | lithium-arm.cc | 363 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 370 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 381 LPlatformChunk* LChunkBuilder::Build() { in Build() 383 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.h | 2263 class LPlatformChunk final : public LChunk { 2265 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk() function 2281 LPlatformChunk* Build();
|
D | lithium-s390.cc | 341 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 347 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 357 LPlatformChunk* LChunkBuilder::Build() { in Build() 359 chunk_ = new (zone()) LPlatformChunk(info(), graph()); in Build()
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.h | 2458 class LPlatformChunk final : public LChunk { 2460 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2478 LPlatformChunk* Build();
|
D | lithium-mips.cc | 370 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 377 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 388 LPlatformChunk* LChunkBuilder::Build() { in Build() 390 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 509 int LPlatformChunk::GetNextSpillIndex() { return current_frame_slots_++; } in GetNextSpillIndex() 511 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 536 LPlatformChunk* LChunkBuilder::Build() { in Build() 538 chunk_ = new(zone()) LPlatformChunk(info_, graph_); in Build()
|
D | lithium-arm64.h | 2838 class LPlatformChunk final : public LChunk { 2840 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2857 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.cc | 323 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 334 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 410 LPlatformChunk* LChunkBuilder::Build() { in Build() 412 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-ia32.h | 2508 class LPlatformChunk final : public LChunk { 2510 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2534 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 376 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 383 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 394 LPlatformChunk* LChunkBuilder::Build() { in Build() 396 chunk_ = new (zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-ppc.h | 2422 class LPlatformChunk final : public LChunk { 2424 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk() function 2441 LPlatformChunk* Build();
|