HomeSort by relevance Sort by last modified time
    Searched refs:NumberToUint32 (Results 1 - 16 of 16) sorted by null

  /external/v8/src/
conversions.h 169 inline uint32_t NumberToUint32(Object* number);
conversions-inl.h 150 uint32_t NumberToUint32(Object* number) {
value-serializer.cc 870 WriteVarint(NumberToUint32(view->byte_offset()));
871 WriteVarint(NumberToUint32(view->byte_length()));
    [all...]
api.cc     [all...]
objects.cc     [all...]
  /external/v8/src/runtime/
runtime-atomics.cc 134 return NumberToUint32(*number);
144 return NumberToUint32(*number);
154 return NumberToUint32(*number);
runtime-array.cc 83 uint32_t key = keys.is_null() ? i : NumberToUint32(keys->get(i));
140 uint32_t key = keys.is_null() ? i : NumberToUint32(keys->get(i));
350 uint32_t idx = NumberToUint32(keys->get(i));
502 if (NumberToUint32(keys->get(i)) >= length) continue;
    [all...]
runtime-regexp.cc     [all...]
  /external/v8/src/compiler/
operation-typer.cc 550 Type OperationTyper::NumberToUint32(Type type) {
897 rhs = NumberToUint32(rhs);
932 rhs = NumberToUint32(rhs);
    [all...]
opcodes.h 340 V(NumberToUint32) \
simplified-operator.h 588 const Operator* NumberToUint32();
typed-optimization.cc 251 // NumberToUint32(NumberDivide(lhs, rhs))
257 NodeProperties::ChangeOp(node, simplified()->NumberToUint32());
simplified-operator.cc 709 V(NumberToUint32, Operator::kNoProperties, 1, 0) \
    [all...]
js-call-reducer.cc 114 left = graph()->NewNode(simplified()->NumberToUint32(), left);
115 right = graph()->NewNode(simplified()->NumberToUint32(), right);
140 input = graph()->NewNode(simplified()->NumberToUint32(), input);
    [all...]
js-native-context-specialization.cc     [all...]
js-typed-lowering.cc 395 node = graph()->NewNode(simplified()->NumberToUint32(), node);
    [all...]

Completed in 317 milliseconds