Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h518 struct CallInfo { struct
519 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 …]