Searched defs:GetNextSpillIndex (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc363 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { function in class:v8::internal::LPlatformChunk
371 int index = GetNextSpillIndex(kind);
391 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc509 int LPlatformChunk::GetNextSpillIndex() { return current_frame_slots_++; } function in class:v8::internal::LPlatformChunk
512 int index = GetNextSpillIndex();
545 // TODO(all): GetNextSpillIndex just increments a field. It has no other
548 chunk_->GetNextSpillIndex();
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc323 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { function in class:v8::internal::LPlatformChunk
335 int index = GetNextSpillIndex(kind);
420 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc370 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { function in class:v8::internal::LPlatformChunk
378 int index = GetNextSpillIndex(kind);
398 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc370 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { function in class:v8::internal::LPlatformChunk
378 int index = GetNextSpillIndex(kind);
398 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc376 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { function in class:v8::internal::LPlatformChunk
384 int index = GetNextSpillIndex(kind);
404 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc341 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { function in class:v8::internal::LPlatformChunk
348 int index = GetNextSpillIndex(kind);
367 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc313 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { function in class:v8::internal::LPlatformChunk
332 int index = GetNextSpillIndex(kind);
417 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc334 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) { function in class:v8::internal::LPlatformChunk
346 int index = GetNextSpillIndex(kind);
431 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);

Completed in 197 milliseconds