Home
last modified time | relevance | path

Searched refs:GetShorty (Results 26 – 35 of 35) sorted by relevance

12

/art/runtime/jni/
Djava_vm_ext.cc285 const char* shorty = m->GetShorty(); in FindNativeMethod()
Dcheck_jni.cc393 if (type != Primitive::GetType(m->GetShorty()[0])) { in CheckMethodAndSig()
950 const char* shorty = m->GetShorty(&len); in CheckVarArgs()
1063 const char* shorty = m->GetShorty(&len); in TracePossibleHeapValue()
/art/compiler/optimizing/
Dinstruction_builder.cc569 const char* shorty = dex_compilation_unit_->GetShorty(); in InitializeParameters()
1084 const char* shorty = dex_file_->GetShorty(proto_idx); in BuildInvokePolymorphic()
1113 const char* shorty = dex_file_->GetShorty(proto_idx); in BuildInvokeCustom()
Dcode_generator.cc571 return invoke->GetResolvedMethod()->GetShorty(shorty_len); in GetCriticalNativeShorty()
Dinliner.cc1615 if (resolved_method->GetShorty()[0] == 'L') { in TryPatternSubstitution()
Dcode_generator_arm_vixl.cc9038 const char* shorty = method->GetShorty(&shorty_len); in GetSupportedInvokeStaticOrDirectDispatch()
/art/runtime/
Dmethod_handles.cc389 const char* shorty = method->GetShorty(&shorty_length); in GetInsForProxyOrNativeMethod()
Dclass_linker.cc3987 if (strcmp("V", dex_file.GetShorty(method_id.proto_idx_)) == 0) { in LoadMethod()
9433 target_method->GetShorty(&shorty_length); in ResolveMethodHandleForMethod()
/art/openjdkjvmti/
Dti_method.cc185 size_t arg_count = art::ArtMethod::NumArgRegisters(base_method->GetShorty()); in GetArgumentsSize()
/art/runtime/jit/
Djit.cc606 method->GetShorty(), in MaybeDoOnStackReplacement()

12