Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp428 auto elementsKind = trackInfo->GetElementsKind(); in ConvertCreateObject() local
924 auto elementsKind = receiver->GetElementsKind(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1407 auto elementsKind = trackInfo->GetElementsKind(); in DumpCreateObject() local
1802 auto elementsKind = receiver->GetElementsKind(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2235 …void StubBuilder::SetElementsKindToTrackInfo(GateRef glue, GateRef trackInfo, GateRef elementsKind) in SetElementsKindToTrackInfo()
3509 …e void StubBuilder::SetElementsKindToJSHClass(GateRef glue, GateRef jsHclass, GateRef elementsKind) in SetElementsKindToJSHClass()
Dnew_object_stub_builder.cpp1597 auto elementsKind = GetElementsKindFromHClass(cachedHClass); in NewTrackInfo() local
Dtyped_hcr_lowering.cpp616 GateRef elementsKind = builder_.GetElementsKindByHClass(receiverHClass); in BuiltinInstanceHClassCheck() local
Dstub_builder.cpp3738 GateRef elementsKind = GetElementsKindFromHClass(hclass); in TransitToElementsKind() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp36 GateRef elementsKind = GetElementsKindFromHClass(arrayCls); in ElementsKindHclassCompare() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp620 JSTaggedType elementsKind = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local