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

  /art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc 71 extern "C" int32_t art_portable_find_catch_block_from_code(mirror::ArtMethod* current_method,
83 const DexFile::CodeItem* code_item = current_method->GetCodeItem();
101 current_method->GetDexCacheResolvedType(iter_type_idx);
106 << current_method->GetTypeDescriptorFromTypeIdx(iter_type_idx);
117 self, throw_location, current_method, catch_dex_pc, exception);
120 &current_method->GetCodeItem()->insns_[catch_dex_pc]);
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x509_lu.c 314 for (i=vs->current_method; i<(int)sk_X509_LOOKUP_num(ctx->get_cert_methods); i++)
320 vs->current_method=j;
329 vs->current_method=0;
x509_vfy.c     [all...]
  /external/openssl/crypto/x509/
x509_lu.c 303 for (i=vs->current_method; i<sk_X509_LOOKUP_num(ctx->get_cert_methods); i++)
309 vs->current_method=j;
318 vs->current_method=0;
x509_vfy.h 233 int current_method; /* used when looking up certs */ member in struct:x509_store_ctx_st
x509_vfy.c     [all...]
  /art/runtime/
utils.cc 1066 mirror::ArtMethod* current_method) {
1067 // We may be called from contexts where current_method is not null, so we must assert this.
1068 if (current_method != nullptr) {
1102 } else if (current_method != nullptr && current_method->IsWithinQuickCode(it->pc)) {
1103 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode();
1104 os << JniLongName(current_method) << "+"
    [all...]
utils.h 478 mirror::ArtMethod* current_method = nullptr)
check_jni.cc 44 mirror::ArtMethod* current_method = self->GetCurrentMethod(nullptr); local
53 if (current_method != nullptr) {
54 os << "\n from " << PrettyMethod(current_method);
    [all...]
thread.cc 988 mirror::ArtMethod* current_method = thread->GetCurrentMethod(nullptr); local
    [all...]
  /external/openssl/include/openssl/
x509_vfy.h 233 int current_method; /* used when looking up certs */ member in struct:x509_store_ctx_st
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509_vfy.h 231 int current_method; /* used when looking up certs */ member in struct:x509_store_ctx_st

Completed in 586 milliseconds