Lines Matching defs:const
55 void BytecodeLoopAssignments::Union(const BytecodeLoopAssignments& other) {
59 bool BytecodeLoopAssignments::ContainsParameter(int index) const {
65 bool BytecodeLoopAssignments::ContainsLocal(int index) const {
82 const ResumeJumpTarget& next) {
108 const interpreter::BytecodeArrayIterator& iterator) {
157 const interpreter::BytecodeArrayIterator& iterator) {
195 const interpreter::BytecodeArrayIterator& iterator,
234 const interpreter::BytecodeArrayIterator& iterator) {
241 const interpreter::BytecodeArrayIterator& iterator) {
273 const interpreter::BytecodeArrayIterator& iterator,
275 const BytecodeLivenessMap& liveness_map, Zone* zone) {
366 const interpreter::BytecodeArrayIterator& iterator,
368 const BytecodeLivenessMap& liveness_map, Zone* zone) {
385 const interpreter::BytecodeArrayIterator& iterator,
387 const BytecodeLivenessMap& liveness_map, Zone* zone) {
411 const interpreter::BytecodeArrayIterator& iterator,
413 const BytecodeLivenessMap& liveness_map, Zone* zone) {
426 const interpreter::BytecodeArrayIterator& iterator) {
428 const OperandType* operand_types = Bytecodes::GetOperandTypes(bytecode);
566 for (const auto& target : current_loop_info->resume_jump_targets()) {
573 for (const auto& target : current_loop_info->resume_jump_targets()) {
733 bool BytecodeAnalysis::IsLoopHeader(int offset) const {
737 int BytecodeAnalysis::GetLoopOffsetFor(int offset) const {
770 const LoopInfo& BytecodeAnalysis::GetLoopInfoFor(int header_offset) const {
776 const LoopInfo* BytecodeAnalysis::TryGetLoopInfoFor(int header_offset) const {
782 const BytecodeLivenessState* BytecodeAnalysis::GetInLivenessFor(
783 int offset) const {
789 const BytecodeLivenessState* BytecodeAnalysis::GetOutLivenessFor(
790 int offset) const {
796 std::ostream& BytecodeAnalysis::PrintLivenessTo(std::ostream& os) const {
802 const BytecodeLivenessState* in_liveness = GetInLivenessFor(current_offset);
803 const BytecodeLivenessState* out_liveness =
837 for (const std::pair<const int, LoopInfo>& loop_info : header_to_info_) {
871 for (const std::pair<const int, LoopInfo>& loop_info : header_to_info_) {
885 for (const std::pair<const int, int>& target : unresolved_suspend_ids) {
895 int parent_offset, const ZoneVector<ResumeJumpTarget>& resume_jump_targets,
898 for (const ResumeJumpTarget& target : resume_jump_targets) {
1060 const BytecodeLivenessState* in_liveness =
1062 const BytecodeLivenessState* out_liveness =