Searched defs:isNew (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_array.cpp | 273 uint32_t oldLen, uint32_t newLen, bool isNew) in SetCapacity() 328 [[maybe_unused]] bool isNew) in TransformElementsKindAfterSetCapacity()
|
| D | js_object-inl.h | 408 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity()
|
| D | js_object.cpp | 91 uint32_t capacity, bool highGrowth, bool isNew) in GrowElementsCapacity()
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_shared_array.cpp | 213 bool isNew) in SetCapacity()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | call_stub_builder.cpp | 295 Variable *result, Label *exit, bool isNew, bool useCmc) in LowerFastCall()
|
| D | hcr_circuit_builder.cpp | 92 …der::CallBuiltinRuntime(GateRef glue, GateRef depend, const std::vector<GateRef> &args, bool isNew) in CallBuiltinRuntime()
|
| D | stub_builder-inl.h | 358 …ubBuilder::CallBuiltinRuntime(GateRef glue, const std::initializer_list<GateRef>& args, bool isNew) in CallBuiltinRuntime()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 424 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/ |
| D | optimized_call.cpp | 399 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall()
|