Home
last modified time | relevance | path

Searched refs:GetContext (Results 1 – 25 of 41) sorted by relevance

12

/external/clang/test/CodeGenCXX/
Dlinetable-eh.cpp34 virtual shared_ptr<Context> GetContext () = 0;
40 uint64_t current_address = GetContext()->GetIt(); in bar()
/external/v8/src/compiler/
Dinterpreter-assembler.cc79 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 …]
Dinterpreter-assembler.h59 Node* GetContext();
/external/google-breakpad/src/processor/
Dminidump_unittest.cc274 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 …]
Dmicrodump_processor.cc73 microdump.GetContext(), in Process()
Dminidump_processor_unittest.cc97 MOCK_METHOD0(GetContext, MinidumpContext*());
528 EXPECT_CALL(no_memory_thread, GetContext()). in TEST_F()
612 EXPECT_CALL(no_context_thread, GetContext()). in TEST_F()
Dexploitability_win.cc89 const MinidumpContext *context = exception->GetContext(); in CheckPlatformExploitability()
Dminidump_processor.cc190 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/
Dminidump_generator_test.cc126 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()
Dexception_handler_test.cc152 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()
Dcrash_generation_server_test.cc266 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
345 MinidumpContext* context = main_thread->GetContext(); in TEST_F()
/external/pdfium/core/include/fxge/
Dfx_ge_apple.h19 CGContextRef GetContext();
/external/v8/src/debug/
Ddebug-frames.cc84 Object* FrameInspector::GetContext() { in GetContext() function in v8::internal::FrameInspector
85 return is_optimized_ ? deoptimized_frame_->GetContext() : frame_->context(); in GetContext()
Ddebug-scopes.cc25 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()
Ddebug-frames.h29 Object* GetContext();
/external/pdfium/xfa/src/fxjse/src/
Dclass.h17 inline CFXJSE_Context* GetContext() { return m_pContext; } in GetContext() function
Dutil_inline.h40 lpClass->GetContext()->GetRuntime(), lpClass->GetTemplate());
/external/google-breakpad/src/client/windows/unittests/
Dexception_handler_death_test.cc372 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/
Dmicrodump.h111 DumpContext* GetContext() { return context_.get(); } in GetContext() function
Dminidump.h276 virtual MinidumpContext* GetContext();
609 MinidumpContext* GetContext();
/external/v8/src/
Dcontexts.cc43 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()
Dcontexts-inl.h33 Handle<Context> ScriptContextTable::GetContext(Handle<ScriptContextTable> table, in GetContext() function
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_cache.cpp222 CPDF_RenderContext* pContext = pRenderStatus->GetContext(); in GetCachedBitmap()
297 CPDF_RenderContext* pContext = m_pRenderStatus->GetContext(); in ContinueGetCachedBitmap()
/external/v8/src/interpreter/
Dinterpreter.cc241 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/
Doom_dump.cc117 MinidumpContext* crash_context = exception->GetContext(); in DumpHeapStats()

12