Searched defs:this_value (Results 1 – 2 of 2) sorted by relevance
55 ObjPtr<mirror::Object> this_value = soa.Decode<mirror::Object>(this_value_jobj); in FindMethodIndex() local
31 TestVisitor(Thread* thread, Context* context, mirror::Object* this_value) in TestVisitor()