HomeSort by relevance Sort by last modified time
    Searched full:quick_entrypoints (Results 1 - 25 of 37) sorted by null

1 2

  /art/runtime/entrypoints/quick/
quick_alloc_entrypoints.h 22 #include "quick_entrypoints.h"
quick_entrypoints_enum.h 20 #include "quick_entrypoints.h"
quick_default_init_entrypoints.h 25 #include "quick_entrypoints.h"
  /art/compiler/utils/arm64/
assembler_arm64.cc 19 #include "entrypoints/quick/quick_entrypoints.h"
jni_macro_assembler_arm64.cc 20 #include "entrypoints/quick/quick_entrypoints.h"
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 23 #include "entrypoints/quick/quick_entrypoints.h"
  /art/runtime/arch/x86_64/
entrypoints_init_x86_64.cc 25 #include "entrypoints/quick/quick_entrypoints.h"
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 26 #include "entrypoints/quick/quick_entrypoints.h"
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 25 #include "entrypoints/quick/quick_entrypoints.h"
  /art/runtime/arch/arm64/
entrypoints_init_arm64.cc 26 #include "entrypoints/quick/quick_entrypoints.h"
  /art/compiler/utils/arm/
assembler_arm_vixl.cc 23 #include "entrypoints/quick/quick_entrypoints.h"
jni_macro_assembler_arm_vixl.cc 21 #include "entrypoints/quick/quick_entrypoints.h"
  /art/compiler/utils/x86/
jni_macro_assembler_x86.cc 21 #include "entrypoints/quick/quick_entrypoints.h"
assembler_x86.cc 20 #include "entrypoints/quick/quick_entrypoints.h"
    [all...]
  /art/runtime/
thread.h 35 #include "entrypoints/quick/quick_entrypoints.h"
655 OFFSETOF_MEMBER(tls_ptr_sized_values, quick_entrypoints) + quick_entrypoint_offset);
670 // register number in Thread::tls_Ptr_.quick_entrypoints.
1640 QuickEntryPoints quick_entrypoints; variable
    [all...]
well_known_classes.cc 244 QuickEntryPoints* qpoints = &tlsPtr_.quick_entrypoints;
thread.cc 140 UpdateReadBarrierEntrypoints(&tlsPtr_.quick_entrypoints, /* is_active */ is_marking);
148 reinterpret_cast<uint8_t*>(&tlsPtr_.quick_entrypoints) + sizeof(tlsPtr_.quick_entrypoints));
152 InitEntryPoints(&tlsPtr_.jni_entrypoints, &tlsPtr_.quick_entrypoints);
160 ResetQuickAllocEntryPoints(&tlsPtr_.quick_entrypoints, is_marking);
    [all...]
instrumentation.cc 29 #include "entrypoints/quick/quick_entrypoints.h"
    [all...]
trace.cc 35 #include "entrypoints/quick/quick_entrypoints.h"
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 37 #include "entrypoints/quick/quick_entrypoints.h"
    [all...]
  /art/compiler/
oat_test.cc 35 #include "entrypoints/quick/quick_entrypoints.h"
    [all...]
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.cc 20 #include "entrypoints/quick/quick_entrypoints.h"
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 23 #include "entrypoints/quick/quick_entrypoints.h"
  /art/compiler/optimizing/
intrinsics_arm64.cc 23 #include "entrypoints/quick/quick_entrypoints.h"
    [all...]
intrinsics_mips.cc 22 #include "entrypoints/quick/quick_entrypoints.h"
    [all...]

Completed in 803 milliseconds

1 2