Home
last modified time | relevance | path

Searched defs:GetContext (Results 1 – 10 of 10) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dmicrodump.h111 DumpContext* GetContext() { return context_.get(); } in GetContext() function
/external/pdfium/xfa/src/fxjse/src/
Dclass.h17 inline CFXJSE_Context* GetContext() { return m_pContext; } in GetContext() function
/external/v8/src/
Dcontexts-inl.h33 Handle<Context> ScriptContextTable::GetContext(Handle<ScriptContextTable> table, in GetContext() function
Ddeoptimizer.h813 intptr_t GetContext() const { return context_; } in GetContext() function
1095 Object* GetContext() { return context_; } in GetContext() function
/external/v8/src/debug/
Ddebug-frames.cc84 Object* FrameInspector::GetContext() { in GetContext() function in v8::internal::FrameInspector
Ddebug.h667 inline Handle<Context> GetContext() { return save_.context(); } in GetContext() function
/external/pdfium/core/src/fpdfapi/fpdf_render/
Drender_int.h141 CPDF_RenderContext* GetContext() { return m_pContext; } in GetContext() function
/external/google-breakpad/src/processor/
Dminidump.cc1447 MinidumpContext* MinidumpThread::GetContext() { in GetContext() function in google_breakpad::MinidumpThread
2959 MinidumpContext* MinidumpException::GetContext() { in GetContext() function in google_breakpad::MinidumpException
/external/v8/src/compiler/
Dinterpreter-assembler.cc79 Node* InterpreterAssembler::GetContext() { return context_; } in GetContext() function in v8::internal::compiler::InterpreterAssembler
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp1009 CGContextRef CFX_QuartzDevice::GetContext() { in GetContext() function in CFX_QuartzDevice