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

123

/external/v8/src/
H A Dtype-feedback-vector-inl.h84 int TypeFeedbackVector::GetIndex(FeedbackVectorSlot slot) const { function in class:v8::internal::TypeFeedbackVector
99 return get(GetIndex(slot));
105 set(GetIndex(slot), value, mode);
165 int extra_index = vector()->GetIndex(slot()) + 1;
181 int index = vector()->GetIndex(slot()) + 1;
/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/test/cctest/interpreter/
H A Dtest-bytecode-generator.cc890 int wide_idx_1 = vector->GetIndex(slot1) - 2;
891 int wide_idx_2 = vector->GetIndex(slot1) - 2;
892 int wide_idx_3 = vector->GetIndex(slot1) - 2;
893 int wide_idx_4 = vector->GetIndex(slot1) - 2;
903 B(LoadICSloppy), R(0), U8(0), U8(vector->GetIndex(slot1)), //
915 B(LoadICSloppy), R(0), U8(0), U8(vector->GetIndex(slot1)), //
928 B(KeyedLoadICSloppy), R(0), U8(vector->GetIndex(slot1)), //
940 B(KeyedLoadICSloppy), R(0), U8(vector->GetIndex(slot1)), //
952 B(LoadICSloppy), R(1), U8(0), U8(vector->GetIndex(slot1)), //
957 B(KeyedLoadICSloppy), R(1), U8(vector->GetIndex(slot
[all...]
/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/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/arm64/
H A Dic-arm64.cc407 int slot_index = dummy_vector->GetIndex(
689 int slot_index = dummy_vector->GetIndex(
/external/v8/src/ic/ia32/
H A Dic-ia32.cc341 int slot = dummy_vector->GetIndex(
568 int slot = dummy_vector->GetIndex(
/external/v8/src/ic/x64/
H A Dic-x64.cc346 int slot_index = dummy_vector->GetIndex(
573 int slot_index = dummy_vector->GetIndex(
/external/v8/src/ic/x87/
H A Dic-x87.cc341 int slot = dummy_vector->GetIndex(
568 int slot = dummy_vector->GetIndex(
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_gridimp.cpp33 int32_t IFWL_Grid::GetIndex(FWL_HGRIDCOLROW hColRow) { function in class:IFWL_Grid
34 return static_cast<CFWL_GridImp*>(GetImpl())->GetIndex(hColRow);
309 int32_t CFWL_GridImp::GetIndex(FWL_HGRIDCOLROW hColRow) { function in class:CFWL_GridImp

Completed in 698 milliseconds

123