Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 25 of 55) sorted by relevance

123

/external/v8/src/
Dtype-feedback-vector-inl.h84 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/
Dtest-bytecode-generator.cc890 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/
Dnatives-external.cc46 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); \
Dnatives.h39 static int GetIndex(const char* name);
/external/pdfium/core/src/fxcrt/
Dfx_basic_array.cpp198 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/
Dfde_txtedtblock.h60 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/
DBcj2Coder.cpp14 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/
Dxfa_fftext.cpp59 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex()); in RenderWidget()
96 pTextLayout->ItemBlocks(rtText, pItem->GetIndex()); in PerformLayout()
/external/v8/test/cctest/
Dtest-feedback-vector.cc77 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/
Dfwl_grid.h46 int32_t GetIndex(FWL_HGRIDCOLROW hColRow);
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_doclayout.h35 int32_t GetIndex() const;
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp133 long GetIndex() const;
902 long GetIndex() const;
Dmkvparser.cpp4822 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/
DSampleFatBits.cpp381 static int GetIndex(SkView::Click* click) { in GetIndex() function in IndexClick
513 int index = IndexClick::GetIndex(click); in onClick()
/external/pdfium/core/src/fpdfdoc/
Ddoc_action.cpp290 return name_tree.GetIndex(csName); in FindJSAction()
/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_gridimp.h90 virtual int32_t GetIndex(FWL_HGRIDCOLROW hColRow);
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h131 long GetIndex() const;
989 long GetIndex() const;
Dmkvparser.cc4821 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/
DAntlr.Runtime.pas2547 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/
Dfwl_gridimp.cpp33 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/
Dic-ia32.cc341 int slot = dummy_vector->GetIndex( in GenerateMegamorphic()
568 int slot = dummy_vector->GetIndex( in GenerateMegamorphic()
/external/v8/src/ic/x87/
Dic-x87.cc341 int slot = dummy_vector->GetIndex( in GenerateMegamorphic()
568 int slot = dummy_vector->GetIndex( in GenerateMegamorphic()
/external/v8/src/ic/x64/
Dic-x64.cc346 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic()
573 int slot_index = dummy_vector->GetIndex( in GenerateMegamorphic()
/external/skia/src/ports/
DSkRemotableFontMgr_win_dw.cpp137 fontId->fTtcIndex = fontFace->GetIndex(); in FontToIdentity()
DSkTypeface_win_dw.cpp219 *ttcIndex = fDWriteFontFace->GetIndex(); in onOpenStream()

123