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

  /art/runtime/jit/
debugger_interface.cc 56 void __attribute__((noinline)) __jit_debug_register_code();
57 void __attribute__((noinline)) __jit_debug_register_code() { function
61 // Call __jit_debug_register_code indirectly via global variable.
63 void (*__jit_debug_register_code_ptr)() = __jit_debug_register_code;
  /external/llvm/lib/ExecutionEngine/
GDBRegistrationListener.cpp 53 LLVM_ATTRIBUTE_NOINLINE void __jit_debug_register_code() { function
143 __jit_debug_register_code();
230 __jit_debug_register_code();
  /external/v8/src/
gdb-jit.cc 1875 void __attribute__((noinline)) __jit_debug_register_code() { function
    [all...]
  /art/runtime/
Android.mk 234 # Keep the __jit_debug_register_code symbol as a unique symbol during ICF for architectures where
238 JIT_DEBUG_REGISTER_CODE_LDFLAGS := -Wl,--keep-unique,__jit_debug_register_code

Completed in 127 milliseconds