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 31 void MethodHandle::Initialize(uintptr_t art_field_or_method,
40 SetField64<false>(ArtFieldOrMethodOffset(), art_field_or_method); local
65 uintptr_t art_field_or_method,
72 mh->Initialize(art_field_or_method, kind, method_type);
method_handle_impl.h 87 void Initialize(uintptr_t art_field_or_method, Kind kind, Handle<MethodType> method_type)
122 uintptr_t art_field_or_method,

Completed in 424 milliseconds