Searched defs:FieldHelper (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dfield_helper.h26 class FieldHelper { class in namespace:art
28 explicit FieldHelper(Handle<mirror::ArtField> f) : field_(f) {} function in class:art::FieldHelper
41 // The returned const char* is only guaranteed to be valid for the lifetime of the FieldHelper.
49 DISALLOW_COPY_AND_ASSIGN(FieldHelper);

Completed in 35 milliseconds