Home
last modified time | relevance | path

Searched refs:ComputeTaggedArraySize (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp33 size_ = ComputeTaggedArraySize(ZExtInt32ToPtr(length)); in NewLexicalEnv()
145 size_ = ComputeTaggedArraySize(ZExtInt32ToPtr(len)); in NewTaggedArrayChecked()
211 size_ = ComputeTaggedArraySize(ZExtInt32ToPtr(numArgs)); in NewArgumentsList()
Dntype_mcr_lowering.cpp159 GateRef elementsSize = builder_.ComputeTaggedArraySize(builder_.IntPtr(length)); in NewTaggedArray()
Dstub_builder.h616 inline GateRef ComputeTaggedArraySize(GateRef length);
Dcircuit_builder.h522 GateRef ComputeTaggedArraySize(GateRef length);
Dcircuit_builder.cpp1538 GateRef CircuitBuilder::ComputeTaggedArraySize(GateRef length) in ComputeTaggedArraySize() function in panda::ecmascript::kungfu::CircuitBuilder
Dstub_builder-inl.h2297 inline GateRef StubBuilder::ComputeTaggedArraySize(GateRef length) in ComputeTaggedArraySize() function