Home
last modified time | relevance | path

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

/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/compiler/
Dvalue-numbering-reducer.cc13 namespace v8 { namespace
20 size_t h = base::hash_combine(node->op()->HashCode(), node->InputCount()); in HashCode() local
/external/v8/src/builtins/
Dbuiltins-date.cc10 namespace v8 { namespace
88 double const h = DoubleToInteger(hour); in MakeTime() local
417 double h = hour->Number(); in BUILTIN() local
459 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
480 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
539 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
618 double h = hour->Number(); in BUILTIN() local
658 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
678 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
735 int h = time_within_day / (60 * 60 * 1000); in BUILTIN() local
/external/v8/src/
Dutils.cc14 namespace v8 { namespace
86 base::hash<int> h; in hash_value() local
Dd8.cc58 namespace v8 { namespace
1303 int h = 0; in Hash() local
/external/v8/src/base/
Dieee754.cc24 namespace v8 { namespace
2659 double h = (x < 0) ? -0.5 : 0.5; in sinh() local
/external/v8/src/crankshaft/
Dhydrogen-instructions.cc38 namespace v8 { namespace
2485 Handle<Object> h = const_cast<HConstant*>(this)->handle(isolate()); in PrintDataTo() local
/external/v8/src/arm/
Dassembler-arm.cc46 namespace v8 { namespace
1491 int h = ((branch_offset & 2) >> 1)*B24; in blx() local