Searched defs:arg_count (Results 1 – 6 of 6) sorted by relevance
371 uint32_t arg_count = inst->GetVarArgs(args); in ProcessCodeItem() local479 uint32_t arg_count = next->GetVarArgs(args); in ProcessCodeItem() local
106 const uint32_t arg_count; member
467 uint32_t arg_count = (objects == nullptr) ? 0 : objects->GetLength(); in CheckArgsForInvokeMethod() local
3839 JDWP::MethodId method_id, uint32_t arg_count, in PrepareInvokeMethod()
167 size_t arg_count = art::ArtMethod::NumArgRegisters(base_method->GetShorty()); in GetArgumentsSize() local
94 int32_t arg_count = request->ReadSigned32("argument count"); in RequestInvoke() local