Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Ddebugger-a64.cc207 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {} in Format()
210 virtual char type_code() const { return type_code_; } in type_code() function in vixl::Format
/external/v8/src/
Dserialize.cc112 for (int type_code = 0; type_code < kTypeCodeCount; type_code++) { in PopulateTable() local