/art/runtime/ |
D | reflection.cc | 39 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
|
D | method_helper.h | 65 const char* shorty = GetShorty(); in GetNumberOfReferenceArgsWithoutReceiver() local
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.cc | 40 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { in ReturnRegisterForShorty() 114 const char* shorty) in X86JniCallingConvention()
|
D | calling_convention_x86.h | 30 const char* shorty) in X86ManagedRuntimeCallingConvention()
|
/art/compiler/jni/quick/ |
D | calling_convention.h | 72 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()
|
D | calling_convention.cc | 32 bool is_static, bool is_synchronized, const char* shorty, InstructionSet instruction_set) { in Create() 104 const char* shorty, in Create()
|
D | jni_compiler.cc | 64 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal() local
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.cc | 49 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() 153 const char* shorty) in Arm64JniCallingConvention()
|
D | calling_convention_arm64.h | 29 Arm64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in Arm64ManagedRuntimeCallingConvention()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.cc | 34 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() 108 const char* shorty) in ArmJniCallingConvention()
|
D | calling_convention_arm.h | 29 ArmManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in ArmManagedRuntimeCallingConvention()
|
/art/compiler/jni/quick/mips/ |
D | calling_convention_mips.cc | 34 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() 108 const char* shorty) in MipsJniCallingConvention()
|
D | calling_convention_mips.h | 29 MipsManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in MipsManagedRuntimeCallingConvention()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 40 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { in ReturnRegisterForShorty() 125 const char* shorty) in X86_64JniCallingConvention()
|
D | calling_convention_x86_64.h | 30 const char* shorty) in X86_64ManagedRuntimeCallingConvention()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 233 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/ |
D | frontend.cc | 536 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
|
D | vreg_analysis.cc | 260 const char* shorty = GetShortyFromTargetIdx(target_idx); in InferTypeAndSize() local 474 const char* shorty = cu_->shorty; in InitRegLocations() local
|
D | compiler_ir.h | 61 const char* shorty; // compiling method's shorty. member
|
/art/compiler/jni/portable/ |
D | jni_compiler.cc | 284 const char* shorty = dex_compilation_unit_->GetShorty(&shorty_size); in GetFunctionType() local
|
/art/runtime/mirror/ |
D | art_method.cc | 90 size_t ArtMethod::NumArgRegisters(const StringPiece& shorty) { in NumArgRegisters() 264 const char* shorty) { in Invoke()
|
/art/test/115-native-bridge/ |
D | nativebridge.cc | 74 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/ |
D | entrypoint_utils.cc | 234 JValue InvokeProxyInvocationHandler(ScopedObjectAccessAlreadyRunnable& soa, const char* shorty, in InvokeProxyInvocationHandler()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 132 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/ |
D | builder.cc | 89 const char* shorty = dex_compilation_unit_->GetShorty(); in InitializeParameters() local
|