/external/clang/test/CodeGenCXX/ |
D | linetable-eh.cpp | 34 virtual shared_ptr<Context> GetContext () = 0; 40 uint64_t current_address = GetContext()->GetIt(); in bar()
|
/external/v8/src/compiler/ |
D | interpreter-assembler.cc | 79 Node* InterpreterAssembler::GetContext() { return context_; } in GetContext() function in v8::internal::compiler::InterpreterAssembler 460 args[4] = GetContext(); in CallConstruct() 511 args[3] = GetContext(); in CallJS() 532 args[3] = GetContext(); in CallIC() 545 args[4] = GetContext(); in CallIC() 559 args[5] = GetContext(); in CallIC() 586 args[3] = GetContext(); in CallRuntime() 596 raw_assembler_->CallRuntime1(function_id, arg1, GetContext()); in CallRuntime() 606 raw_assembler_->CallRuntime2(function_id, arg1, arg2, GetContext()); in CallRuntime() 617 arg4, GetContext()); in CallRuntime() [all …]
|
D | interpreter-assembler.h | 59 Node* GetContext();
|
/external/google-breakpad/src/processor/ |
D | minidump_unittest.cc | 274 MinidumpContext *md_context = md_thread->GetContext(); in TEST() 339 MinidumpContext* md_context = md_thread->GetContext(); in TEST() 384 MinidumpContext* md_context = md_thread->GetContext(); in TEST() 585 thread_list->GetThreadAtIndex(0)->GetContext()->GetContextX86() in TEST() 593 thread_list->GetThreadAtIndex(1)->GetContext()->GetContextX86() in TEST() 601 thread_list->GetThreadAtIndex(2)->GetContext()->GetContextX86() in TEST() 609 thread_list->GetThreadAtIndex(3)->GetContext()->GetContextX86() in TEST() 617 thread_list->GetThreadAtIndex(4)->GetContext()->GetContextX86() in TEST() 738 MinidumpContext *md_context = md_exception->GetContext(); in TEST() 812 MinidumpContext *md_context = md_exception->GetContext(); in TEST() [all …]
|
D | microdump_processor.cc | 73 microdump.GetContext(), in Process()
|
D | minidump_processor_unittest.cc | 97 MOCK_METHOD0(GetContext, MinidumpContext*()); 528 EXPECT_CALL(no_memory_thread, GetContext()). in TEST_F() 612 EXPECT_CALL(no_context_thread, GetContext()). in TEST_F()
|
D | exploitability_win.cc | 89 const MinidumpContext *context = exception->GetContext(); in CheckPlatformExploitability()
|
D | minidump_processor.cc | 190 MinidumpContext *context = thread->GetContext(); in Process() 217 MinidumpContext *ctx = exception->GetContext(); in Process() 218 context = ctx ? ctx : thread->GetContext(); in Process()
|
/external/google-breakpad/src/client/mac/tests/ |
D | minidump_generator_test.cc | 126 MinidumpContext* context = main_thread->GetContext(); in TEST_F() 217 MinidumpContext* context = main_thread->GetContext(); in TEST_F() 307 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
|
D | exception_handler_test.cc | 152 const MinidumpContext* context = exception->GetContext(); in InProcessCrash() 380 MinidumpContext* context = exception->GetContext(); in TEST_F() 479 MinidumpContext* context = exception->GetContext(); in TEST_F() 578 MinidumpContext* context = exception->GetContext(); in TEST_F()
|
D | crash_generation_server_test.cc | 266 MinidumpContext* context = main_thread->GetContext(); in TEST_F() 345 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge_apple.h | 19 CGContextRef GetContext();
|
/external/v8/src/debug/ |
D | debug-frames.cc | 84 Object* FrameInspector::GetContext() { in GetContext() function in v8::internal::FrameInspector 85 return is_optimized_ ? deoptimized_frame_->GetContext() : frame_->context(); in GetContext()
|
D | debug-scopes.cc | 25 if (!frame_inspector->GetContext()->IsContext() || in ScopeIterator() 31 context_ = Handle<Context>(Context::cast(frame_inspector->GetContext())); in ScopeIterator() 450 ScriptContextTable::GetContext(script_contexts, context_index); in MaterializeScriptScope() 465 Handle<Context> frame_context(Context::cast(frame_inspector_->GetContext())); in MaterializeLocalScope() 754 Handle<Context> script_context = ScriptContextTable::GetContext( in SetScriptVariableValue()
|
D | debug-frames.h | 29 Object* GetContext();
|
/external/pdfium/xfa/src/fxjse/src/ |
D | class.h | 17 inline CFXJSE_Context* GetContext() { return m_pContext; } in GetContext() function
|
D | util_inline.h | 40 lpClass->GetContext()->GetRuntime(), lpClass->GetTemplate());
|
/external/google-breakpad/src/client/windows/unittests/ |
D | exception_handler_death_test.cc | 372 MinidumpContext* context = exception->GetContext(); in TEST_F() 467 MinidumpContext* context = exception->GetContext(); in TEST_F() 555 MinidumpContext* context = exception->GetContext(); in TEST_F()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | microdump.h | 111 DumpContext* GetContext() { return context_.get(); } in GetContext() function
|
D | minidump.h | 276 virtual MinidumpContext* GetContext(); 609 MinidumpContext* GetContext();
|
/external/v8/src/ |
D | contexts.cc | 43 Handle<Context> context = GetContext(table, i); in Lookup() 260 Handle<Context> c = ScriptContextTable::GetContext(script_contexts, in Lookup() 268 return ScriptContextTable::GetContext(script_contexts, in Lookup()
|
D | contexts-inl.h | 33 Handle<Context> ScriptContextTable::GetContext(Handle<ScriptContextTable> table, in GetContext() function
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_cache.cpp | 222 CPDF_RenderContext* pContext = pRenderStatus->GetContext(); in GetCachedBitmap() 297 CPDF_RenderContext* pContext = m_pRenderStatus->GetContext(); in ContinueGetCachedBitmap()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 241 Node* context = __ GetContext(); in DoLoadGlobal() 357 Node* context = __ GetContext(); in DoStoreGlobal() 471 Node* context = __ GetContext(); in DoLoadLookupSlot() 523 Node* context = __ GetContext(); in DoStoreLookupSlot() 1053 Node* context = __ GetContext(); in DoDeleteLookupSlot() 1145 Node* context = __ GetContext(); in DoCallJSRuntime()
|
/external/v8/tools/oom_dump/ |
D | oom_dump.cc | 117 MinidumpContext* crash_context = exception->GetContext(); in DumpHeapStats()
|