Searched defs:isNew (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_array.cpp | 213 SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, bool isNew) SetCapacity() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array.cpp | 202 SetCapacity(JSThread *thread, const JSHandle<JSObject> &array, uint32_t oldLen, uint32_t newLen, bool isNew) SetCapacity() argument
|
| H A D | js_object-inl.h | 384 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity() argument
|
| H A D | js_object.cpp | 75 GrowElementsCapacity(const JSThread *thread, const JSHandle<JSObject> &obj, uint32_t capacity, bool highGrowth, bool isNew) GrowElementsCapacity() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | hcr_circuit_builder.cpp | 76 GateRef CircuitBuilder::CallBuiltinRuntime(GateRef glue, GateRef depend, const std::vector<GateRef> &args, bool isNew) in CallBuiltinRuntime() argument
|
| H A D | slowpath_lowering.cpp | 3471 LowerFastCall(GateRef gate, GateRef glue, GateRef func, GateRef argc, const std::vector<GateRef> &args, const std::vector<GateRef> &argsFastCall, Variable *result, Label *exit, bool isNew) LowerFastCall() argument
|
| H A D | stub_builder-inl.h | 294 inline GateRef StubBuilder::CallBuiltinRuntime(GateRef glue, const std::initializer_list<GateRef>& args, bool isNew) in CallBuiltinRuntime() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| H A D | optimized_call.cpp | 408 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| H A D | optimized_call.cpp | 433 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall() argument 453 void OptimizedCall::JSCallInternal(ExtendedAssembler *assembler, Register jsfunc, bool isNew) in JSCallInternal() argument
|
Completed in 34 milliseconds