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

/art/compiler/optimizing/
H A Dnodes.h88 static constexpr InvokeType kInvalidInvokeType = static_cast<InvokeType>(-1); member in namespace:art
310 InvokeType invoke_type = kInvalidInvokeType,
306 HGraph(ArenaAllocator* arena, const DexFile& dex_file, uint32_t method_idx, InstructionSet instruction_set, InvokeType invoke_type = kInvalidInvokeType, bool debuggable = false, bool osr = false, int start_instruction_id = 0) argument

Completed in 67 milliseconds