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

  /external/v8/src/crankshaft/arm/
lithium-arm.cc 384 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
392 int index = GetNextSpillIndex(kind);
412 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 531 int LPlatformChunk::GetNextSpillIndex() {
537 int index = GetNextSpillIndex();
570 // TODO(all): GetNextSpillIndex just increments a field. It has no other
573 chunk_->GetNextSpillIndex();
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 344 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
356 int index = GetNextSpillIndex(kind);
439 int alignment_state_index = chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
448 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 391 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
399 int index = GetNextSpillIndex(kind);
419 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 391 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
399 int index = GetNextSpillIndex(kind);
419 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 397 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
405 int index = GetNextSpillIndex(kind);
425 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 334 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
353 int index = GetNextSpillIndex(kind);
438 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 355 int LPlatformChunk::GetNextSpillIndex(RegisterKind kind) {
367 int index = GetNextSpillIndex(kind);
450 int alignment_state_index = chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
459 chunk_->GetNextSpillIndex(GENERAL_REGISTERS);
    [all...]

Completed in 53 milliseconds