Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h372 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity()
Djs_array.cpp197 bool isNew) in SetCapacity()
Djs_object.cpp90 uint32_t capacity, bool highGrowth, bool isNew) in GrowElementsCapacity()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp368 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall()
388 void OptimizedCall::JSCallInternal(ExtendedAssembler *assembler, Register jsfunc, bool isNew) in JSCallInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp75 bool isNew, const char* comment) in CallBuiltinRuntime()
Dslowpath_lowering.cpp2912 Variable *result, Label *exit, bool isNew) in LowerFastCall()
Dstub_builder-inl.h260 bool isNew, const char* comment) in CallBuiltinRuntime()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp307 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall()