Searched refs:LPlatformChunk (Results 1 – 14 of 14) sorted by relevance
39 class LPlatformChunk; variable55 LPlatformChunk* chunk() const { return chunk_; } in chunk()79 LPlatformChunk* const chunk_;
51 class LPlatformChunk; variable435 LPlatformChunk* chunk() const { return chunk_; } in chunk()601 LPlatformChunk* chunk_;
60 : chunk_(static_cast<LPlatformChunk*>(chunk)), in LCodeGenBase()
730 class LPlatformChunk; variable
1095 chunk_ = static_cast<LPlatformChunk*>(chunk); in Allocate()
137 LPlatformChunk* chunk() const { return chunk_; } in chunk()
2666 class LPlatformChunk V8_FINAL : public LChunk {2668 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function2693 LPlatformChunk* Build();2723 LPlatformChunk* chunk() const { return chunk_; } in chunk()2831 LPlatformChunk* chunk_;
357 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex()362 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot()440 LPlatformChunk* LChunkBuilder::Build() { in Build()442 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
2733 class LPlatformChunk V8_FINAL : public LChunk {2735 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function2761 LPlatformChunk* Build();2796 LPlatformChunk* chunk() const { return chunk_; } in chunk()2900 LPlatformChunk* chunk_;
416 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex()423 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot()434 LPlatformChunk* LChunkBuilder::Build() { in Build()436 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
2709 class LPlatformChunk V8_FINAL : public LChunk {2711 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function2737 LPlatformChunk* Build();2770 LPlatformChunk* chunk() const { return chunk_; } in chunk()2875 LPlatformChunk* chunk_;
421 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex()428 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot()439 LPlatformChunk* LChunkBuilder::Build() { in Build()441 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()
2742 class LPlatformChunk V8_FINAL : public LChunk {2744 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function2775 LPlatformChunk* Build();2805 LPlatformChunk* chunk() const { return chunk_; } in chunk()2924 LPlatformChunk* chunk_;
390 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { in GetNextSpillIndex()401 LOperand* LPlatformChunk::GetNextSpillSlot(RegisterKind kind) { in GetNextSpillSlot()476 LPlatformChunk* LChunkBuilder::Build() { in Build()478 chunk_ = new(zone()) LPlatformChunk(info(), graph()); in Build()