/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/test/594-invoke-super/ |
D | info.txt | 1 Invoke-super on various references.
|
/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/135-MirandaDispatch/smali/ |
D | b_21646347.smali | 11 # Invoke the miranda method on an object of this class. This should fail type-checking,
|
/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/runtime/interpreter/ |
D | unstarted_runtime.h | 51 static void Invoke(Thread* self,
|
D | interpreter_common.cc | 298 method->Invoke(self, shadow_frame->GetVRegArgs(arg_offset), in ArtInterpreterToCompiledCodeBridge()
|
D | unstarted_runtime.cc | 1993 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 | 1474 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/ |
D | common_dex_operations.h | 76 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() 870 jni::DecodeArtMethod(m)->Invoke(soa.Self(), in BoxPrimitive()
|
D | art_method.h | 465 void Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, const char* shorty)
|
D | art_method.cc | 312 void ArtMethod::Invoke(Thread* self, uint32_t* args, uint32_t args_size, JValue* result, in Invoke() function in art::ArtMethod
|
/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 | 974 constructor->Invoke(soa.Self(), args, sizeof(args), &result, "V"); in Class_newInstance()
|
/art/libnativeloader/ |
D | native_loader_test.cpp | 115 .WillByDefault(testing::Invoke([](bool, const char* name) -> mock_namespace_handle { in MockPlatform()
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 405 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/ |
D | dex2oat.cc | 749 constructor->Invoke(self, args, sizeof(args), &result, /*shorty=*/ "VI"); in ThreadLocalHashOverride()
|