/art/runtime/entrypoints/interpreter/ |
D | interpreter_entrypoints.cc | 38 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength()); in artInterpreterToCompiledCodeBridge() 40 method->Invoke(self, arg_array.GetArray(), arg_array.GetNumBytes(), result, mh.GetShorty()[0]); in artInterpreterToCompiledCodeBridge() 44 result, mh.GetShorty()[0]); in artInterpreterToCompiledCodeBridge()
|
/art/compiler/driver/ |
D | dex_compilation_unit.h | 69 const char* GetShorty() const { in GetShorty() function 74 const char* GetShorty(uint32_t* shorty_len) const { in GetShorty() function
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.cc | 57 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister() 61 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.cc | 49 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister() 53 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
|
/art/compiler/jni/quick/mips/ |
D | calling_convention_mips.cc | 49 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister() 53 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
|
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 82 char shorty_char = mh.GetShorty()[i]; in artWorkAroundAppJniBugs()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 288 BuildQuickShadowFrameVisitor shadow_frame_builder(sp, mh.IsStatic(), mh.GetShorty(), in artQuickToInterpreterBridge() 395 BuildQuickArgumentVisitor local_ref_visitor(sp, proxy_mh.IsStatic(), proxy_mh.GetShorty(), in artQuickProxyInvokeHandler() 411 JValue result = InvokeProxyInvocationHandler(soa, proxy_mh.GetShorty(), in artQuickProxyInvokeHandler()
|
/art/compiler/jni/quick/ |
D | calling_convention.h | 131 const char* GetShorty() const { in GetShorty() function
|
/art/runtime/ |
D | object_utils.h | 445 const char* GetShorty() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetShorty() function 458 GetShorty(); in GetShortyLength() 556 return Primitive::GetType(GetShorty()[param]); in GetParamPrimitiveType()
|
D | jni_internal.cc | 157 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength()); in InvokeWithVarArgs() 159 InvokeWithArgArray(soa, method, &arg_array, &result, mh.GetShorty()[0]); in InvokeWithVarArgs() 175 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength()); in InvokeVirtualOrInterfaceWithJValues() 177 InvokeWithArgArray(soa, method, &arg_array, &result, mh.GetShorty()[0]); in InvokeVirtualOrInterfaceWithJValues() 188 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength()); in InvokeVirtualOrInterfaceWithVarArgs() 190 InvokeWithArgArray(soa, method, &arg_array, &result, mh.GetShorty()[0]); in InvokeVirtualOrInterfaceWithVarArgs() 613 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength()); in InvokeWithJValues() 615 InvokeWithArgArray(soa, method, &arg_array, &result, mh.GetShorty()[0]); in InvokeWithJValues()
|
D | instrumentation.cc | 510 char return_shorty = MethodHelper(method).GetShorty()[0]; in PopInstrumentationStackFrame()
|
D | debugger.cc | 1390 std::string shorty(mh.GetShorty()); in OutputVariableTable() 2708 const char* shorty = mh.GetShorty(); in InvokeMethod() 2842 ArgArray arg_array(mh.GetShorty(), mh.GetShortyLength()); in ExecuteMethod() 2844 InvokeWithArgArray(soa, m, &arg_array, &pReq->result_value, mh.GetShorty()[0]); in ExecuteMethod() 2849 pReq->result_tag = BasicTagFromDescriptor(MethodHelper(m).GetShorty()); in ExecuteMethod()
|
D | dex_file.h | 667 const char* GetShorty(uint32_t proto_idx) const { in GetShorty() function
|
D | check_jni.cc | 289 if (*expectedType != MethodHelper(m).GetShorty()[0]) { in CheckSig()
|
D | class_linker.cc | 2894 CHECK_STREQ(mh.GetShorty(), mh2.GetShorty()); in CheckProxyMethod()
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 284 const char* shorty = dex_compilation_unit_->GetShorty(&shorty_size); in GetFunctionType()
|
/art/runtime/entrypoints/portable/ |
D | portable_trampoline_entrypoints.cc | 305 JValue result = InvokeProxyInvocationHandler(soa, proxy_mh.GetShorty(), in artPortableProxyInvokeHandler()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 451 num_regs = num_ins = ArtMethod::NumArgRegisters(mh.GetShorty()); in DoInvoke() 471 const char* shorty = mh.GetShorty(); in DoInvoke() 564 num_regs = num_ins = ArtMethod::NumArgRegisters(mh.GetShorty()); in DoInvokeVirtualQuick() 581 const char* shorty = mh.GetShorty(); in DoInvokeVirtualQuick() 3146 num_regs = num_ins = ArtMethod::NumArgRegisters(mh.GetShorty()); in EnterInterpreterFromInvoke() 3172 const char* shorty = mh.GetShorty(); in EnterInterpreterFromInvoke()
|
/art/compiler/dex/ |
D | mir_graph.cc | 1070 return cu_->dex_file->GetShorty(method_id.proto_idx_); in GetShortyFromTargetIdx()
|
/art/compiler/llvm/ |
D | gbc_expander.cc | 2825 char ret_shorty = dex_compilation_unit_->GetShorty()[0]; in GetUnwindBasicBlock()
|