HomeSort by relevance Sort by last modified time
    Searched defs:cur_method (Results 1 - 12 of 12) sorted by null

  /external/libjpeg-turbo/
jddctmgr.c 59 int cur_method[MAX_COMPONENTS]; member in struct:__anon25027
236 if (! compptr->component_needed || idct->cur_method[ci] == method)
241 idct->cur_method[ci] = method;
350 idct->cur_method[ci] = -1;
  /art/runtime/
runtime_callbacks.cc 259 void* cur_method = const_cast<void*>(in_cur_method); local
260 *new_method = cur_method;
262 cb->RegisterNativeMethod(method, cur_method, new_method);
264 cur_method = *new_method;
jni_internal.cc 108 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc*/ nullptr, local
112 if (cur_method == nullptr) {
117 DCHECK(cur_method->IsNative());
122 cur_method,
135 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc*/ nullptr, local
139 if (cur_method == nullptr) {
144 DCHECK(cur_method->IsNative());
147 cur_method,
159 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc*/ nullptr, local
163 if (cur_method == nullptr)
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 127 milliseconds