Home
last modified time | relevance | path

Searched defs:cur_method (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Druntime_callbacks.cc259 void* cur_method = const_cast<void*>(in_cur_method); in RegisterNativeMethod() local
Djni_internal.cc108 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc*/ nullptr, in NotifySetObjectField() local
135 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc*/ nullptr, in NotifySetPrimitiveField() local
159 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc*/ nullptr, in NotifyGetField() local
/art/compiler/driver/
Dcompiler_options.h214 for (const std::string& cur_method : verbose_methods_) { in IsVerboseMethod() local