Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp440 auto elementsKind = trackInfo->GetElementsKind(); in ConvertCreateObject() local
949 auto elementsKind = receiver->GetElementsKind(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1346 auto elementsKind = trackInfo->GetElementsKind(); in DumpCreateObject() local
1742 auto elementsKind = receiver->GetElementsKind(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp623 GateRef elementsKind = builder_.GetElementsKindByHClass(receiverHClass); in BuiltinInstanceHClassCheck() local
630 GateRef elementsKind = builder_.GetElementsKindByHClass(receiverHClass); in BuiltinInstanceHClassCheck() local
Dstub_builder-inl.h2418 …void StubBuilder::SetElementsKindToTrackInfo(GateRef glue, GateRef trackInfo, GateRef elementsKind) in SetElementsKindToTrackInfo()
3818 …e void StubBuilder::SetElementsKindToJSHClass(GateRef glue, GateRef jsHclass, GateRef elementsKind) in SetElementsKindToJSHClass()
Dnew_object_stub_builder.cpp1608 auto elementsKind = GetElementsKindFromHClass(cachedHClass); in NewTrackInfo() local
Dstub_builder.cpp3864 GateRef elementsKind = GetElementsKindFromHClass(hclass); in TransitToElementsKind() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp2803 GateRef elementsKind = GetElementsKindFromHClass(LoadHClass(thisValue)); in IndexOfOptimised() local
Dbuiltins_array_stub_builder.cpp33 GateRef elementsKind = GetElementsKindFromHClass(arrayCls); in ElementsKindHclassCompare() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp596 …ElementsKind elementsKind = static_cast<ElementsKind>(GetTArg(argv, argc, 1)); // 1: means the fi… in DEF_RUNTIME_STUBS() local