HomeSort by relevance Sort by last modified time
    Searched full:numbertouint32 (Results 1 - 17 of 17) sorted by null

  /external/v8/test/cctest/compiler/
test-simplified-lowering.cc 123 // TODO(titzer): test tagged representation for input to NumberToUint32.
133 Node* convert = t.NumberToUint32(loaded);
    [all...]
graph-builder-tester.h 139 Node* NumberToUint32(Node* a) {
140 return NewNode(simplified()->NumberToUint32(), a);
  /external/v8/src/runtime/
runtime-atomics.cc 157 return NumberToUint32(*number);
167 return NumberToUint32(*number);
177 return NumberToUint32(*number);
662 uint32_t usize = NumberToUint32(*size);
runtime-array.cc 230 if (NumberToUint32(keys->get(i)) >= length) keys->set_undefined(i);
  /external/v8/src/compiler/
opcodes.h 186 V(NumberToUint32) \
simplified-operator.h 150 const Operator* NumberToUint32();
simplified-operator.cc 178 V(NumberToUint32, Operator::kNoProperties, 1) \
typer.cc 244 static Type* NumberToUint32(Type*, Typer*);
498 Type* Typer::Visitor::NumberToUint32(Type* type, Typer* t) {
877 rhs = NumberToUint32(ToNumber(rhs, t), t);
913 lhs = NumberToUint32(ToNumber(lhs, t), t);
    [all...]
js-native-context-specialization.cc 651 graph()->NewNode(simplified()->NumberToUint32(), this_index);
    [all...]
js-typed-lowering.cc 415 node = graph()->NewNode(simplified()->NumberToUint32(), node);
    [all...]
  /external/v8/src/
conversions.h 174 inline uint32_t NumberToUint32(Object* number);
conversions-inl.h 125 uint32_t NumberToUint32(Object* number) {
objects.cc 535 << (NumberToUint32(*rhs) & 0x1F));
552 (NumberToUint32(*rhs) & 0x1F));
570 return isolate->factory()->NewNumberFromUint(NumberToUint32(*lhs) >>
571 (NumberToUint32(*rhs) & 0x1F));
    [all...]
api.cc     [all...]
  /external/v8/test/unittests/compiler/
simplified-operator-unittest.cc 58 PURE(NumberToUint32, Operator::kNoProperties, 1),
node-test-utils.cc     [all...]
  /external/v8/src/heap/
incremental-marking.cc 506 uint32_t key = NumberToUint32(k);
    [all...]

Completed in 522 milliseconds