Home
last modified time | relevance | path

Searched refs:ThrowIllegalAccessErrorFinalField (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dcommon_throws.h107 void ThrowIllegalAccessErrorFinalField(ArtMethod* referrer, ArtField* accessed)
Dcommon_throws.cc224 void ThrowIllegalAccessErrorFinalField(ArtMethod* referrer, ArtField* accessed) { in ThrowIllegalAccessErrorFinalField() function
/art/runtime/interpreter/mterp/
Dnterp.cc344 ThrowIllegalAccessErrorFinalField(caller, resolved_field); in ResolveFieldWithAccessChecks()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h364 ThrowIllegalAccessErrorFinalField(referrer, resolved_field); in FindFieldFromCode()