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

/art/compiler/optimizing/
H A Dinstruction_builder.cc461 const DexFile::TypeList* arg_types = dex_file_->GetProtoParameters(proto); local
465 arg_types->GetTypeItem(shorty_pos - 1).type_idx_,
/art/runtime/
H A Ddebugger.cc3896 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
3994 if (shorty[i + 1] != JdwpTagToShortyChar(arg_types[i])) {
3893 PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id, JDWP::ObjectId object_id, JDWP::RefTypeId class_id, JDWP::MethodId method_id, uint32_t arg_count, uint64_t arg_values[], JDWP::JdwpTag* arg_types, uint32_t options) argument

Completed in 62 milliseconds