Home
last modified time | relevance | path

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

12

/art/runtime/
Dmethod_helper.h46 const char* GetShorty() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetShorty() function
49 result = method_->GetShorty(&shorty_len_); in GetShorty()
57 GetShorty(); in GetShortyLength()
65 const char* shorty = GetShorty(); in GetNumberOfReferenceArgsWithoutReceiver()
94 return Primitive::GetType(GetShorty()[param]); in GetParamPrimitiveType()
Dnative_bridge_art_interface.cc33 return mh.GetShorty(); in GetMethodShorty()
73 methods[count].signature = m->GetShorty(); in GetNativeMethods()
86 methods[count].signature = m->GetShorty(); in GetNativeMethods()
Dreflection.cc434 const char* shorty = method->GetShorty(&shorty_len); in InvokeWithVarArgs()
454 const char* shorty = method->GetShorty(&shorty_len); in InvokeWithJValues()
474 const char* shorty = method->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithJValues()
495 const char* shorty = method->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithVarArgs()
513 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength()); in InvokeWithShadowFrame()
516 mh.GetShorty()); in InvokeWithShadowFrame()
577 const char* shorty = m->GetShorty(&shorty_len); in InvokeMethod()
Ddex_file.h728 const char* GetShorty(uint32_t proto_idx) const { in GetShorty() function
Dinstrumentation.cc1070 char return_shorty = method->GetShorty(&length)[0]; in PopInstrumentationStackFrame()
Ddebugger.cc1735 std::string shorty(m->GetShorty()); in OutputVariableTable()
1761 JDWP::JdwpTag tag = BasicTagFromDescriptor(m->GetShorty()); in OutputMethodReturnValue()
3663 const char* shorty = m->GetShorty(&shorty_len); in InvokeMethod()
3817 pReq->result_tag = BasicTagFromDescriptor(m.Get()->GetShorty()); in ExecuteMethod()
Dclass_linker.cc2906 if (strcmp("V", dex_file.GetShorty(method_id.proto_idx_)) == 0) { in LoadMethod()
4050 CHECK_STREQ(method->GetShorty(), prototype->GetShorty()); in CheckProxyMethod()
/art/compiler/driver/
Ddex_compilation_unit.h71 const char* GetShorty() const { in GetShorty() function
76 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.cc49 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
53 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc49 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
53 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc56 result, mh.GetShorty()); in artInterpreterToCompiledCodeBridge()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc53 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister()
57 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc64 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
68 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
/art/runtime/mirror/
Dart_method.h507 const char* GetShorty() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetShorty() function
509 return GetShorty(&unused_length); in GetShorty()
512 const char* GetShorty(uint32_t* out_length) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dart_method.cc273 CHECK_STREQ(GetShorty(), shorty); in Invoke()
Dart_method-inl.h426 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { in GetShorty() function
/art/compiler/jni/quick/
Dcalling_convention.h182 const char* GetShorty() const { in GetShorty() function
/art/compiler/jni/portable/
Djni_compiler.cc284 const char* shorty = dex_compilation_unit_->GetShorty(&shorty_size); in GetFunctionType()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc508 const char* shorty = method->GetShorty(&shorty_len); in artQuickToInterpreterBridge()
637 const char* shorty = proxy_method->GetShorty(&shorty_len); in artQuickProxyInvokeHandler()
1644 const char* shorty = called->GetShorty(&shorty_len); in artQuickGenericJniTrampoline()
1726 char return_shorty_char = called->GetShorty()[0]; in artQuickGenericJniEndTrampoline()
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc312 JValue result = InvokeProxyInvocationHandler(soa, proxy_mh.GetShorty(), in artPortableProxyInvokeHandler()
/art/runtime/interpreter/
Dinterpreter.cc420 num_regs = num_ins = ArtMethod::NumArgRegisters(method->GetShorty()); in EnterInterpreterFromInvoke()
439 const char* shorty = method->GetShorty(&shorty_len); in EnterInterpreterFromInvoke()
Dinterpreter_common.cc558 const char* shorty = method->GetShorty(&shorty_len); in DoCall()
/art/compiler/optimizing/
Dbuilder.cc89 const char* shorty = dex_compilation_unit_->GetShorty(); in InitializeParameters()
/art/compiler/dex/
Dmir_graph.cc1406 return cu_->dex_file->GetShorty(method_id.proto_idx_); in GetShortyFromTargetIdx()

12