Home
last modified time | relevance | path

Searched refs:PositiveNumberToUint32 (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dconversions.h179 inline uint32_t PositiveNumberToUint32(Object* number);
Dconversions-inl.h165 uint32_t PositiveNumberToUint32(Object* number) { in PositiveNumberToUint32() function
Dobjects-inl.h3670 uint32_t index = PositiveNumberToUint32(number); in ToValidIndex()
/external/v8/src/runtime/
Druntime-regexp.cc1101 last_index = PositiveNumberToUint32(*last_index_obj); in StringReplaceNonGlobalRegExpWithFunction()
1195 last_index = PositiveNumberToUint32(*last_index_obj); in RegExpReplace()
1476 std::min(PositiveNumberToUint32(*last_index_obj), length); in RUNTIME_FUNCTION()
1501 const int num_captures = PositiveNumberToUint32(*num_captures_obj); in RUNTIME_FUNCTION()
1622 const int captures_length = PositiveNumberToUint32(*captures_length_obj); in RUNTIME_FUNCTION()
1644 std::min(PositiveNumberToUint32(*position_obj), length); in RUNTIME_FUNCTION()
/external/v8/src/regexp/
Dregexp-utils.cc182 const int last_index = PositiveNumberToUint32(*last_index_obj); in SetAdvancedStringIndex()