Searched defs:rest (Results 1 - 3 of 3) sorted by relevance

/art/test/ti-agent/
H A Dcommon_load.cc90 char* rest = options; local
92 while (*rest != '\0' && *rest != ',') {
93 rest++;
95 if (*rest == ',') {
96 *rest = '\0';
97 rest++;
99 *other_options = rest;
/art/runtime/base/
H A Dvariant_map.h379 void InitializeParameters(const TK& key, const TValue& value, const Rest& ... rest) { argument
386 InitializeParameters(rest...);
/art/compiler/utils/arm/
H A Dassembler_thumb2.cc3041 int32_t rest = B23; local
3042 EmitVLdmOrStm(rest,
3053 int32_t rest = B23; local
3054 EmitVLdmOrStm(rest,
3065 int32_t rest = B21 | (push ? B24 : B23); local
3066 EmitVLdmOrStm(rest, reg, nregs, SP, /*is_load*/ !push, dbl, cond);
3070 void Thumb2Assembler::EmitVLdmOrStm(int32_t rest, argument
3095 int32_t encoding = rest |

Completed in 202 milliseconds