Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp273 uint32_t oldLen, uint32_t newLen, bool isNew) in SetCapacity()
328 [[maybe_unused]] bool isNew) in TransformElementsKindAfterSetCapacity()
Djs_object-inl.h408 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity()
Djs_object.cpp91 uint32_t capacity, bool highGrowth, bool isNew) in GrowElementsCapacity()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp213 bool isNew) in SetCapacity()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.cpp295 Variable *result, Label *exit, bool isNew, bool useCmc) in LowerFastCall()
Dhcr_circuit_builder.cpp92 …der::CallBuiltinRuntime(GateRef glue, GateRef depend, const std::vector<GateRef> &args, bool isNew) in CallBuiltinRuntime()
Dstub_builder-inl.h358 …ubBuilder::CallBuiltinRuntime(GateRef glue, const std::initializer_list<GateRef>& args, bool isNew) in CallBuiltinRuntime()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp424 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall()
444 void OptimizedCall::JSCallInternal(ExtendedAssembler *assembler, Register jsfunc, bool isNew) in JSCallInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp399 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall()