Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-codegen.h20 class LPlatformChunk; variable
36 LPlatformChunk* chunk() const { return chunk_; } in chunk()
77 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
723 LPlatformChunk* chunk() const { return chunk_; } in chunk()
759 LPlatformChunk* chunk_;
Dlithium-codegen.cc52 : chunk_(static_cast<LPlatformChunk*>(chunk)), in LCodeGenBase()
Dlithium-allocator.cc1074 chunk_ = static_cast<LPlatformChunk*>(chunk); in Allocate()
/external/v8/src/crankshaft/x64/
Dlithium-x64.h242 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();
Dlithium-codegen-x64.h114 LPlatformChunk* chunk() const { return chunk_; } in LITHIUM_CONCRETE_INSTRUCTION_LIST()
Dlithium-x64.cc158 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/
Dlithium-s390.cc319 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()
Dlithium-s390.h2117 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/
Dlithium-mips64.cc344 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()
Dlithium-mips64.h2346 class LPlatformChunk final : public LChunk {
2348 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2366 LPlatformChunk* Build();
/external/v8/src/crankshaft/ppc/
Dlithium-ppc.cc350 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()
Dlithium-ppc.h2268 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/
Dlithium-arm.cc337 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()
Dlithium-arm.h2341 class LPlatformChunk final : public LChunk {
2343 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2361 LPlatformChunk* Build();
/external/v8/src/crankshaft/mips/
Dlithium-mips.cc344 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()
Dlithium-mips.h2300 class LPlatformChunk final : public LChunk {
2302 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2320 LPlatformChunk* Build();
/external/v8/src/crankshaft/x87/
Dlithium-x87.h2348 class LPlatformChunk final : public LChunk {
2350 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2374 LPlatformChunk* Build();
Dlithium-x87.cc326 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/
Dlithium-ia32.h2352 class LPlatformChunk final : public LChunk {
2354 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2378 LPlatformChunk* Build();
Dlithium-ia32.cc315 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/
Dlithium-arm64.cc483 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()
Dlithium-arm64.h2677 class LPlatformChunk final : public LChunk {
2679 LPlatformChunk(CompilationInfo* info, HGraph* graph) in LPlatformChunk() function
2696 LPlatformChunk* Build();