/art/test/044-proxy/ |
D | expected.txt | 5 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/runtime/mirror/ |
D | method_handles_lookup.cc | 47 lookup->Invoke(self, nullptr, 0, &result, "L"); in GetDefault() 62 findConstructor->Invoke(self, args, sizeof(args), &result, "LLL"); in FindConstructor()
|
/art/test/594-invoke-super/ |
D | info.txt | 1 Invoke-super on various references.
|
/art/test/476-checker-ctor-fence-redun-elim/src/ |
D | Main.java | 292 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/test/135-MirandaDispatch/smali/ |
D | b_21646347.smali | 11 # Invoke the miranda method on an object of this class. This should fail type-checking,
|
/art/runtime/interpreter/ |
D | unstarted_runtime.h | 51 static void Invoke(Thread* self,
|
D | interpreter_common.cc | 619 method->Invoke(self, shadow_frame->GetVRegArgs(arg_offset), in ArtInterpreterToCompiledCodeBridge()
|
D | unstarted_runtime.cc | 2017 void UnstartedRuntime::Invoke(Thread* self, const CodeItemDataAccessor& accessor, in Invoke() function in art::interpreter::UnstartedRuntime
|
/art/test/954-invoke-polymorphic-verifier/smali/ |
D | TooFewArguments.smali | 30 # Invoke with one argument too few for prototype.
|
D | TooManyArguments.smali | 32 # Invoke with one argument too many for prototype.
|
/art/compiler/optimizing/ |
D | scheduler_arm.h | 85 M(Invoke , unused) \
|
D | scheduler_arm64.h | 111 M(Invoke , unused)
|
D | nodes.h | 1401 M(InvokeUnresolved, Invoke) \ 1402 M(InvokeInterface, Invoke) \ 1403 M(InvokeStaticOrDirect, Invoke) \ 1404 M(InvokeVirtual, Invoke) \ 1405 M(InvokePolymorphic, Invoke) \ 1406 M(InvokeCustom, Invoke) \ 1547 M(Invoke, Instruction) \ 4356 DECLARE_ABSTRACT_INSTRUCTION(Invoke); 4396 DEFAULT_COPY_CONSTRUCTOR(Invoke);
|
/art/runtime/ |
D | common_dex_operations.h | 74 interpreter::UnstartedRuntime::Invoke(self, accessor, callee_frame, result, first_dest_reg); in PerformCall()
|
D | reference_table_test.cc | 72 constructor->Invoke(self, args, sizeof(uint32_t), &result, constructor->GetShorty()); in CreateWeakReference()
|
D | reflection.cc | 458 method->Invoke(soa.Self(), args, arg_array->GetNumBytes(), result, shorty); in InvokeWithArgArray() 828 jni::DecodeArtMethod(m)->Invoke(soa.Self(), in BoxPrimitive()
|
D | art_method.h | 421 void Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, const char* shorty)
|
D | art_method.cc | 303 void ArtMethod::Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, in Invoke() function in art::ArtMethod
|
D | class_linker.cc | 5385 clinit->Invoke(self, nullptr, 0, &result, "V"); in InitializeClass()
|
/art/test/046-reflect/ |
D | expected.txt | 32 Invoke got expected exception:
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 241 ## CHECK: <<Invoke:l\d+>> InvokeStaticOrDirect method_name:java.lang.String.<init> 242 ## CHECK: Deoptimize env:[[<<Invoke>>,{{.*]]}}
|
/art/runtime/native/ |
D | java_lang_reflect_Executable.cc | 241 parameter_init->Invoke(self, args, sizeof(args), &result, method_signature); in Executable_getParameters0()
|
D | java_lang_Class.cc | 865 constructor->Invoke(soa.Self(), args, sizeof(args), &result, "V"); in Class_newInstance()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 405 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()
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 3285 la $t9, artInvokeCustom # Invoke artInvokeCustom
|