Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Ddebugger-a64.cc193 virtual char type_code() const = 0;
207 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {} in Format() argument
210 virtual char type_code() const { return type_code_; } in type_code() function in vixl::Format
1294 if (format_tok->type_code() == 'i') { in Run()
1390 if (format()->type_code() == 'i') { in Run()
/external/v8/src/
Dserialize.cc112 for (int type_code = 0; type_code < kTypeCodeCount; type_code++) { in PopulateTable() local
113 max_id_[type_code] = 0; in PopulateTable()