Home
last modified time | relevance | path

Searched refs:C2 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/throwerror/
H A Dthrowerror.js43 class C2 extends f2 {
45 C2.__proto__ = [8069];
47 new C2();
/arkcompiler/ets_runtime/test/quickfix/class_name/
H A Dbase_modify.js17 class C2 {
25 var c = new C2()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dmurmur3_hash.h33 static constexpr uint32_t C2 = 0x1B873593U; member
110 k1 *= C2; in MurmurHash3()
129 k1 *= C2; in MurmurHash3()
171 k1 *= C2; in MurmurHash3String()
189 k1 *= C2; in MurmurHash3String()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dmurmur3_hash.h57 static constexpr uint32_t C2 = 0x1B873593U; member in ark::final
107 k1 *= C2; in MurmurHash3()
126 k1 *= C2; in MurmurHash3()
168 k1 *= C2; in MurmurHash3String()
186 k1 *= C2; in MurmurHash3String()
/arkcompiler/ets_runtime/test/moduletest/string/
H A Dstring.js324 class C2 {
331 new C2(new C2);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_circuit_builder.cpp1263 GateRef k3 = Int32Mul(k2, Int32(MurmurHash32Const::C2)); in CalcHashcodeForInt()
1272 GateRef k6 = Int32Mul(k5, Int32(MurmurHash32Const::C2)); in CalcHashcodeForInt()

Completed in 7 milliseconds