Home
last modified time | relevance | path

Searched defs:shorty (Results 26 – 48 of 48) sorted by relevance

12

/art/tools/dexfuzz/src/dexfuzz/program/
DMutatableCode.java78 public String shorty; field in MutatableCode
DProgram.java318 String shorty = rawDexFile.stringDatas.get(protoIdItem.shortyIdx).getString(); in associateMethod() local
/art/runtime/interpreter/
Dinterpreter.cc50 std::string_view shorty, in InterpreterJni()
469 const char* shorty = method->GetShorty(&shorty_len); in EnterInterpreterFromInvoke() local
Dinterpreter_common.cc1321 const char* shorty = method->GetShorty(&shorty_len); in DoCallCommon() local
/art/runtime/
Dart_method.cc177 size_t ArtMethod::NumArgRegisters(const char* shorty) { in NumArgRegisters()
313 const char* shorty) { in Invoke()
Dstack.cc160 const char* shorty = m->GetShorty(&shorty_len); in GetThisObject() local
Dmethod_handles.cc389 const char* shorty = method->GetShorty(&shorty_length); in GetInsForProxyOrNativeMethod() local
Dinstrumentation.cc1439 char shorty = 'V'; in GetRuntimeMethodShorty() local
/art/libnativebridge/
Dnative_bridge_lazy.cc93 void* NativeBridgeGetTrampoline(void* handle, const char* name, const char* shorty, uint32_t len) { in NativeBridgeGetTrampoline()
Dnative_bridge.cc517 void* NativeBridgeGetTrampoline(void* handle, const char* name, const char* shorty, in NativeBridgeGetTrampoline()
/art/runtime/entrypoints/
Dentrypoint_utils.cc63 const char* shorty, in InvokeProxyInvocationHandler()
/art/test/115-native-bridge/
Dnativebridge.cc79 const char* shorty = gNativeBridgeArtCallbacks->getMethodShorty(env, mid); in trampoline_JNI_OnLoad() local
469 extern "C" void* native_bridge_getTrampoline(void* handle, const char* name, const char* shorty, in native_bridge_getTrampoline()
/art/test/674-hiddenapi/src-ex/
DChildClass.java33 PrimitiveType(char shorty, Class klass, Object value) { in PrimitiveType()
/art/libdexfile/dex/
Dtest_dex_file_builder.h303 std::string shorty; member
Ddex_file_verifier.cc2532 const char* shorty = dex_file_->StringDataByIdx(item->shorty_idx_); in CheckInterProtoIdItem() local
/art/compiler/utils/
Dassembler_thumb_test.cc103 const char* shorty = "IIFII"; in TEST_F() local
/art/compiler/jni/quick/
Djni_compiler.cc123 const char* shorty = dex_file.GetMethodShorty(dex_file.GetMethodId(method_idx)); in ArtJniCompileMethodInternal() local
/art/runtime/jni/
Djni_internal_test.cc842 #define DoCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument
869 #define DoFailCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument
882 #define DoGoodCall(boxed_type, shorty, c_type, bad_value) \ in TEST_F() argument
Dcheck_jni.cc950 const char* shorty = m->GetShorty(&len); in CheckVarArgs() local
1063 const char* shorty = m->GetShorty(&len); in TracePossibleHeapValue() local
2239 #define FIELD_ACCESSORS(jtype, name, ptype, shorty, slot_sized_shorty) \ argument
2318 #define CALL(rtype, name, ptype, shorty) \ argument
/art/compiler/optimizing/
Dcode_generator.h586 const char* shorty = GetCriticalNativeShorty(invoke, &shorty_len); in PrepareCriticalNativeCall() local
Dcode_generator_arm_vixl.cc9038 const char* shorty = method->GetShorty(&shorty_len); in GetSupportedInvokeStaticOrDirectDispatch() local
/art/runtime/jit/
Djit_code_cache.cc98 const char* shorty = method->GetShorty(); in UpdateShorty() local
/art/dexlayout/
Ddex_ir.h654 ProtoId(const StringId* shorty, const TypeId* return_type, TypeList* parameters) in ProtoId()

12