Home
last modified time | relevance | path

Searched refs:HashCode (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dvalue_numbering.cpp22 size_t hash = HashCode(gate); in VisitGate()
100 for (size_t j = HashCode(oldEnrty) & mask;; j = (j + 1) & mask) { in Grow()
144 size_t ValueNumbering::HashCode(GateRef gate) in HashCode() function in panda::ecmascript::kungfu::ValueNumbering
H A Dvalue_numbering.h44 size_t HashCode(GateRef gate);
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.h57 V("hashCode", HashCode, 1, ArkToolsHashCode) \
201 static JSTaggedValue HashCode(EcmaRuntimeCallInfo *info);
H A Dbuiltins_ark_tools.cpp285 JSTaggedValue BuiltinsArkTools::HashCode(EcmaRuntimeCallInfo *info) in HashCode() function in panda::ecmascript::builtins::BuiltinsArkTools
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_call_signature.h220 V(HashCode, ArkTools, Undefined())

Completed in 6 milliseconds