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

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

Completed in 30 milliseconds