Home
last modified time | relevance | path

Searched refs:outer_environment (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator.cc1205 HEnvironment* outer_environment = environment; in RecordPcInfo() local
1206 while (outer_environment->GetParent() != nullptr) { in RecordPcInfo()
1207 outer_environment = outer_environment->GetParent(); in RecordPcInfo()
1210 outer_dex_pc = outer_environment->GetDexPc(); in RecordPcInfo()
1295 HEnvironment* outer_environment = environment; in RecordCatchBlockInfo() local
1296 while (outer_environment->GetParent() != nullptr) { in RecordCatchBlockInfo()
1297 outer_environment = outer_environment->GetParent(); in RecordCatchBlockInfo()
1299 dex_pc_list_for_verification.push_back(outer_environment->GetDexPc()); in RecordCatchBlockInfo()
1307 DCHECK_EQ(dex_pc_list_for_verification.front(), outer_environment->GetDexPc()); in RecordCatchBlockInfo()
1311 stack_map_stream->BeginStackMapEntry(outer_environment->GetDexPc(), in RecordCatchBlockInfo()