Home
last modified time | relevance | path

Searched refs:GetHashcodeOffset (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Dstring.h248 static constexpr uint32_t GetHashcodeOffset() in GetHashcodeOffset() function
381 static_assert(STRING_HASHCODE_OFFSET == ark::coretypes::String::GetHashcodeOffset());
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2439 auto mref = MemRef(strReg, ark::coretypes::String::GetHashcodeOffset()); in CreateStringHashCode()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp874 auto offset = coretypes::String::GetHashcodeOffset(); in EmitStringHashCode()