Home
last modified time | relevance | path

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

/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc371 uint32_t arg_count = inst->GetVarArgs(args); in ProcessCodeItem() local
479 uint32_t arg_count = next->GetVarArgs(args); in ProcessCodeItem() local
/art/runtime/
Ddebugger.h106 const uint32_t arg_count; member
Dreflection.cc467 uint32_t arg_count = (objects == nullptr) ? 0 : objects->GetLength(); in CheckArgsForInvokeMethod() local
Ddebugger.cc3839 JDWP::MethodId method_id, uint32_t arg_count, in PrepareInvokeMethod()
/art/openjdkjvmti/
Dti_method.cc167 size_t arg_count = art::ArtMethod::NumArgRegisters(base_method->GetShorty()); in GetArgumentsSize() local
/art/runtime/jdwp/
Djdwp_handler.cc94 int32_t arg_count = request->ReadSigned32("argument count"); in RequestInvoke() local