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

  /external/libjpeg-turbo/
jddctmgr.c 59 int cur_method[MAX_COMPONENTS]; member in struct:__anon28831
236 if (!compptr->component_needed || idct->cur_method[ci] == method)
241 idct->cur_method[ci] = method;
350 idct->cur_method[ci] = -1;
  /art/libdexfile/dex/
art_dex_file_loader_test.cc 123 auto cur_method = methods.begin(); local
128 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex());
200 ++cur_method;
201 ASSERT_TRUE(cur_method != methods.end());
202 const dex::MethodId& method_id = raw->GetMethodId(cur_method->GetIndex());
212 raw->PrettyMethod(cur_method->GetIndex(), /* with_signature= */ false));
214 raw->PrettyMethod(cur_method->GetIndex(), /* with_signature= */ true));
  /art/runtime/
runtime_callbacks.cc 312 void* cur_method = const_cast<void*>(in_cur_method); local
313 *new_method = cur_method;
315 cb->RegisterNativeMethod(method, cur_method, new_method);
317 cur_method = *new_method;
  /art/runtime/jni/
jni_internal.cc 294 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, local
298 if (cur_method == nullptr) {
303 DCHECK(cur_method->IsNative());
308 cur_method,
321 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, local
325 if (cur_method == nullptr) {
330 DCHECK(cur_method->IsNative());
333 cur_method,
345 ArtMethod* cur_method = self->GetCurrentMethod(/*dex_pc=*/ nullptr, local
349 if (cur_method == nullptr)
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 84 milliseconds