Home
last modified time | relevance | path

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

/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc38 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/
Ddex_compilation_unit.h69 const char* GetShorty() const { in GetShorty() function
74 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/jni/
Djni_entrypoints.cc82 char shorty_char = mh.GetShorty()[i]; in artWorkAroundAppJniBugs()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc288 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/
Dcalling_convention.h131 const char* GetShorty() const { in GetShorty() function
/art/runtime/
Dobject_utils.h445 const char* GetShorty() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetShorty() function
458 GetShorty(); in GetShortyLength()
556 return Primitive::GetType(GetShorty()[param]); in GetParamPrimitiveType()
Djni_internal.cc157 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()
Dinstrumentation.cc510 char return_shorty = MethodHelper(method).GetShorty()[0]; in PopInstrumentationStackFrame()
Ddebugger.cc1390 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()
Ddex_file.h667 const char* GetShorty(uint32_t proto_idx) const { in GetShorty() function
Dcheck_jni.cc289 if (*expectedType != MethodHelper(m).GetShorty()[0]) { in CheckSig()
Dclass_linker.cc2894 CHECK_STREQ(mh.GetShorty(), mh2.GetShorty()); in CheckProxyMethod()
/art/compiler/jni/portable/
Djni_compiler.cc284 const char* shorty = dex_compilation_unit_->GetShorty(&shorty_size); in GetFunctionType()
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc305 JValue result = InvokeProxyInvocationHandler(soa, proxy_mh.GetShorty(), in artPortableProxyInvokeHandler()
/art/runtime/interpreter/
Dinterpreter.cc451 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/
Dmir_graph.cc1070 return cu_->dex_file->GetShorty(method_id.proto_idx_); in GetShortyFromTargetIdx()
/art/compiler/llvm/
Dgbc_expander.cc2825 char ret_shorty = dex_compilation_unit_->GetShorty()[0]; in GetUnwindBasicBlock()