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()
45 Invoke public abstract void Trace.getTrace()
[all …]
/art/test/594-invoke-super/
Dinfo.txt1 Invoke-super on various references.
/art/runtime/mirror/
Dmethod_handles_lookup.cc47 lookup->Invoke(self, nullptr, 0, &result, "L"); in GetDefault()
62 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/test/476-checker-ctor-fence-redun-elim/src/
DMain.java292 static class Invoke implements Test { class in TestNonEscaping
435 static class Invoke implements Test { class in TestDontOptimizeAcrossEscape
792 TestNonEscaping.Invoke.class, in main()
795 TestDontOptimizeAcrossEscape.Invoke.class, in main()
/art/runtime/interpreter/
Dunstarted_runtime.h51 static void Invoke(Thread* self,
Dinterpreter_common.cc619 method->Invoke(self, shadow_frame->GetVRegArgs(arg_offset), in ArtInterpreterToCompiledCodeBridge()
Dunstarted_runtime.cc2017 void UnstartedRuntime::Invoke(Thread* self, const CodeItemDataAccessor& accessor, 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.h111 M(Invoke , unused)
/art/runtime/
Dcommon_dex_operations.h74 interpreter::UnstartedRuntime::Invoke(self, accessor, callee_frame, result, first_dest_reg); in PerformCall()
Dreference_table_test.cc72 constructor->Invoke(self, args, sizeof(uint32_t), &result, constructor->GetShorty()); in CreateWeakReference()
Dreflection.cc458 method->Invoke(soa.Self(), args, arg_array->GetNumBytes(), result, shorty); in InvokeWithArgArray()
828 jni::DecodeArtMethod(m)->Invoke(soa.Self(), in BoxPrimitive()
Dart_method.h421 void Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, const char* shorty)
Dart_method.cc303 void ArtMethod::Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, in Invoke() function in art::ArtMethod
/art/test/046-reflect/
Dexpected.txt32 Invoke got expected exception:
/art/test/563-checker-fakestring/smali/
DTestCase.smali241 ## CHECK: <<Invoke:l\d+>> InvokeStaticOrDirect method_name:java.lang.String.<init>
242 ## CHECK: Deoptimize env:[[<<Invoke>>,{{.*]]}}
/art/runtime/native/
Djava_lang_reflect_Executable.cc241 parameter_init->Invoke(self, args, sizeof(args), &result, method_signature); in Executable_getParameters0()
Djava_lang_Class.cc865 constructor->Invoke(soa.Self(), args, sizeof(args), &result, "V"); in Class_newInstance()
/art/runtime/dex/
Ddex_file_annotations.cc405 create_annotation_method->Invoke(self, args, sizeof(args), &result, "LLL"); in ProcessEncodedAnnotation()
773 annotation_member_init->Invoke(self, args, sizeof(args), &result, "VLLLL"); in CreateAnnotationMember()