Searched defs:CallInfo (Results 1 – 1 of 1) sorted by relevance
518 struct CallInfo { struct519 int num_arg_words; // Note: word count, not arg count.520 RegLocation* args; // One for each word of arguments.521 RegLocation result; // Eventual target of MOVE_RESULT.522 int opt_flags;523 InvokeType type;524 uint32_t dex_idx;525 uint32_t index; // Method idx for invokes, type idx for FilledNewArray.526 uintptr_t direct_code;527 uintptr_t direct_method;[all …]