Searched refs:elementsKind (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | type_recorder.cpp | 322 auto elementsKind = desc->GetElementsKind(); in GetElementsKind() local 323 return elementsKind; in GetElementsKind()
|
D | stub_builder.cpp | 2596 GateRef elementsKind = GetElementsKindFromHClass(hclass); in TransitToElementsKind() local 2599 …Branch(Int32Equal(elementsKind, Int32(static_cast<int32_t>(ElementsKind::GENERIC))), &exit, &isNon… in TransitToElementsKind() 2604 newKind = Int32Or(newKind, elementsKind); in TransitToElementsKind() 2606 Branch(Int32Equal(elementsKind, newKind), &exit, &change); in TransitToElementsKind()
|
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
D | pgo_profiler_info.cpp | 1161 auto elementsKind = typeInfo.GetElementsKind(); in ProcessToBinaryForLayout() local 1168 … auto descInfos = new (addr) PGOHClassLayoutDescInner(size, classType, superType, elementsKind); in ProcessToBinaryForLayout()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 394 JSTaggedType elementsKind = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local 395 ElementsKind kind = Elements::FixElementsKind(static_cast<ElementsKind>(elementsKind)); in DEF_RUNTIME_STUBS()
|