Searched refs:first_occurrence (Results 1 - 1 of 1) sorted by relevance

/art/oatdump/
H A Doatdump.cc1319 bool first_occurrence; local
1322 state->ComputeOatSize(quick_oat_code, &first_occurrence);
1323 if (first_occurrence) {
1340 bool first_occurrence; local
1342 state->ComputeOatSize(method->GetNativeGcMap(image_pointer_size), &first_occurrence);
1343 if (first_occurrence) {
1348 state->ComputeOatSize(method->GetMappingTable(image_pointer_size), &first_occurrence);
1349 if (first_occurrence) {
1354 state->ComputeOatSize(method->GetVmapTable(image_pointer_size), &first_occurrence);
1355 if (first_occurrence) {
1397 ComputeOatSize(const void* oat_data, bool* first_occurrence) argument
[all...]

Completed in 5 milliseconds