HomeSort by relevance Sort by last modified time
    Searched refs:new_method (Results 1 - 14 of 14) sorted by null

  /art/runtime/
runtime_callbacks.cc 145 /*out*/void** new_method) {
147 *new_method = cur_method;
149 cb->RegisterNativeMethod(method, cur_method, new_method);
150 if (*new_method != nullptr) {
151 cur_method = *new_method;
art_method-inl.h 126 ArtMethod* new_method,
132 DCHECK(new_method == nullptr || new_method->GetDeclaringClass() != nullptr);
135 new_method, local
class_linker.cc 7133 ArtMethod& new_method = *out; local
7156 ArtMethod& new_method = *out; local
7178 ArtMethod& new_method = *out; local
    [all...]
art_method.h 357 ArtMethod* new_method,
class_linker.h     [all...]
  /art/runtime/openjdkjvmti/
events-inl.h 202 void** new_method) const {
203 *new_method = cur_method;
207 (*callback)(env, jnienv, jni_thread, method, cur_method, new_method);
208 if (*new_method != nullptr) {
209 cur_method = *new_method;
ti_method.cc 54 /*out*/void** new_method)
69 new_method);
  /external/protobuf/python/
mox.py 1371 def new_method(self, *args, **kwargs): function in function:MoxMetaTestBase.CleanUpTest
    [all...]
  /art/compiler/optimizing/
inliner.cc 1097 ArtMethod* new_method = nullptr; local
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 710 void JitCodeCache::MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method) {
724 new_method->SetProfilingInfo(info);
725 info->method_ = new_method;
730 it.second = new_method;
736 osr_code_map_.Put(new_method, code_map->second);
    [all...]
jit_code_cache.h 231 // 'new_method' since it is being made obsolete.
232 void MoveObsoleteMethod(ArtMethod* old_method, ArtMethod* new_method)
  /external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/
mox.py 2126 def new_method(self, *args, **kwargs): function in function:MoxMetaTestBase.CleanUpTest
    [all...]
  /art/runtime/mirror/
class-inl.h 1087 ArtMethod* new_method = visitor(method, dest_addr); local
    [all...]
  /art/test/004-JniTest/
jni_test.cc 697 jmethodID new_method = env_->GetMethodID(concrete_class_, "<init>", "()V"); local
698 jobject obj = env_->NewObject(concrete_class_, new_method);

Completed in 205 milliseconds