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

  /external/boringssl/src/crypto/x509/
x509_lu.c 313 for (i=vs->current_method; i<(int)sk_X509_LOOKUP_num(ctx->get_cert_methods); i++)
319 vs->current_method=j;
328 vs->current_method=0;
  /art/runtime/mirror/
class.cc 582 ArtMethod* current_method = &method_iter; local
583 if (current_method->HasSameNameAndSignature(method)) {
584 if (current_method->IsDefault()) {
592 DCHECK(possible_override->HasSameNameAndSignature(current_method));
599 return current_method;
604 abstract_methods.push_back(current_method);
    [all...]
  /art/runtime/
utils.cc 1108 ArtMethod* current_method, void* ucontext_ptr) {
    [all...]
class_linker.cc 6013 ArtMethod* current_method = &method_iter; local
6875 ArtMethod* current_method = nullptr; variable
    [all...]
java_vm_ext.cc 450 ArtMethod* current_method = self->GetCurrentMethod(nullptr); local
459 if (current_method != nullptr) {
460 os << "\n from " << PrettyMethod(current_method);
    [all...]
utils.h 250 ArtMethod* current_method = nullptr,
class_linker.h     [all...]
thread.cc 1473 ArtMethod* current_method = thread->GetCurrentMethod(nullptr); local
    [all...]
  /art/compiler/optimizing/
code_generator_mips64.cc 3073 Location current_method = invoke->GetLocations()->InAt(invoke->GetSpecialInputIndex()); local
3208 GpuRegister current_method = locations->InAt(0).AsRegister<GpuRegister>(); local
3275 GpuRegister current_method = locations->InAt(0).AsRegister<GpuRegister>(); local
    [all...]
code_generator_arm64.cc 3669 Location current_method = invoke->GetLocations()->InAt(invoke->GetSpecialInputIndex()); local
    [all...]
code_generator_mips.cc 3858 Location current_method = invoke->GetLocations()->InAt(invoke->GetSpecialInputIndex()); local
3990 Register current_method = locations->InAt(0).AsRegister<Register>(); local
4056 Register current_method = locations->InAt(0).AsRegister<Register>(); local
    [all...]
nodes.h     [all...]
code_generator_arm.cc 5101 Register current_method = locations->InAt(0).AsRegister<Register>(); local
5274 Register current_method = locations->InAt(0).AsRegister<Register>(); local
6362 Location current_method = invoke->GetLocations()->InAt(invoke->GetSpecialInputIndex()); local
    [all...]
code_generator_x86.cc 4366 Location current_method = invoke->GetLocations()->InAt(invoke->GetSpecialInputIndex()); local
5901 Register current_method = locations->InAt(0).AsRegister<Register>(); local
6062 Register current_method = locations->InAt(0).AsRegister<Register>(); local
    [all...]
code_generator_x86_64.cc 796 Location current_method = invoke->GetLocations()->InAt(invoke->GetSpecialInputIndex()); local
799 if (current_method.IsRegister()) {
800 method_reg = current_method.AsRegister<Register>();
803 DCHECK(!current_method.IsValid());
5345 CpuRegister current_method = locations->InAt(0).AsRegister<CpuRegister>(); local
5485 CpuRegister current_method = locations->InAt(0).AsRegister<CpuRegister>(); local
    [all...]
  /external/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 279 milliseconds