/external/v8/src/ |
D | type-info.cc | 40 Handle<Object> TypeFeedbackOracle::GetInfo(TypeFeedbackId ast_id) { in GetInfo() function in v8::internal::TypeFeedbackOracle 55 Handle<Object> TypeFeedbackOracle::GetInfo(int slot) { in GetInfo() function in v8::internal::TypeFeedbackOracle 67 Handle<Object> maybe_code = GetInfo(id); in LoadIsUninitialized() 77 Handle<Object> maybe_code = GetInfo(ast_id); in StoreIsUninitialized() 85 Handle<Object> maybe_code = GetInfo(ast_id); in StoreIsKeyedPolymorphic() 96 Handle<Object> value = GetInfo(slot); in CallIsMonomorphic() 102 Handle<Object> info = GetInfo(slot); in CallNewIsMonomorphic() 110 Handle<Object> value = GetInfo(feedback_vector_slot); in ForInType() 120 Handle<Object> maybe_code = GetInfo(ast_id); in GetStoreMode() 132 Handle<Object> info = GetInfo(slot); in GetCallTarget() [all …]
|
D | type-info.h | 112 Handle<Object> GetInfo(TypeFeedbackId id); 116 Handle<Object> GetInfo(int slot);
|
D | liveedit.h | 366 Handle<SharedFunctionInfo> GetInfo();
|
D | liveedit.cc | 691 Handle<SharedFunctionInfo> SharedInfoWrapper::GetInfo() { in GetInfo() function in v8::internal::SharedInfoWrapper 1195 Handle<SharedFunctionInfo> shared_info = shared_info_wrapper.GetInfo(); in ReplaceFunctionCode() 1235 Handle<SharedFunctionInfo> shared_info = shared_info_wrapper.GetInfo(); in FunctionSourceUpdated() 1418 Handle<SharedFunctionInfo> info = shared_info_wrapper.GetInfo(); in PatchFunctionPositions()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | ThreadMemory.h | 46 GetInfo () in GetInfo() function 49 m_backing_thread_sp->GetInfo(); in GetInfo()
|
/external/v8/src/compiler/ |
D | simplified-lowering.cc | 84 NodeInfo* info = GetInfo(node); in Run() 118 NodeInfo* info = GetInfo(node); in Enqueue() 158 GetInfo(node)->output = output; in SetOutput() 175 MachineTypeUnion output = GetInfo(input)->output; in ProcessInput() 427 MachineTypeUnion input = GetInfo(node->InputAt(0))->output; in VisitNode() 446 MachineTypeUnion input = GetInfo(node->InputAt(0))->output; in VisitNode() 513 MachineTypeUnion in = GetInfo(node->InputAt(0))->output; in VisitNode() 534 MachineTypeUnion in = GetInfo(node->InputAt(0))->output; in VisitNode() 778 NodeInfo* GetInfo(Node* node) { in GetInfo() function in v8::internal::compiler::RepresentationSelector 784 MachineTypeUnion GetUseInfo(Node* node) { return GetInfo(node)->use; } in GetUseInfo()
|
/external/vboot_reference/utility/ |
D | efidecompress.c | 677 GetInfo ( in GetInfo() function 871 return GetInfo ( in EfiGetInfo() 955 return GetInfo ( in TianoGetInfo() 1074 EFI_STATUS r = GetInfo(ibuf, isize, &osize, &ssize); in main()
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | POSIXThread.h | 48 GetInfo();
|
D | POSIXThread.cpp | 107 POSIXThread::GetInfo() in GetInfo() function in POSIXThread
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.cpp | 836 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); in author() 860 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); in info() 919 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); in creationDate() 944 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); in creator() 1020 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); in keywords() 1044 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); in modDate() 1068 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); in producer() 1092 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); in subject() 1119 CPDF_Dictionary* pDictionary = m_pDocument->GetDocument()->GetInfo(); in title()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsio1.c | 970 const cmsMLU* GetInfo(cmsHPROFILE hProfile, cmsInfoType Info) in GetInfo() function 1005 const cmsMLU* mlu = GetInfo(hProfile, Info); in cmsGetProfileInfo() 1016 const cmsMLU* mlu = GetInfo(hProfile, Info); in cmsGetProfileInfoASCII()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 591 …void GetInfo(FX_DWORD& width, FX_DWORD& height, FX_DWORD& codestream_nComps, FX_DWORD& output_nCom… 699 void CJPX_Decoder::GetInfo(FX_DWORD& width, FX_DWORD& height, FX_DWORD& codestream_nComps, FX_DWORD… in GetInfo() function in CJPX_Decoder 801 pDecoder->GetInfo(width, height, codestream_nComps, output_nComps); in GetImageInfo()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdfdoc.cpp | 285 CPDF_Dictionary* pInfo = pDoc->GetInfo(); in FPDF_GetMetaText()
|
D | fpdfeditpage.cpp | 39 pInfoDict = pDoc->GetInfo(); in FPDF_CreateNewDocument()
|
D | fpdfppo.cpp | 46 CPDF_Dictionary* DInfoDict = pDestPDFDoc->GetInfo(); in PDFDocInit()
|
/external/lldb/include/lldb/Target/ |
D | Thread.h | 331 GetInfo () in GetInfo() function
|
/external/libvpx/libwebm/ |
D | mkvparser.hpp | 967 const SegmentInfo* GetInfo() const;
|
D | mkvparser.cpp | 2405 const SegmentInfo* const pInfo = pSegment->GetInfo(); in GetTime() 3161 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo() function in mkvparser::Segment 3512 const SegmentInfo* const pInfo = pSegment->GetInfo(); in GetTime() 6712 const SegmentInfo* const pInfo = m_pSegment->GetInfo(); in GetTime() 7640 const SegmentInfo* const pInfo = pSegment->GetInfo(); in GetTime()
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 963 const SegmentInfo* GetInfo() const;
|
D | mkvparser.cpp | 2344 const SegmentInfo* const pInfo = pSegment->GetInfo(); in GetTime() 3086 const SegmentInfo* Segment::GetInfo() const { return m_pInfo; } in GetInfo() function in mkvparser::Segment 3431 const SegmentInfo* const pInfo = pSegment->GetInfo(); in GetTime() 6611 const SegmentInfo* const pInfo = m_pSegment->GetInfo(); in GetTime() 7504 const SegmentInfo* const pInfo = pSegment->GetInfo(); in GetTime()
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 72 CPDF_Dictionary* GetInfo() const in GetInfo() function
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_create.cpp | 239 if (pDocument->GetInfo()) { in PDF_CreatorWriteTrailer() 243 if ((len = pFile->AppendDWord(pDocument->GetInfo()->GetObjNum())) < 0) { in PDF_CreatorWriteTrailer()
|