HomeSort by relevance Sort by last modified time
    Searched refs:art_field_or_method (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
method_handle_impl.cc 39 void MethodHandle::Initialize(uintptr_t art_field_or_method,
48 SetField64<false>(ArtFieldOrMethodOffset(), art_field_or_method); local
73 uintptr_t art_field_or_method,
80 mh->Initialize(art_field_or_method, kind, method_type);
method_handle_impl.h 93 void Initialize(uintptr_t art_field_or_method, Kind kind, Handle<MethodType> method_type)
128 uintptr_t art_field_or_method,

Completed in 48 milliseconds