Home
last modified time | relevance | path

Searched defs:elementsKind (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1130 auto elementsKind = trackInfo->GetElementsKind(); in DumpCreateObject() local
1390 auto elementsKind = receiver->GetElementsKind(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp888 auto elementsKind = GetElementsKindFromHClass(cachedHClass); in NewTrackInfo() local
Dstub_builder-inl.h1995 …void StubBuilder::SetElementsKindToTrackInfo(GateRef glue, GateRef trackInfo, GateRef elementsKind) in SetElementsKindToTrackInfo()
Dstub_builder.cpp2965 GateRef elementsKind = GetElementsKindFromHClass(hclass); in TransitToElementsKind() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp506 JSTaggedType elementsKind = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local