Home
last modified time | relevance | path

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

12

/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.cc298 method->Invoke(self, shadow_frame->GetVRegArgs(arg_offset), in ArtInterpreterToCompiledCodeBridge()
Dunstarted_runtime.cc1993 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)
Dnodes.h1474 M(InvokeUnresolved, Invoke) \
1475 M(InvokeInterface, Invoke) \
1476 M(InvokeStaticOrDirect, Invoke) \
1477 M(InvokeVirtual, Invoke) \
1478 M(InvokePolymorphic, Invoke) \
1479 M(InvokeCustom, Invoke) \
1617 M(Invoke, Instruction) \
4426 DECLARE_ABSTRACT_INSTRUCTION(Invoke);
4466 DEFAULT_COPY_CONSTRUCTOR(Invoke);
/art/runtime/
Dcommon_dex_operations.h76 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()
870 jni::DecodeArtMethod(m)->Invoke(soa.Self(), in BoxPrimitive()
Dart_method.h465 void Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, const char* shorty)
Dart_method.cc312 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.cc974 constructor->Invoke(soa.Self(), args, sizeof(args), &result, "V"); in Class_newInstance()
/art/libnativeloader/
Dnative_loader_test.cpp115 .WillByDefault(testing::Invoke([](bool, const char* name) -> mock_namespace_handle { in MockPlatform()
/art/runtime/dex/
Ddex_file_annotations.cc405 create_annotation_method->Invoke(self, args, sizeof(args), &result, "LLL"); in ProcessEncodedAnnotation()
752 annotation_member_init->Invoke(self, args, sizeof(args), &result, "VLLLL"); in CreateAnnotationMember()
/art/dex2oat/
Ddex2oat.cc749 constructor->Invoke(self, args, sizeof(args), &result, /*shorty=*/ "VI"); in ThreadLocalHashOverride()

12