Home
last modified time | relevance | path

Searched +defs:v8 +defs:h (Results 1 – 11 of 11) sorted by relevance

/external/v8/test/unittests/base/
Dfunctional-unittest.cc12 namespace v8 { namespace
16 hash<bool> h, h1, h2; in TEST() local
24 hash<float> h; in TEST() local
30 hash<double> h; in TEST() local
52 hash<TypeParam> h; in TYPED_TEST() local
68 hash<TypeParam> h; in TYPED_TEST() local
93 hash<TypeParam> h; in TYPED_TEST() local
121 bit_hash<TypeParam> h; in TYPED_TEST() local
154 hash<Foo> h; in TEST() local
174 bit_hash<float> h; in TEST() local
[all …]
/external/v8/src/compiler/
Dvalue-numbering-reducer.cc12 namespace v8 { namespace
19 size_t h = base::hash_combine(node->op()->HashCode(), node->InputCount()); in HashCode() local
/external/v8/src/base/utils/
Drandom-number-generator.cc16 namespace v8 { namespace
134 uint64_t RandomNumberGenerator::MurmurHash3(uint64_t h) { in MurmurHash3()
/external/v8/src/
Dutils.cc14 namespace v8 { namespace
86 base::hash<int> h; in hash_value() local
Dbuiltins.cc26 namespace v8 { namespace
2090 double const h = DoubleToInteger(hour); in MakeTime() local
2438 double h = hour->Number(); in BUILTIN() local
2481 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
2503 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
2564 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
2647 double h = hour->Number(); in BUILTIN() local
2688 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
2709 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
2768 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
Dd8.cc69 namespace v8 { namespace
1012 int h = 0; in Hash() local
/external/v8/test/cctest/compiler/
Dtest-loop-analysis.cc21 namespace v8 { namespace
637 Node* h[] = {loop}; in TEST() local
674 Node* h[] = {loop}; in TEST() local
889 for (int h = 0; h < 5; h++) { in RunEdgeMatrix3_i() local
Dtest-run-machops.cc19 namespace v8 { namespace
5516 int32_t g, int32_t h) { in foo8()
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc34 namespace v8 { namespace
2980 Handle<Object> h = const_cast<HConstant*>(this)->handle(isolate()); in PrintDataTo() local
/external/v8/src/arm/
Dassembler-arm.cc46 namespace v8 { namespace
1378 int h = ((branch_offset & 2) >> 1)*B24; in blx() local
/external/v8/test/cctest/heap/
Dtest-heap.cc49 namespace v8 { namespace
687 Handle<Object> h; in TEST() local