Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dlithium-codegen.h39 class LPlatformChunk; variable
55 LPlatformChunk* chunk() const { return chunk_; } in chunk()
79 LPlatformChunk* const chunk_;
Dlithium-allocator.h51 class LPlatformChunk; variable
435 LPlatformChunk* chunk() const { return chunk_; } in chunk()
601 LPlatformChunk* chunk_;
Dlithium-codegen.cc60 : chunk_(static_cast<LPlatformChunk*>(chunk)), in LCodeGenBase()
Dlithium.h730 class LPlatformChunk; variable
Dlithium-allocator.cc1095 chunk_ = static_cast<LPlatformChunk*>(chunk); in Allocate()
/external/chromium_org/v8/src/x64/
Dlithium-codegen-x64.h137 LPlatformChunk* chunk() const { return chunk_; } in chunk()
Dlithium-x64.h2666 class LPlatformChunk V8_FINAL : public LChunk {
2668 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2693 LPlatformChunk* Build();
2723 LPlatformChunk* chunk() const { return chunk_; } in chunk()
2831 LPlatformChunk* chunk_;
Dlithium-x64.cc357 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()
/external/chromium_org/v8/src/arm/
Dlithium-arm.h2733 class LPlatformChunk V8_FINAL : public LChunk {
2735 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2761 LPlatformChunk* Build();
2796 LPlatformChunk* chunk() const { return chunk_; } in chunk()
2900 LPlatformChunk* chunk_;
Dlithium-arm.cc416 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()
/external/chromium_org/v8/src/mips/
Dlithium-mips.h2709 class LPlatformChunk V8_FINAL : public LChunk {
2711 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2737 LPlatformChunk* Build();
2770 LPlatformChunk* chunk() const { return chunk_; } in chunk()
2875 LPlatformChunk* chunk_;
Dlithium-mips.cc421 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()
/external/chromium_org/v8/src/ia32/
Dlithium-ia32.h2742 class LPlatformChunk V8_FINAL : public LChunk {
2744 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2775 LPlatformChunk* Build();
2805 LPlatformChunk* chunk() const { return chunk_; } in chunk()
2924 LPlatformChunk* chunk_;
Dlithium-ia32.cc390 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()