/art/runtime/ |
art_method-inl.h | 146 inline void ArtMethod::SetDexCacheResolvedMethod(uint16_t method_index, ArtMethod* new_method, 153 DCHECK(new_method == nullptr || new_method->GetDeclaringClass() != nullptr); 156 new_method, local
|
class_linker.cc | 6954 ArtMethod& new_method = *out; variable 6969 ArtMethod& new_method = *out; variable 6982 ArtMethod& new_method = *out; variable 6995 EnsureThrowsInvocationError(&new_method); variable 7066 auto* new_method = it->second; variable [all...] |
/external/protobuf/python/ |
mox.py | 1371 def new_method(self, *args, **kwargs): function in function:MoxMetaTestBase.CleanUpTest [all...] |
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/ |
mox.py | 2126 def new_method(self, *args, **kwargs): function in function:MoxMetaTestBase.CleanUpTest [all...] |
/external/chromium-trace/catapult/third_party/mox3/mox3/ |
mox.py | 2126 def new_method(self, *args, **kwargs): function in function:MoxMetaTestBase.CleanUpTest [all...] |
/art/compiler/optimizing/ |
inliner.cc | 650 ArtMethod* new_method = nullptr; local 652 new_method = ic.GetTypeAt(i)->GetImt(pointer_size)->Get( 654 if (new_method->IsRuntimeMethod()) { 661 new_method = ic.GetTypeAt(i)->GetEmbeddedVTableEntry(method_index, pointer_size); 663 DCHECK(new_method != nullptr); 665 actual_method = new_method; 666 } else if (actual_method != new_method) { [all...] |
/art/test/004-JniTest/ |
jni_test.cc | 688 jmethodID new_method = env_->GetMethodID(concrete_class_, "<init>", "()V"); local 689 jobject obj = env_->NewObject(concrete_class_, new_method);
|
/art/runtime/mirror/ |
class-inl.h | 1070 ArtMethod* new_method = visitor(method); local [all...] |