Home
last modified time | relevance | path

Searched refs:DCheckStaticState (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dcommon_dex_operations.h81 inline void DCheckStaticState(Thread* self, T* entity) REQUIRES_SHARED(Locks::mutator_lock_) { in DCheckStaticState() function
99 DCheckStaticState(self, field); in DoFieldGetCommon()
159 DCheckStaticState(self, field); in DoFieldPutCommon()
/art/runtime/interpreter/
Dinterpreter.cc338 DCheckStaticState(self, method); in Execute()
Dinterpreter_common.h381 DCheckStaticState(self, called_method); in DoInvoke()