/art/runtime/arch/arm/ |
D | quick_entrypoints_cc_arm.cc | 29 Thread* self, JValue* result, const char* shorty) { in quick_invoke_reg_setup() 105 Thread* self, JValue* result, const char* shorty) { in art_quick_invoke_stub() 113 const char* shorty) { in art_quick_invoke_static_stub()
|
/art/runtime/ |
D | reflection.cc | 42 ArgArray(const char* shorty, uint32_t shorty_len) in ArgArray() 447 const char* shorty) in InvokeWithArgArray() 475 const char* shorty = in InvokeWithVarArgs() local 506 const char* shorty = in InvokeWithJValues() local 538 const char* shorty = in InvokeVirtualOrInterfaceWithJValues() local 570 const char* shorty = in InvokeVirtualOrInterfaceWithVarArgs() local 659 const char* shorty = np_method->GetShorty(&shorty_len); in InvokeMethod() local 703 const char* shorty; in BoxPrimitive() local
|
D | java_vm_ext.cc | 147 void* FindSymbol(const std::string& symbol_name, const char* shorty = nullptr) { in FindSymbol() 159 void* FindSymbolWithNativeBridge(const std::string& symbol_name, const char* shorty) { in FindSymbolWithNativeBridge() 256 const char* shorty = library->NeedsNativeBridge() in FindNativeMethod() local
|
D | art_method.cc | 157 size_t ArtMethod::NumArgRegisters(const StringPiece& shorty) { in NumArgRegisters() 298 const char* shorty) { in Invoke()
|
/art/compiler/jni/quick/ |
D | calling_convention.h | 76 const char* shorty, in CallingConvention() 266 const char* shorty, in ManagedRuntimeCallingConvention() 376 const char* shorty, in JniCallingConvention()
|
D | calling_convention.cc | 53 const char* shorty, in Create() 153 const char* shorty, in Create()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.h | 28 X86_64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in X86_64ManagedRuntimeCallingConvention()
|
D | calling_convention_x86_64.cc | 92 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni ATTRIBUTE_UNUSED) { in ReturnRegisterForShorty() 179 const char* shorty) in X86_64JniCallingConvention()
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.h | 30 Arm64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in Arm64ManagedRuntimeCallingConvention()
|
D | calling_convention_arm64.cc | 118 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() 224 const char* shorty) in Arm64JniCallingConvention()
|
/art/compiler/jni/quick/mips64/ |
D | calling_convention_mips64.h | 32 Mips64ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in Mips64ManagedRuntimeCallingConvention()
|
D | calling_convention_mips64.cc | 73 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() 159 const char* shorty) in Mips64JniCallingConvention()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.h | 30 ArmManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in ArmManagedRuntimeCallingConvention()
|
D | calling_convention_arm.cc | 283 const char* shorty) in ArmJniCallingConvention()
|
/art/compiler/jni/quick/mips/ |
D | calling_convention_mips.h | 32 MipsManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in MipsManagedRuntimeCallingConvention()
|
D | calling_convention_mips.cc | 84 static ManagedRegister ReturnRegisterForShorty(const char* shorty) { in ReturnRegisterForShorty() 196 const char* shorty) in MipsJniCallingConvention()
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.h | 30 X86ManagedRuntimeCallingConvention(bool is_static, bool is_synchronized, const char* shorty) in X86ManagedRuntimeCallingConvention()
|
D | calling_convention_x86.cc | 65 static ManagedRegister ReturnRegisterForShorty(const char* shorty, bool jni) { in ReturnRegisterForShorty() 197 const char* shorty) in X86JniCallingConvention()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 392 QuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in QuickArgumentVisitor() 644 BuildQuickShadowFrameVisitor(ArtMethod** sp, bool is_static, const char* shorty, in BuildQuickShadowFrameVisitor() 711 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickToInterpreterBridge() local 831 BuildQuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, uint32_t shorty_len, in BuildQuickArgumentVisitor() 918 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickProxyInvokeHandler() local 948 RememberForGcArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, in RememberForGcArgumentVisitor() 1091 const char* shorty = in artQuickResolutionTrampoline() local 1640 void Walk(const char* shorty, uint32_t shorty_len) REQUIRES_SHARED(Locks::mutator_lock_) { in Walk() 1769 uint8_t* ComputeLayout(Thread* self, ArtMethod*** m, const char* shorty, uint32_t shorty_len, in ComputeLayout() 1868 const char* shorty, in BuildGenericJniFrameVisitor() [all …]
|
/art/compiler/jni/ |
D | jni_cfi_test.cc | 61 const char* shorty = "IIFII"; in TestImplSized() local
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | CodeItem.java | 42 public String shorty; field in CodeItem.MethodMetaInfo
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | IdCreator.java | 248 public int findOrCreateMethodId(String className, String methodName, String shorty) { in findOrCreateMethodId() 695 String shorty = convertSignatureToShorty(signature); in createProtoId() local 754 String shorty = convertSignatureToShorty(signature); in findProtoId() local
|
D | MutatableCode.java | 78 public String shorty; field in MutatableCode
|
D | Program.java | 305 String shorty = rawDexFile.stringDatas.get(protoIdItem.shortyIdx).getString(); in associateMethod() local
|
/art/runtime/interpreter/ |
D | interpreter.cc | 45 const StringPiece& shorty, in InterpreterJni() 404 const char* shorty = method->GetShorty(&shorty_len); in EnterInterpreterFromInvoke() local
|