Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h382 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity()
Djs_array.cpp202 uint32_t oldLen, uint32_t newLen, bool isNew) in SetCapacity()
Djs_object.cpp76 uint32_t capacity, bool highGrowth, bool isNew) in GrowElementsCapacity()
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_shared_array.cpp214 bool isNew) in SetCapacity()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp433 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall()
453 void OptimizedCall::JSCallInternal(ExtendedAssembler *assembler, Register jsfunc, bool isNew) in JSCallInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp76 …der::CallBuiltinRuntime(GateRef glue, GateRef depend, const std::vector<GateRef> &args, bool isNew) in CallBuiltinRuntime()
Dslowpath_lowering.cpp3435 Variable *result, Label *exit, bool isNew) in LowerFastCall()
Dstub_builder-inl.h288 …ubBuilder::CallBuiltinRuntime(GateRef glue, const std::initializer_list<GateRef>& args, bool isNew) in CallBuiltinRuntime()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp408 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall()