Home
last modified time | relevance | path

Searched refs:arg_types (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h619 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
Ddebugger.cc3907 uint64_t arg_values[], JDWP::JdwpTag* arg_types, in PrepareInvokeMethod() argument
4005 if (shorty[i + 1] != JdwpTagToShortyChar(arg_types[i])) { in PrepareInvokeMethod()
/art/compiler/optimizing/
Dinstruction_builder.cc474 const DexFile::TypeList* arg_types = dex_file_->GetProtoParameters(proto); in InitializeParameters() local
478 arg_types->GetTypeItem(shorty_pos - 1).type_idx_, in InitializeParameters()