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

  /art/runtime/
runtime_android.cc 34 void HandleUnexpectedSignal(int signal_number, siginfo_t* info, void* raw_context) {
56 old_action.sa_sigaction(signal_number, info, raw_context);
runtime_linux.cc 135 explicit UContext(void* raw_context) : context(reinterpret_cast<ucontext_t*>(raw_context)->uc_mcontext) {}
274 void HandleUnexpectedSignal(int signal_number, siginfo_t* info, void* raw_context) {
296 UContext thread_context(raw_context);
dex_file.cc 933 bool DexFile::LineNumForPcCb(void* raw_context, uint32_t address, uint32_t line_num) {
934 LineNumFromPcContext* context = reinterpret_cast<LineNumFromPcContext*>(raw_context);
    [all...]
debugger.cc     [all...]
  /external/chromium_org/v8/src/
mksnapshot.cc 366 i::Object* raw_context = *v8::Utils::OpenPersistent(context); local
379 context_ser.Serialize(&raw_context);
mark-compact.cc 2436 Object* raw_context = heap()->native_contexts_list(); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 558 i::Object* raw_context = *v8::Utils::OpenPersistent(env); local
568 p_ser.Serialize(&raw_context);
  /art/runtime/base/
logging.h 222 friend void HandleUnexpectedSignal(int signal_number, siginfo_t* info, void* raw_context);

Completed in 169 milliseconds