Home
last modified time | relevance | path

Searched defs:shorty (Results 1 – 25 of 30) sorted by relevance

12

/art/runtime/
Dreflection.cc39 explicit ArgArray(const char* shorty, uint32_t shorty_len) in ArgArray()
411 const char* shorty) in InvokeWithArgArray()
434 const char* shorty = method->GetShorty(&shorty_len); in InvokeWithVarArgs() local
454 const char* shorty = method->GetShorty(&shorty_len); in InvokeWithJValues() local
474 const char* shorty = method->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithJValues() local
495 const char* shorty = method->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithVarArgs() local
577 const char* shorty = m->GetShorty(&shorty_len); in InvokeMethod() local
630 const char* shorty; in BoxPrimitive() local
Dmethod_helper.h65 const char* shorty = GetShorty(); in GetNumberOfReferenceArgsWithoutReceiver() local
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc40 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { in ReturnRegisterForShorty()
114 const char* shorty) in X86JniCallingConvention()
Dcalling_convention_x86.h30 const char* shorty) in X86ManagedRuntimeCallingConvention()
/art/compiler/jni/quick/
Dcalling_convention.h72 CallingConvention(bool is_static, bool is_synchronized, const char* shorty, in CallingConvention()
252 ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty, in ManagedRuntimeCallingConvention()
350 explicit JniCallingConvention(bool is_static, bool is_synchronized, const char* shorty, in JniCallingConvention()
Dcalling_convention.cc32 bool is_static, bool is_synchronized, const char* shorty, InstructionSet instruction_set) { in Create()
104 const char* shorty, in Create()
Djni_compiler.cc64 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal() local
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc49 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty()
153 const char* shorty) in Arm64JniCallingConvention()
Dcalling_convention_arm64.h29 Arm64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in Arm64ManagedRuntimeCallingConvention()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc34 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty()
108 const char* shorty) in ArmJniCallingConvention()
Dcalling_convention_arm.h29 ArmManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in ArmManagedRuntimeCallingConvention()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc34 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty()
108 const char* shorty) in MipsJniCallingConvention()
Dcalling_convention_mips.h29 MipsManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in MipsManagedRuntimeCallingConvention()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc40 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { in ReturnRegisterForShorty()
125 const char* shorty) in X86_64JniCallingConvention()
Dcalling_convention_x86_64.h30 const char* shorty) in X86_64ManagedRuntimeCallingConvention()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc233 QuickArgumentVisitor(StackReference<mirror::ArtMethod>* sp, bool is_static, const char* shorty, in QuickArgumentVisitor()
397 static size_t StackArgumentStartFromShorty(bool is_static, const char* shorty, in StackArgumentStartFromShorty()
440 const char* shorty, uint32_t shorty_len, ShadowFrame* sf, in BuildQuickShadowFrameVisitor()
508 const char* shorty = method->GetShorty(&shorty_len); in artQuickToInterpreterBridge() local
544 const char* shorty, uint32_t shorty_len, in BuildQuickArgumentVisitor()
637 const char* shorty = proxy_method->GetShorty(&shorty_len); in artQuickProxyInvokeHandler() local
664 const char* shorty, uint32_t shorty_len, in RememberForGcArgumentVisitor()
780 const char* shorty = in artQuickResolutionTrampoline() local
1242 void Walk(const char* shorty, uint32_t shorty_len) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Walk()
1372 uint8_t* ComputeLayout(StackReference<mirror::ArtMethod>** m, bool is_static, const char* shorty, in ComputeLayout()
[all …]
/art/compiler/dex/
Dfrontend.cc536 static bool CanCompileShorty(const char* shorty, InstructionSet instruction_set) { in CanCompileShorty()
570 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in CanCompileMethod() local
Dvreg_analysis.cc260 const char* shorty = GetShortyFromTargetIdx(target_idx); in InferTypeAndSize() local
474 const char* shorty = cu_->shorty; in InitRegLocations() local
Dcompiler_ir.h61 const char* shorty; // compiling method's shorty. member
/art/compiler/jni/portable/
Djni_compiler.cc284 const char* shorty = dex_compilation_unit_->GetShorty(&shorty_size); in GetFunctionType() local
/art/runtime/mirror/
Dart_method.cc90 size_t ArtMethod::NumArgRegisters(const StringPiece& shorty) { in NumArgRegisters()
264 const char* shorty) { in Invoke()
/art/test/115-native-bridge/
Dnativebridge.cc74 const char* shorty = gNativeBridgeArtCallbacks->getMethodShorty(env, mid); in trampoline_JNI_OnLoad() local
250 extern "C" void* native_bridge_getTrampoline(void* handle, const char* name, const char* shorty, in native_bridge_getTrampoline()
/art/runtime/entrypoints/
Dentrypoint_utils.cc234 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, const char* shorty, in InvokeProxyInvocationHandler()
/art/runtime/interpreter/
Dinterpreter.cc132 static void InterpreterJni(Thread* self, ArtMethod* method, const StringPiece& shorty, in InterpreterJni()
439 const char* shorty = method->GetShorty(&shorty_len); in EnterInterpreterFromInvoke() local
/art/compiler/optimizing/
Dbuilder.cc89 const char* shorty = dex_compilation_unit_->GetShorty(); in InitializeParameters() local

12