Lines Matching refs:Translation
923 if (literal_id == Translation::kSelfLiteralId) { in LiteralAt()
954 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); in Summarize()
955 DCHECK(opcode == Translation::BEGIN); in Summarize()
964 opcode = static_cast<Translation::Opcode>(it.Next()); in Summarize()
965 if (opcode == Translation::JS_FRAME) { in Summarize()
975 opcode = static_cast<Translation::Opcode>(it.Next()); in Summarize()
980 if (opcode == Translation::LITERAL) { in Summarize()
982 } else if (opcode == Translation::STACK_SLOT) { in Summarize()
1020 } else if (opcode == Translation::CONSTRUCT_STUB_FRAME) { in Summarize()
1022 it.Skip(Translation::NumberOfOperandsFor(opcode)); in Summarize()
1027 it.Skip(Translation::NumberOfOperandsFor(opcode)); in Summarize()
1073 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); in GetInlineCount()
1074 DCHECK(opcode == Translation::BEGIN); in GetInlineCount()
1098 Translation::Opcode opcode = static_cast<Translation::Opcode>(it.Next()); in GetFunctions()
1099 DCHECK(opcode == Translation::BEGIN); in GetFunctions()
1106 opcode = static_cast<Translation::Opcode>(it.Next()); in GetFunctions()
1107 if (opcode == Translation::JS_FRAME) { in GetFunctions()
1115 it.Skip(Translation::NumberOfOperandsFor(opcode)); in GetFunctions()