Home
last modified time | relevance | path

Searched refs:GetShorty (Results 1 – 25 of 34) sorted by relevance

12

/art/runtime/
Dnative_bridge_art_interface.cc38 return m->GetShorty(); in GetMethodShorty()
69 methods[count].signature = m.GetShorty(); in GetNativeMethods()
Dart_method-inl.h174 inline const char* ArtMethod::GetShorty() { in GetShorty() function
176 return GetShorty(&unused_length); in GetShorty()
179 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { in GetShorty() function
275 return strlen(GetShorty()) - return_type_count; in GetNumberOfParameters()
Dreflection.cc486 *shorty = np_method->GetShorty(&shorty_len); in InvokeMethodImpl()
541 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len); in InvokeWithVarArgs()
572 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len); in InvokeWithJValues()
604 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithJValues()
636 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithVarArgs()
Dart_method.h580 ALWAYS_INLINE const char* GetShorty() REQUIRES_SHARED(Locks::mutator_lock_);
582 const char* GetShorty(uint32_t* out_length) REQUIRES_SHARED(Locks::mutator_lock_);
Dinstrumentation.cc1398 shorty = m->GetShorty()[0]; in GetRuntimeMethodShorty()
1402 shorty = m->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty()[0]; in GetRuntimeMethodShorty()
1493 return_shorty = method->GetInterfaceMethodIfProxy(pointer_size)->GetShorty(&length)[0]; in PopInstrumentationStackFrame()
Dreference_table_test.cc72 constructor->Invoke(self, args, sizeof(uint32_t), &result, constructor->GetShorty()); in CreateWeakReference()
Dart_method.cc313 CHECK_STREQ(GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(), shorty); in Invoke()
Dstack.cc685 const char* shorty = method->GetShorty(&shorty_len); in GetNumberOfReferenceArgsWithoutReceiver()
/art/compiler/driver/
Ddex_compilation_unit.h73 const char* GetShorty() const { in GetShorty() function
78 const char* GetShorty(uint32_t* shorty_len) const { in GetShorty() function
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc86 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
90 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc84 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister()
88 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc107 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister()
111 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc101 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
105 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc158 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
162 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc131 switch (GetShorty()[0]) { in ReturnRegister()
146 switch (GetShorty()[0]) { in ReturnRegister()
/art/compiler/optimizing/
Dbuilder.cc57 return_type_(DataType::FromShorty(dex_compilation_unit_->GetShorty()[0])) {} in HGraphBuilder()
/art/libdexfile/dex/
Ddex_instruction.cc482 << ", " << file->GetShorty(proto_idx) in DumpString()
498 << ", " << file->GetShorty(dex::ProtoIndex(proto_idx)) in DumpString()
Ddex_file-inl.h158 inline const char* DexFile::GetShorty(dex::ProtoIndex proto_idx) const { in GetShorty() function
Ddex_file.h488 const char* GetShorty(dex::ProtoIndex proto_idx) const;
/art/compiler/jni/quick/
Dcalling_convention.h194 const char* GetShorty() const { in GetShorty() function
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc211 char return_shorty_char = called->GetShorty()[0]; in GenericJniMethodEnd()
Dquick_trampoline_entrypoints.cc753 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickToInterpreterBridge()
916 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickProxyInvokeHandler()
1022 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickGetProxyReferenceArgumentAt()
1066 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in GetProxyReferenceArguments()
1148 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len); in artInstrumentationMethodEntryFromCode()
2359 const char* shorty = called->GetShorty(&shorty_len); in artQuickGenericJniTrampoline()
2767 const char* shorty = caller_method->GetDexFile()->GetShorty(proto_idx); in artInvokePolymorphic()
2889 const char* shorty = caller_method->GetDexFile()->GetShorty(proto_idx); in artInvokeCustom()
/art/runtime/interpreter/
Dinterpreter.cc433 num_regs = num_ins = ArtMethod::NumArgRegisters(method->GetShorty()); in EnterInterpreterFromInvoke()
453 const char* shorty = method->GetShorty(&shorty_len); in EnterInterpreterFromInvoke()
/art/runtime/jit/
Djit.cc440 const char* shorty = method->GetShorty(); in MaybeDoOnStackReplacement()
Djit_code_cache.cc94 : shorty_(method->GetShorty()), in REQUIRES_SHARED()
122 const char* shorty = method->GetShorty(); in UpdateShorty()

12