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

  /external/clang/test/Analysis/
templates.cpp 44 #ifndef NO_INLINE
  /art/libartbase/base/
macros.h 80 #define NO_INLINE __attribute__ ((noinline))
  /art/runtime/
fault_handler.cc 39 // This needs to be NO_INLINE since some debuggers do not read the inline-info to set a breakpoint
41 extern "C" NO_INLINE __attribute__((visibility("default"))) void art_sigsegv_fault() {
thread.cc 710 NO_INLINE
766 NO_INLINE
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFindMt.c 234 #define NO_INLINE MY_FAST_CALL
236 static Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son,
  /art/runtime/interpreter/
interpreter_common.h 131 NO_INLINE bool CheckStackOverflow(Thread* self, size_t frame_size)
interpreter_switch_impl-inl.h 58 static NO_INLINE void UnlockHeldMonitors(Thread* self, ShadowFrame* shadow_frame)
113 NO_INLINE WARN_UNUSED bool HandlePendingExceptionWithInstrumentationImpl(
141 // Forwards the call to the NO_INLINE HandlePendingExceptionWithInstrumentationImpl.
145 // We need to help the compiler a bit to make the NO_INLINE call efficient.
304 NO_INLINE static bool DoDexPcMoveEvent(Thread* self,
343 NO_INLINE static bool SendMethodExitEvents(
    [all...]
  /art/disassembler/
disassembler_x86.cc 152 NO_INLINE
    [all...]
  /art/runtime/interpreter/mterp/
mterp.cc 717 NO_INLINE bool MterpFieldAccessSlow(Instruction* inst,
    [all...]
  /art/compiler/optimizing/
optimizing_compiler.cc 608 NO_INLINE // Avoid increasing caller's frame size by large stack-allocated objects.
    [all...]
intrinsics_arm_vixl.cc     [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 667 NO_INLINE
    [all...]

Completed in 3288 milliseconds