Home
last modified time | relevance | path

Searched refs:set_index (Results 1 – 10 of 10) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh287 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers()
288 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; } in covers()
307 inline bool covers (unsigned int set_index, hb_codepoint_t glyph_id) const in covers()
310 case 1: return u.format1.covers (set_index, glyph_id); in covers()
380 inline bool mark_set_covers (unsigned int set_index, hb_codepoint_t glyph_id) const in mark_set_covers()
381 …{ return version.to_int () >= 0x00010002u && (this+markGlyphSetsDef).covers (set_index, glyph_id);… in mark_set_covers()
/external/v8/src/runtime/
Druntime-collections.cc98 holder->set_index(Smi::kZero); in RUNTIME_FUNCTION()
111 result->set_index(Smi::FromInt(Smi::cast(holder->index())->value())); in RUNTIME_FUNCTION()
194 holder->set_index(Smi::kZero); in RUNTIME_FUNCTION()
207 result->set_index(Smi::FromInt(Smi::cast(holder->index())->value())); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-iterator.cc58 iterator->set_index(index + 1); in BUILTIN()
/external/v8/src/
Dproperty-details.h283 PropertyDetails set_index(int index) const { in set_index() function
Dgdb-jit.cc334 void set_index(uint16_t index) { index_ = index; } in set_index() function in v8::internal::GDBJITInterface::ELFSection
623 section->set_index(sections_.length() - 1); in AddSection()
Dlookup.cc293 details = details.set_index(enumeration_index); in ReconfigureDataProperty()
Dfactory.cc812 iterator->set_index(0); in NewJSStringIterator()
2729 iterator->set_index(0); in NewJSFixedArrayIterator()
Dobjects.cc1920 details = details.set_index(enumeration_index); in SetNormalizedProperty()
18014 PropertyDetails new_details = details.set_index(enum_index); in GenerateNewEnumerationIndices()
18114 details = details.set_index(index); in AddEntry()
18218 details = details.set_index(dictionary->DetailsAt(entry).dictionary_index()); in Set()
18826 set_index(Smi::FromInt(index)); in Transition()
18846 set_index(Smi::FromInt(index)); in HasMore()
19690 details = details.set_index(index); in PrepareForValue()
Dobjects.h10784 inline void set_index(int value);
10870 set_index(Smi::FromInt(Smi::cast(index())->value() + 1)); in MoveNext()
/external/v8/src/parsing/
Dpreparser.h325 void set_index(int index) {} // For YieldExpressions in set_index() function