Home
last modified time | relevance | path

Searched refs:Int64ToTaggedInt (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp624 GateRef key = Int64ToTaggedInt(*i); in Filter()
784 GateRef key = Int64ToTaggedInt(*i); in Map()
913 GateRef key = Int64ToTaggedInt(*i); in ForEach()
962 GateRef key = Int64ToTaggedInt(*i); in ForEach()
2172 GateRef key = Int64ToTaggedInt(*i); in Find()
3789 GateRef key = Int64ToTaggedInt(*i); in Some()
3867 GateRef key = Int64ToTaggedInt(*i); in Some()
3986 GateRef key = Int64ToTaggedInt(*i); in Every()
4060 GateRef key = Int64ToTaggedInt(*i); in Every()
4383 GateRef key = Int64ToTaggedInt(* in FindLastIndex()
[all...]
H A Dbuiltins_typedarray_stub_builder.cpp754 GateRef key = Int64ToTaggedInt(*i); in Find()
1370 GateRef key = Int64ToTaggedInt(*i); in Some()
2439 GateRef key = Int64ToTaggedInt(*i); in FindLastIndex()
2678 GateRef key = Int64ToTaggedInt(*i); in Map()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnew_object_stub_builder.cpp1405 { Int64ToTaggedInt(size_), hclass, IntToTaggedInt(Int64(spaceType))}); in HeapAlloc()
1505 Int64ToTaggedInt(size_), hclass }); in AllocateInYoung()
1520 Int64ToTaggedInt(size_), hclass }); in AllocateInYoung()
H A Dstub_builder.cpp1386 { hclass, newJshclass, key, Int64ToTaggedInt(attr) }); in JSHClassAddProperty()
1504 {receiver, *array, key, value, Int64ToTaggedInt(*attr), TaggedFalse()}); in AddPropertyByName()
1523 { receiver, *array, key, value, Int64ToTaggedInt(*attr), TaggedTrue() }); in AddPropertyByName()
2795 handler = Int64ToTaggedInt(UpdateSOutOfBoundsForHandler(handlerInfo)); in ICStoreElement()
3263 Store(VariableType::INT64(), glue, elements, dataOffset, Int64ToTaggedInt(attr)); in UpdateValueAndAttributes()
3756 { hclass, newJshclass, key, Int64ToTaggedInt(attr) }); in TransitionForRepChange()
3870 { receiver, elements, IntToTaggedInt(index), value, Int64ToTaggedInt(attr), TaggedFalse() }); in AddElementInternal()
3891 { receiver, elements, IntToTaggedInt(index), value, Int64ToTaggedInt(attr), TaggedTrue() }); in AddElementInternal()
H A Dstub_builder.h317 GateRef Int64ToTaggedInt(GateRef x);
H A Dstub_builder-inl.h929 inline GateRef StubBuilder::Int64ToTaggedInt(GateRef x) in Int64ToTaggedInt() function in panda::ecmascript::kungfu::StubBuilder

Completed in 44 milliseconds