Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-codegen.h19 class LPlatformChunk; variable
35 LPlatformChunk* chunk() const { return chunk_; } in chunk()
74 LPlatformChunk* const chunk_;
Dlithium-allocator.h26 class LPlatformChunk; variable
349 LPlatformChunk* chunk() const { return chunk_; } in chunk()
515 LPlatformChunk* chunk_;
Dlithium.h625 class LPlatformChunk; variable
732 LPlatformChunk* chunk() const { return chunk_; } in chunk()
768 LPlatformChunk* chunk_;
Dlithium-codegen.cc51 : chunk_(static_cast<LPlatformChunk*>(chunk)), in LCodeGenBase()
Dlithium-allocator.cc1074 chunk_ = static_cast<LPlatformChunk*>(chunk); in Allocate()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h250 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();
Dlithium-codegen-x64.h114 LPlatformChunk* chunk() const { return chunk_; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()
Dlithium-x64.cc158 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/
Dlithium-x87.h2504 class LPlatformChunk final : public LChunk {
2506 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2530 LPlatformChunk* Build();
Dlithium-x87.cc334 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/
Dlithium-mips64.h2504 class LPlatformChunk final : public LChunk {
2506 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2524 LPlatformChunk* Build();
Dlithium-mips64.cc370 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/
Dlithium-arm.h2498 class LPlatformChunk final : public LChunk {
2500 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2518 LPlatformChunk* Build();
Dlithium-arm.cc363 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/
Dlithium-s390.h2263 class LPlatformChunk final : public LChunk {
2265 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk() function
2281 LPlatformChunk* Build();
Dlithium-s390.cc341 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/
Dlithium-mips.h2458 class LPlatformChunk final : public LChunk {
2460 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2478 LPlatformChunk* Build();
Dlithium-mips.cc370 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/
Dlithium-arm64.cc509 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()
Dlithium-arm64.h2838 class LPlatformChunk final : public LChunk {
2840 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2857 LPlatformChunk* Build();
/external/v8/src/crankshaft/ia32/
Dlithium-ia32.cc323 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()
Dlithium-ia32.h2508 class LPlatformChunk final : public LChunk {
2510 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2534 LPlatformChunk* Build();
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc376 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()
Dlithium-ppc.h2422 class LPlatformChunk final : public LChunk {
2424 LPlatformChunk(CompilationInfo* info, HGraph* graph) : LChunk(info, graph) {} in LPlatformChunk() function
2441 LPlatformChunk* Build();