OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_table
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/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
472
const int*
target_table
;
local
490
target_table
= reinterpret_cast<const int*>(&switch_data[4]);
506
target_table
= reinterpret_cast<const int*>(&switch_data[2 + size*2]);
520
BasicBlock* case_block = FindBlock(cur_offset +
target_table
[i], /* split */ true,
[
all
...]
Completed in 734 milliseconds