Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
Djit_profiler.cpp467 auto elementsKind = trackInfo->GetElementsKind(); in ConvertCreateObject() local
1067 auto elementsKind = receiver->GetElementsKind(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1380 auto elementsKind = trackInfo->GetElementsKind(); in DumpCreateObject() local
1809 auto elementsKind = receiver->GetElementsKind(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp733 GateRef elementsKind = builder_.GetElementsKindByHClass(receiverHClass); in BuiltinInstanceHClassCheck() local
740 GateRef elementsKind = builder_.GetElementsKindByHClass(receiverHClass); in BuiltinInstanceHClassCheck() local
Dnew_object_stub_builder.cpp1869 auto elementsKind = GetElementsKindFromHClass(cachedHClass); in NewTrackInfo() local
Dstub_builder-inl.h2619 …void StubBuilder::SetElementsKindToTrackInfo(GateRef glue, GateRef trackInfo, GateRef elementsKind) in SetElementsKindToTrackInfo()
4056 …e void StubBuilder::SetElementsKindToJSHClass(GateRef glue, GateRef jsHclass, GateRef elementsKind) in SetElementsKindToJSHClass()
Dstub_builder.cpp4344 GateRef elementsKind = GetElementsKindFromHClass(hclass); in TransitToElementsKind() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder_next_optimization.cpp2810 GateRef elementsKind = GetElementsKindFromHClass(LoadHClass(glue, thisValue)); in IndexOfOptimised() local
Dbuiltins_array_stub_builder.cpp33 GateRef elementsKind = GetElementsKindFromHClass(arrayCls); in ElementsKindHclassCompare() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp608 …ElementsKind elementsKind = static_cast<ElementsKind>(GetTArg(argv, argc, 1)); // 1: means the fi… in DEF_RUNTIME_STUBS() local