/external/v8/src/ |
D | type-feedback-vector-inl.h | 84 int TypeFeedbackVector::GetIndex(FeedbackVectorSlot slot) const { in GetIndex() function 99 return get(GetIndex(slot)); in Get() 105 set(GetIndex(slot), value, mode); in Set() 165 int extra_index = vector()->GetIndex(slot()) + 1; in GetFeedbackExtra() 181 int index = vector()->GetIndex(slot()) + 1; in SetFeedbackExtra()
|
/external/v8/test/cctest/interpreter/ |
D | test-bytecode-generator.cc | 890 int wide_idx_1 = vector->GetIndex(slot1) - 2; in TEST() 891 int wide_idx_2 = vector->GetIndex(slot1) - 2; in TEST() 892 int wide_idx_3 = vector->GetIndex(slot1) - 2; in TEST() 893 int wide_idx_4 = vector->GetIndex(slot1) - 2; in TEST() 903 B(LoadICSloppy), R(0), U8(0), U8(vector->GetIndex(slot1)), // in TEST() 915 B(LoadICSloppy), R(0), U8(0), U8(vector->GetIndex(slot1)), // in TEST() 928 B(KeyedLoadICSloppy), R(0), U8(vector->GetIndex(slot1)), // in TEST() 940 B(KeyedLoadICSloppy), R(0), U8(vector->GetIndex(slot1)), // in TEST() 952 B(LoadICSloppy), R(1), U8(0), U8(vector->GetIndex(slot1)), // in TEST() 957 B(KeyedLoadICSloppy), R(1), U8(vector->GetIndex(slot2)), // in TEST() [all …]
|
/external/v8/src/snapshot/ |
D | natives-external.cc | 46 int GetIndex(const char* id) { in GetIndex() function in v8::internal::NativesStore 207 int NativesCollection<type>::GetIndex(const char* name) { in GetIndex() function in v8::internal::NativesCollection 208 return NativesHolder<type>::get()->GetIndex(name); in GetIndex() 231 template int NativesCollection<T>::GetIndex(const char* name); \
|
D | natives.h | 39 static int GetIndex(const char* name);
|
/external/pdfium/core/src/fxcrt/ |
D | fx_basic_array.cpp | 198 void** pIndex = GetIndex(seg_index); in Add() 234 void** CFX_BaseSegmentedArray::GetIndex(int seg_index) const { in GetIndex() function in CFX_BaseSegmentedArray 310 return (uint8_t*)GetIndex(seg_index)[seg_index % m_IndexSize] + in GetAt() 330 void** pIndex = GetIndex(i); in Delete()
|
/external/pdfium/xfa/src/fee/src/fee/ |
D | fde_txtedtblock.h | 60 int32_t GetIndex() const { return m_nIndex; } in GetIndex() function 128 int32_t GetIndex() const { return m_nIndex; } in GetIndex() function 129 int32_t GetBlockIndex() const { return m_pBlock->GetIndex(); } in GetBlockIndex()
|
/external/lzma/CPP/7zip/Compress/ |
D | Bcj2Coder.cpp | 14 inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? b0 : ((b1 == 0xE9) ? 256 : 257)… in GetIndex() function 201 unsigned index = GetIndex(prevByte, b); in CodeReal() 327 unsigned index = GetIndex(prevByte, b); in CodeReal()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_fftext.cpp | 59 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex()); in RenderWidget() 96 pTextLayout->ItemBlocks(rtText, pItem->GetIndex()); in PerformLayout()
|
/external/v8/test/cctest/ |
D | test-feedback-vector.cc | 77 int index = vector->GetIndex(helper.slot(0)); in TEST() 82 index = vector->GetIndex(helper.slot(3)); in TEST() 86 index = vector->GetIndex(helper.slot(7)); in TEST()
|
/external/pdfium/xfa/include/fwl/core/ |
D | fwl_grid.h | 46 int32_t GetIndex(FWL_HGRIDCOLROW hColRow);
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_doclayout.h | 35 int32_t GetIndex() const;
|
/external/libvpx/libvpx/third_party/libwebm/ |
D | mkvparser.hpp | 133 long GetIndex() const; 902 long GetIndex() const;
|
D | mkvparser.cpp | 4822 assert(pCluster->GetIndex() >= 0); in Seek() 4833 Cluster** const i = clusters + pCluster->GetIndex(); in Seek() 4854 assert(pCluster->GetIndex() >= 0); in Seek() 4855 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters)); in Seek() 5112 assert(pCluster->GetIndex() >= 0); in Seek() 5123 Cluster** const i = clusters + pCluster->GetIndex(); in Seek() 5144 assert(pCluster->GetIndex() >= 0); in Seek() 5145 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters)); in Seek() 6501 long Cluster::GetIndex() const { return m_index; } in GetIndex() function in mkvparser::Cluster 7035 size_t idx = pCurr->GetIndex(); in GetNext() [all …]
|
/external/skia/samplecode/ |
D | SampleFatBits.cpp | 381 static int GetIndex(SkView::Click* click) { in GetIndex() function in IndexClick 513 int index = IndexClick::GetIndex(click); in onClick()
|
/external/pdfium/core/src/fpdfdoc/ |
D | doc_action.cpp | 290 return name_tree.GetIndex(csName); in FindJSAction()
|
/external/pdfium/xfa/src/fwl/src/core/include/ |
D | fwl_gridimp.h | 90 virtual int32_t GetIndex(FWL_HGRIDCOLROW hColRow);
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.h | 131 long GetIndex() const; 989 long GetIndex() const;
|
D | mkvparser.cc | 4821 assert(pCluster->GetIndex() >= 0); in Seek() 4832 Cluster** const i = clusters + pCluster->GetIndex(); in Seek() 4853 assert(pCluster->GetIndex() >= 0); in Seek() 4854 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters)); in Seek() 5330 assert(pCluster->GetIndex() >= 0); in Seek() 5341 Cluster** const i = clusters + pCluster->GetIndex(); in Seek() 5362 assert(pCluster->GetIndex() >= 0); in Seek() 5363 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters)); in Seek() 6719 long Cluster::GetIndex() const { return m_index; } in GetIndex() function in mkvparser::Cluster 7253 size_t idx = pCurr->GetIndex(); in GetNext() [all …]
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 2547 function GetIndex: Integer; 2563 property Index: Integer read GetIndex write SetIndex; 2580 function GetIndex: Integer; 6411 function TTokenRewriteStream.TRewriteOperation.GetIndex: Integer; in TRewriteOperation() 6471 if (Left.GetIndex < Right.GetIndex) then 6474 if (Left.GetIndex > Right.GetIndex) then
|
/external/pdfium/xfa/src/fwl/src/core/ |
D | fwl_gridimp.cpp | 33 int32_t IFWL_Grid::GetIndex(FWL_HGRIDCOLROW hColRow) { in GetIndex() function in IFWL_Grid 34 return static_cast<CFWL_GridImp*>(GetImpl())->GetIndex(hColRow); in GetIndex() 309 int32_t CFWL_GridImp::GetIndex(FWL_HGRIDCOLROW hColRow) { in GetIndex() function in CFWL_GridImp
|
/external/v8/src/ic/ia32/ |
D | ic-ia32.cc | 341 int slot = dummy_vector->GetIndex( in GenerateMegamorphic() 568 int slot = dummy_vector->GetIndex( in GenerateMegamorphic()
|
/external/v8/src/ic/x87/ |
D | ic-x87.cc | 341 int slot = dummy_vector->GetIndex( in GenerateMegamorphic() 568 int slot = dummy_vector->GetIndex( in GenerateMegamorphic()
|
/external/v8/src/ic/x64/ |
D | ic-x64.cc | 346 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic() 573 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic()
|
/external/skia/src/ports/ |
D | SkRemotableFontMgr_win_dw.cpp | 137 fontId->fTtcIndex = fontFace->GetIndex(); in FontToIdentity()
|
D | SkTypeface_win_dw.cpp | 219 *ttcIndex = fDWriteFontFace->GetIndex(); in onOpenStream()
|