Searched refs:NumberToUint32 (Results 1 – 11 of 11) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | simplified-graph-builder.h | 82 Node* NumberToUint32(Node* a) { in NumberToUint32() function 83 return NewNode(simplified()->NumberToUint32(), a); in NumberToUint32()
|
D | test-simplified-lowering.cc | 99 Node* convert = t.NumberToUint32(loaded); in TEST() 938 t.simplified()->NumberToUint32()); in TEST() 941 t.simplified()->NumberToUint32()); in TEST() 1047 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0); in TEST() 1058 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0); in TEST() 1069 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0); in TEST() 1081 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), p0); in TEST() 1092 Node* trunc = t.graph()->NewNode(t.simplified()->NumberToUint32(), t.p0); in TEST()
|
/external/v8/src/compiler/ |
D | simplified-operator.h | 112 const Operator* NumberToUint32();
|
D | simplified-operator.cc | 110 V(NumberToUint32, Operator::kNoProperties, 1) \
|
D | opcodes.h | 145 V(NumberToUint32) \
|
D | simplified-operator-unittest.cc | 57 PURE(NumberToUint32, Operator::kNoProperties, 1),
|
D | js-typed-lowering.cc | 213 : simplified()->NumberToUint32(); in ConvertToI32()
|
/external/v8/src/ |
D | conversions.h | 195 inline uint32_t NumberToUint32(Object* number) { in NumberToUint32() function
|
D | objects.cc | 11185 uint32_t index = NumberToUint32(keys->get(num_elements)); in SetElementsLength() 13258 (NumberToUint32(numbers->get(j - 1)) > in InsertionSortPairs() 13259 NumberToUint32(numbers->get(j)))) { in InsertionSortPairs() 13276 uint32_t parent_value = NumberToUint32(numbers->get(parent_index)); in HeapSortPairs() 13277 uint32_t child_value = NumberToUint32(numbers->get(child_index)); in HeapSortPairs() 13296 uint32_t child1_value = NumberToUint32(numbers->get(child_index)); in HeapSortPairs() 13297 uint32_t child2_value = NumberToUint32(numbers->get(child_index + 1)); in HeapSortPairs() 13298 uint32_t parent_value = NumberToUint32(numbers->get(parent_index)); in HeapSortPairs() 13322 uint32_t min_index = NumberToUint32(numbers->get(0)); in SortPairs() 13326 if (NumberToUint32(numbers->get(i)) < min_index) { in SortPairs() [all …]
|
D | runtime.cc | 10858 if (NumberToUint32(keys->get(i)) >= length) keys->set_undefined(i); in RUNTIME_FUNCTION()
|
/external/v8/src/heap/ |
D | incremental-marking.cc | 471 uint32_t key = NumberToUint32(k); in PatchIncrementalMarkingRecordWriteStubs()
|