Home
last modified time | relevance | path

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

12

/art/runtime/
Dnative_bridge_art_interface.cc36 return m->GetShorty(); in GetMethodShorty()
70 methods[count].signature = m.GetShorty(); in GetNativeMethods()
82 methods[count].signature = m.GetShorty(); in GetNativeMethods()
Dreflection.cc456 const char* shorty = method->GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty(&shorty_len); in InvokeWithVarArgs()
486 const char* shorty = method->GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty(&shorty_len); in InvokeWithJValues()
517 const char* shorty = method->GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithJValues()
548 const char* shorty = method->GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithVarArgs()
633 const char* shorty = np_method->GetShorty(&shorty_len); in InvokeMethod()
Dart_method.h480 const char* GetShorty() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetShorty() function
482 return GetShorty(&unused_length); in GetShorty()
485 const char* GetShorty(uint32_t* out_length) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dart_method.cc378 CHECK_STREQ(GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty(), shorty); in Invoke()
458 const char* shorty = method->GetShorty(&shorty_len); in GetNumberOfReferenceArgsWithoutReceiver()
Dart_method-inl.h338 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { in GetShorty() function
Djava_vm_ext.cc228 const char* shorty = m->GetShorty(); in FindNativeMethod()
Ddebugger.cc1529 uint16_t vreg_count = ArtMethod::NumArgRegisters(m->GetShorty()); in DemangleSlot()
1704 std::string shorty(m->GetShorty()); in OutputVariableTable()
1730 JDWP::JdwpTag tag = BasicTagFromDescriptor(m->GetShorty()); in OutputMethodReturnValue()
3923 const char* shorty = m->GetShorty(&shorty_len); in PrepareInvokeMethod()
4056 JDWP::JdwpTag result_tag = BasicTagFromDescriptor(m->GetShorty()); in ExecuteMethodWithoutPendingException()
Dinstrumentation.cc991 char return_shorty = method->GetShorty(&length)[0]; in PopInstrumentationStackFrame()
Ddex_file.h745 const char* GetShorty(uint32_t proto_idx) const { in GetShorty() function
Dclass_linker.cc2409 if (strcmp("V", dex_file.GetShorty(method_id.proto_idx_)) == 0) { in LoadMethod()
3525 CHECK_STREQ(np->GetShorty(), prototype->GetShorty()); in CheckProxyMethod()
/art/compiler/driver/
Ddex_compilation_unit.h72 const char* GetShorty() const { in GetShorty() function
77 const char* GetShorty(uint32_t* shorty_len) const { in GetShorty() function
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc57 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister()
61 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc57 switch (GetShorty()[0]) { in ReturnRegister()
67 switch (GetShorty()[0]) { in ReturnRegister()
83 switch (GetShorty()[0]) { in ReturnRegister()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc54 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
58 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc50 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
54 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc53 result, method->GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty()); in artInterpreterToCompiledCodeBridge()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc55 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister()
59 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc69 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
73 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/compiler/dex/quick/
Dmir_to_lir.cc58 i += m2l_->in_to_reg_storage_mapping_.GetShorty(i).IsWide() ? 2u : 1u) { in Compile()
212 ShortyArg arg = in_to_reg_storage_mapping_.GetShorty(in_position); in SpillArg()
224 ShortyArg arg = in_to_reg_storage_mapping_.GetShorty(in_position); in UnspillArg()
253 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kSingle : k32; in GenSpecialIGet()
256 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kDouble : k64; in GenSpecialIGet()
325 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kSingle : k32; in GenSpecialIPut()
328 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kDouble : k64; in GenSpecialIPut()
1454 Mir2Lir::ShortyArg Mir2Lir::InToRegStorageMapping::GetShorty(size_t in_position) { in GetShorty() function in art::Mir2Lir::InToRegStorageMapping
Dmir_to_lir.h1907 ShortyArg GetShorty(size_t in_position);
/art/compiler/jni/quick/
Dcalling_convention.h182 const char* GetShorty() const { in GetShorty() function
/art/compiler/optimizing/
Dbuilder.h54 return_type_(Primitive::GetType(dex_compilation_unit_->GetShorty()[0])), in HGraphBuilder()
/art/runtime/interpreter/
Dinterpreter.cc325 num_regs = num_ins = ArtMethod::NumArgRegisters(method->GetShorty()); in EnterInterpreterFromInvoke()
344 const char* shorty = method->GetShorty(&shorty_len); in EnterInterpreterFromInvoke()
Dinterpreter_common.cc528 const char* shorty = new_shadow_frame->GetMethod()->GetShorty(&shorty_len); in DoCall()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc620 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickToInterpreterBridge()
752 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickProxyInvokeHandler()
1815 const char* shorty = called->GetShorty(&shorty_len); in artQuickGenericJniTrampoline()
1897 char return_shorty_char = called->GetShorty()[0]; in artQuickGenericJniEndTrampoline()

12