HomeSort by relevance Sort by last modified time
    Searched defs:GetNextSpillIndex (Results 1 - 9 of 9) sorted by null

  /external/v8/src/crankshaft/arm/
lithium-arm.cc 363 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
371 int index = GetNextSpillIndex(kind);
391 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 509 int LPlatformChunk::GetNextSpillIndex() { return current_frame_slots_++; }
512 int index = GetNextSpillIndex();
545 // TODO(all): GetNextSpillIndex just increments a field. It has no other
548 chunk_->GetNextSpillIndex();
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 323 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
335 int index = GetNextSpillIndex(kind);
420 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 370 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
378 int index = GetNextSpillIndex(kind);
398 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 370 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
378 int index = GetNextSpillIndex(kind);
398 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 376 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
384 int index = GetNextSpillIndex(kind);
404 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.cc 341 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
348 int index = GetNextSpillIndex(kind);
367 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 313 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
332 int index = GetNextSpillIndex(kind);
417 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 334 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
346 int index = GetNextSpillIndex(kind);
431 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]

Completed in 228 milliseconds