Searched refs:GetIndex (Results 1 - 25 of 59) sorted by relevance

123

/external/v8/src/snapshot/
H A Dnatives.h39 static int GetIndex(const char* name);
H A Dnatives-external.cc46 int GetIndex(const char* id) { function in class:v8::internal::NativesStore
207 int NativesCollection<type>::GetIndex(const char* name) { function in class:v8::internal::NativesCollection
208 return NativesHolder<type>::get()->GetIndex(name);
231 template int NativesCollection<T>::GetIndex(const char* name); \
/external/v8/src/
H A Dtype-feedback-vector-inl.h107 return get(GetIndex(slot));
113 set(GetIndex(slot), value, mode);
184 int extra_index = vector()->GetIndex(slot()) + 1;
200 int index = vector()->GetIndex(slot()) + 1;
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_array.cpp198 void** pIndex = GetIndex(seg_index);
234 void** CFX_BaseSegmentedArray::GetIndex(int seg_index) const {
310 return (uint8_t*)GetIndex(seg_index)[seg_index % m_IndexSize] +
330 void** pIndex = GetIndex(i);
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtblock.h60 int32_t GetIndex() const { return m_nIndex; } function in class:CFDE_TxtEdtBlock
128 int32_t GetIndex() const { return m_nIndex; } function in class:CFDE_TxtEdtField
129 int32_t GetBlockIndex() const { return m_pBlock->GetIndex(); }
/external/lzma/CPP/7zip/Compress/
H A DBcj2Coder.cpp14 inline unsigned GetIndex(Byte b0, Byte b1) { return ((b1 == 0xE8) ? b0 : ((b1 == 0xE9) ? 256 : 257)); } function in namespace:NCompress::NBcj2
201 unsigned index = GetIndex(prevByte, b);
327 unsigned index = GetIndex(prevByte, b);
/external/pdfium/xfa/include/fwl/core/
H A Dfwl_grid.h46 int32_t GetIndex(FWL_HGRIDCOLROW hColRow);
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fftext.cpp59 pTextLayout->DrawString(pRenderDevice, mt, rtClip, GetIndex());
96 pTextLayout->ItemBlocks(rtText, pItem->GetIndex());
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_doclayout.h35 int32_t GetIndex() const;
/external/v8/src/compiler/
H A Djs-inlining-heuristic.cc89 p.feedback().vector()->GetIndex(p.feedback().slot()) + 1;
/external/v8/test/cctest/
H A Dtest-feedback-vector.cc77 int index = vector->GetIndex(helper.slot(0));
82 index = vector->GetIndex(helper.slot(3));
86 index = vector->GetIndex(helper.slot(7));
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp290 return name_tree.GetIndex(csName);
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.hpp133 long GetIndex() const;
902 long GetIndex() const;
H A Dmkvparser.cpp4822 assert(pCluster->GetIndex() >= 0);
4833 Cluster** const i = clusters + pCluster->GetIndex();
4854 assert(pCluster->GetIndex() >= 0);
4855 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
5112 assert(pCluster->GetIndex() >= 0);
5123 Cluster** const i = clusters + pCluster->GetIndex();
5144 assert(pCluster->GetIndex() >= 0);
5145 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
6501 long Cluster::GetIndex() const { return m_index; } function in class:Cluster
7035 size_t idx = pCurr->GetIndex();
[all...]
/external/skia/samplecode/
H A DSampleFatBits.cpp381 static int GetIndex(SkView::Click* click) { function in class:IndexClick
513 int index = IndexClick::GetIndex(click);
/external/pdfium/xfa/src/fwl/src/core/include/
H A Dfwl_gridimp.h90 virtual int32_t GetIndex(FWL_HGRIDCOLROW hColRow);
/external/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp137 fontId->fTtcIndex = fontFace->GetIndex();
H A DSkTypeface_win_dw.cpp219 *ttcIndex = fDWriteFontFace->GetIndex();
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc4821 assert(pCluster->GetIndex() >= 0);
4832 Cluster** const i = clusters + pCluster->GetIndex();
4853 assert(pCluster->GetIndex() >= 0);
4854 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
5330 assert(pCluster->GetIndex() >= 0);
5341 Cluster** const i = clusters + pCluster->GetIndex();
5362 assert(pCluster->GetIndex() >= 0);
5363 assert(pCluster->GetIndex() == long(mid - m_pSegment->m_clusters));
6719 long Cluster::GetIndex() const { return m_index; } function in class:Cluster
7253 size_t idx = pCurr->GetIndex();
[all...]
H A Dmkvparser.h131 long GetIndex() const;
989 long GetIndex() const;
/external/v8/src/ic/arm/
H A Dic-arm.cc413 int slot_index = dummy_vector->GetIndex(
680 int slot_index = dummy_vector->GetIndex(
/external/v8/src/ic/arm64/
H A Dic-arm64.cc392 int slot_index = dummy_vector->GetIndex(
670 int slot_index = dummy_vector->GetIndex(
/external/v8/src/ic/ia32/
H A Dic-ia32.cc334 int slot = dummy_vector->GetIndex(
561 int slot = dummy_vector->GetIndex(
/external/v8/src/ic/ppc/
H A Dic-ppc.cc423 int slot_index = dummy_vector->GetIndex(
683 int slot_index = dummy_vector->GetIndex(
/external/v8/src/ic/s390/
H A Dic-s390.cc410 int slot_index = dummy_vector->GetIndex(
668 int slot_index = dummy_vector->GetIndex(

Completed in 711 milliseconds

123