Home
last modified time | relevance | path

Searched refs:Invoke (Results 1 – 22 of 22) sorted by relevance

/art/test/044-proxy/
Dexpected.txt5 Invoke public abstract void Shapes.circle(int)
9 Invoke public abstract int Quads.rectangle(int,int)
14 Invoke public abstract java.lang.String Shapes.blob()
18 Invoke public abstract int Quads.rectangle(int,int)
23 Invoke public abstract int Quads.trapezoid(int,double,int)
29 Invoke public abstract int Colors.red(float)
33 Invoke public abstract double Colors.blue(int)
37 Invoke public abstract int Colors.mauve(java.lang.String)
41 Invoke public abstract java.lang.String Shapes.blob()
46 Invoke public abstract void Shapes.upChuck()
[all …]
/art/test/594-invoke-super/
Dinfo.txt1 Invoke-super on various references.
/art/runtime/mirror/
Dmethod_handles_lookup.cc63 lookup->Invoke(self, nullptr, 0, &result, "L"); in GetDefault()
78 findConstructor->Invoke(self, args, sizeof(args), &result, "LLL"); in FindConstructor()
/art/test/135-MirandaDispatch/smali/
Db_21646347.smali11 # Invoke the miranda method on an object of this class. This should fail type-checking,
/art/runtime/interpreter/
Dunstarted_runtime.h50 static void Invoke(Thread* self,
Dinterpreter_common.cc516 method->Invoke(self, shadow_frame->GetVRegArgs(arg_offset), in ArtInterpreterToCompiledCodeBridge()
Dunstarted_runtime.cc1903 void UnstartedRuntime::Invoke(Thread* self, const DexFile::CodeItem* code_item, in Invoke() function in art::interpreter::UnstartedRuntime
/art/test/954-invoke-polymorphic-verifier/smali/
DTooFewArguments.smali30 # Invoke with one argument too few for prototype.
DTooManyArguments.smali32 # Invoke with one argument too many for prototype.
/art/compiler/optimizing/
Dscheduler_arm.h85 M(Invoke , unused) \
Dscheduler_arm64.h76 M(Invoke , unused) \
Dnodes.h1327 M(InvokeUnresolved, Invoke) \
1328 M(InvokeInterface, Invoke) \
1329 M(InvokeStaticOrDirect, Invoke) \
1330 M(InvokeVirtual, Invoke) \
1331 M(InvokePolymorphic, Invoke) \
1454 M(Invoke, Instruction) \
4045 DECLARE_ABSTRACT_INSTRUCTION(Invoke);
/art/runtime/
Dcommon_dex_operations.h60 interpreter::UnstartedRuntime::Invoke(self, code_item, callee_frame, result, first_dest_reg); in PerformCall()
Dreference_table_test.cc67 constructor->Invoke(self, args, sizeof(uint32_t), &result, constructor->GetShorty()); in CreateWeakReference()
Dreflection.cc454 method->Invoke(soa.Self(), args, arg_array->GetNumBytes(), result, shorty); in InvokeWithArgArray()
754 jni::DecodeArtMethod(m)->Invoke(soa.Self(), in BoxPrimitive()
Dart_method.h398 void Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, const char* shorty)
Dart_method.cc311 void ArtMethod::Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, in Invoke() function in art::ArtMethod
Ddex_file_annotations.cc368 create_annotation_method->Invoke(self, args, sizeof(args), &result, "LLL"); in ProcessEncodedAnnotation()
741 annotation_member_init->Invoke(self, args, sizeof(args), &result, "VLLLL"); in CreateAnnotationMember()
Dclass_linker.cc5015 clinit->Invoke(self, nullptr, 0, &result, "V"); in InitializeClass()
/art/test/046-reflect/
Dexpected.txt32 Invoke got expected exception:
/art/runtime/native/
Djava_lang_reflect_Executable.cc172 parameter_init->Invoke(self, args, sizeof(args), &result, method_signature); in Executable_getParameters0()
Djava_lang_Class.cc748 constructor->Invoke(soa.Self(), args, sizeof(args), &result, "V"); in Class_newInstance()