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

/external/pdfium/xfa/src/fxjse/src/
H A Dclass.h17 inline CFXJSE_Context* GetContext() { return m_pContext; } function in class:CFXJSE_Class
/external/google-breakpad/src/google_breakpad/processor/
H A Dmicrodump.h111 DumpContext* GetContext() { return context_.get(); } function in class:google_breakpad::Microdump
/external/v8/src/
H A Dcontexts-inl.h33 Handle<Context> ScriptContextTable::GetContext(Handle<ScriptContextTable> table, function in class:v8::internal::ScriptContextTable
H A Ddeoptimizer.h813 intptr_t GetContext() const { return context_; }
1095 Object* GetContext() { return context_; } function in class:v8::internal::DeoptimizedFrameInfo
/external/v8/src/debug/
H A Ddebug-frames.cc84 Object* FrameInspector::GetContext() { function in class:v8::internal::FrameInspector
85 return is_optimized_ ? deoptimized_frame_->GetContext() : frame_->context();
H A Ddebug.h667 inline Handle<Context> GetContext() { return save_.context(); } function in class:v8::internal::BASE_EMBEDDED
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Drender_int.h141 CPDF_RenderContext* GetContext() { return m_pContext; } function in class:CPDF_RenderStatus
/external/pdfium/core/src/fxge/apple/
H A Dfx_quartz_device.cpp1009 CGContextRef CFX_QuartzDevice::GetContext() { function in class:CFX_QuartzDevice
/external/v8/src/compiler/
H A Dinterpreter-assembler.cc79 Node* InterpreterAssembler::GetContext() { return context_; } function in class:v8::internal::compiler::InterpreterAssembler
460 args[4] = GetContext();
511 args[3] = GetContext();
532 args[3] = GetContext();
545 args[4] = GetContext();
559 args[5] = GetContext();
586 args[3] = GetContext();
596 raw_assembler_->CallRuntime1(function_id, arg1, GetContext());
606 raw_assembler_->CallRuntime2(function_id, arg1, arg2, GetContext());
617 arg4, GetContext());
[all...]
/external/google-breakpad/src/processor/
H A Dminidump.cc1447 MinidumpContext* MinidumpThread::GetContext() { function in class:google_breakpad::MinidumpThread
1449 BPLOG(ERROR) << "Invalid MinidumpThread for GetContext";
1511 MinidumpContext* context = GetContext();
2959 MinidumpContext* MinidumpException::GetContext() { function in class:google_breakpad::MinidumpException
2961 BPLOG(ERROR) << "Invalid MinidumpException for GetContext";
3017 MinidumpContext* context = GetContext();

Completed in 5844 milliseconds