Searched refs:Int64ToTaggedInt (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_array_stub_builder.cpp | 624 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 D | builtins_typedarray_stub_builder.cpp | 754 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 D | new_object_stub_builder.cpp | 1405 { Int64ToTaggedInt(size_), hclass, IntToTaggedInt(Int64(spaceType))});
in HeapAlloc() 1505 Int64ToTaggedInt(size_), hclass });
in AllocateInYoung() 1520 Int64ToTaggedInt(size_), hclass });
in AllocateInYoung()
|
H A D | stub_builder.cpp | 1386 { 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 D | stub_builder.h | 317 GateRef Int64ToTaggedInt(GateRef x);
|
H A D | stub_builder-inl.h | 929 inline GateRef StubBuilder::Int64ToTaggedInt(GateRef x) in Int64ToTaggedInt() function in panda::ecmascript::kungfu::StubBuilder
|
Completed in 44 milliseconds