Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jit/
H A Djit_profiler.cpp428 auto elementsKind = trackInfo->GetElementsKind(); in ConvertCreateObject() local
924 auto elementsKind = receiver->GetElementsKind(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1416 auto elementsKind = trackInfo->GetElementsKind(); in DumpCreateObject() local
1811 auto elementsKind = receiver->GetElementsKind(); in AddBuiltinsInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1549 auto elementsKind = GetElementsKindFromHClass(cachedHClass); in NewTrackInfo() local
H A Dtyped_hcr_lowering.cpp619 GateRef elementsKind = builder_.GetElementsKindByHClass(receiverHClass); in BuiltinInstanceHClassCheck() local
H A Dstub_builder-inl.h2264 inline void StubBuilder::SetElementsKindToTrackInfo(GateRef glue, GateRef trackInfo, GateRef elementsKind) in SetElementsKindToTrackInfo() argument
3613 inline void StubBuilder::SetElementsKindToJSHClass(GateRef glue, GateRef jsHclass, GateRef elementsKind) in SetElementsKindToJSHClass() argument
H A Dstub_builder.cpp3776 GateRef elementsKind = GetElementsKindFromHClass(hclass); in TransitToElementsKind() local
[all...]
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp581 JSTaggedType elementsKind = GetTArg(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp36 GateRef elementsKind = GetElementsKindFromHClass(arrayCls); in ElementsKindHclassCompare() local

Completed in 59 milliseconds