Home
last modified time | relevance | path

Searched refs:LPlatformChunk (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/crankshaft/
Dlithium-codegen.h17 class LPlatformChunk; variable
33 LPlatformChunk* chunk() const { return chunk_; } in chunk()
72 LPlatformChunk* const chunk_;
Dlithium-allocator.h24 class LPlatformChunk; variable
347 LPlatformChunk* chunk() const { return chunk_; } in chunk()
513 LPlatformChunk* chunk_;
Dlithium.h624 class LPlatformChunk; variable
724 LPlatformChunk* chunk() const { return chunk_; } in chunk()
750 LPlatformChunk* chunk_;
Dlithium-codegen.cc48 : chunk_(static_cast<LPlatformChunk*>(chunk)), in LCodeGenBase()
Dlithium-allocator.cc1073 chunk_ = static_cast<LPlatformChunk*>(chunk); in Allocate()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h118 LPlatformChunk* chunk() const { return chunk_; } in chunk()
Dlithium-x64.h249 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();
Dlithium-x64.cc158 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/
Dlithium-mips.cc391 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()
Dlithium-mips.h2596 class LPlatformChunk final : public LChunk {
2598 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2616 LPlatformChunk* Build();
/external/v8/src/crankshaft/mips64/
Dlithium-mips64.cc391 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()
Dlithium-mips64.h2642 class LPlatformChunk final : public LChunk {
2644 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2662 LPlatformChunk* Build();
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc397 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()
Dlithium-ppc.h2521 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/
Dlithium-x87.cc355 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()
Dlithium-x87.h2638 class LPlatformChunk final : public LChunk {
2640 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2664 LPlatformChunk* Build();
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc344 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()
Dlithium-ia32.h2624 class LPlatformChunk final : public LChunk {
2626 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2650 LPlatformChunk* Build();
/external/v8/src/crankshaft/arm64/
Dlithium-arm64.cc531 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()
Dlithium-arm64.h2985 class LPlatformChunk final : public LChunk {
2987 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
3004 LPlatformChunk* Build();
/external/v8/src/crankshaft/arm/
Dlithium-arm.cc384 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()
Dlithium-arm.h2637 class LPlatformChunk final : public LChunk {
2639 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2657 LPlatformChunk* Build();