Searched defs:ArgArray (Results 1 - 1 of 1) sorted by path

/art/runtime/
H A Dreflection.cc37 class ArgArray { class in namespace:art
39 explicit ArgArray(const char* shorty, uint32_t shorty_len) function in class:art::ArgArray
80 // For ARM and MIPS portable, align wide values to 8 bytes (ArgArray starts at offset of 4).
410 mirror::ArtMethod* method, ArgArray* arg_array, JValue* result,
436 ArgArray arg_array(shorty, shorty_len);
456 ArgArray arg_array(shorty, shorty_len);
476 ArgArray arg_array(shorty, shorty_len);
497 ArgArray arg_array(shorty, shorty_len);
513 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength());
578 ArgArray arg_arra
[all...]

Completed in 44 milliseconds