/external/v8/src/crankshaft/ |
D | lithium-codegen.h | 20 class LPlatformChunk; variable 36 LPlatformChunk* chunk() const { return chunk_; } in chunk() 77 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 723 LPlatformChunk* chunk() const { return chunk_; } in chunk() 759 LPlatformChunk* chunk_;
|
D | lithium-codegen.cc | 52 : 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 | 242 virtual bool MustSignExtendResult(LPlatformChunk* chunk) const { in MustSignExtendResult() 282 bool MustSignExtendResult(LPlatformChunk* chunk) const final; 2336 class LPlatformChunk final : public LChunk { 2338 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2364 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() 306 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 321 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 382 LPlatformChunk* LChunkBuilder::Build() { in Build() 384 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
/external/v8/src/crankshaft/s390/ |
D | lithium-s390.cc | 319 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 325 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 335 LPlatformChunk* LChunkBuilder::Build() { in Build() 337 chunk_ = new (zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-s390.h | 2117 class LPlatformChunk final : public LChunk { 2119 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk() function 2135 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-mips64.cc | 344 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 351 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 362 LPlatformChunk* LChunkBuilder::Build() { in Build() 364 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-mips64.h | 2346 class LPlatformChunk final : public LChunk { 2348 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2366 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-ppc.cc | 350 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 357 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 368 LPlatformChunk* LChunkBuilder::Build() { in Build() 370 chunk_ = new (zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-ppc.h | 2268 class LPlatformChunk final : public LChunk { 2270 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk() function 2287 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/arm/ |
D | lithium-arm.cc | 337 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 344 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 355 LPlatformChunk* LChunkBuilder::Build() { in Build() 357 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-arm.h | 2341 class LPlatformChunk final : public LChunk { 2343 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2361 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/mips/ |
D | lithium-mips.cc | 344 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 351 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 362 LPlatformChunk* LChunkBuilder::Build() { in Build() 364 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
D | lithium-mips.h | 2300 class LPlatformChunk final : public LChunk { 2302 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2320 LPlatformChunk* Build();
|
/external/v8/src/crankshaft/x87/ |
D | lithium-x87.h | 2348 class LPlatformChunk final : public LChunk { 2350 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2374 LPlatformChunk* Build();
|
D | lithium-x87.cc | 326 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 337 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 395 LPlatformChunk* LChunkBuilder::Build() { in Build() 397 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-ia32.h | 2352 class LPlatformChunk final : public LChunk { 2354 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2378 LPlatformChunk* Build();
|
D | lithium-ia32.cc | 315 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex() 326 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 384 LPlatformChunk* LChunkBuilder::Build() { in Build() 386 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-arm64.cc | 483 int LPlatformChunk::GetNextSpillIndex() { return current_frame_slots_++; } in GetNextSpillIndex() 485 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot() 510 LPlatformChunk* LChunkBuilder::Build() { in Build() 512 chunk_ = new(zone()) LPlatformChunk(info_, graph_); in Build()
|
D | lithium-arm64.h | 2677 class LPlatformChunk final : public LChunk { 2679 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function 2696 LPlatformChunk* Build();
|