HomeSort by relevance Sort by last modified time
    Searched refs:target_table (Results 1 - 2 of 2) sorted by null

  /external/sfntly/cpp/src/sfntly/
font.cc 145 TablePtr target_table = GetTable((*record)->tag()); local
146 if (target_table == NULL) {
152 int32_t table_size = target_table->Serialize(fos);
  /art/compiler/dex/
mir_graph.cc 350 const int* target_table; local
368 target_table = reinterpret_cast<const int*>(&switch_data[4]);
384 target_table = reinterpret_cast<const int*>(&switch_data[2 + size*2]);
399 BasicBlock *case_block = FindBlock(cur_offset + target_table[i], /* split */ true,
    [all...]

Completed in 2355 milliseconds