Searched defs:isNew (Results 1 – 8 of 8) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | js_object-inl.h | 372 inline uint32_t JSObject::ComputeElementCapacity(uint32_t oldCapacity, bool isNew) in ComputeElementCapacity()
|
D | js_array.cpp | 197 bool isNew) in SetCapacity()
|
D | js_object.cpp | 90 uint32_t capacity, bool highGrowth, bool isNew) in GrowElementsCapacity()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
D | optimized_call.cpp | 368 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/ |
D | hcr_circuit_builder.cpp | 75 bool isNew, const char* comment) in CallBuiltinRuntime()
|
D | slowpath_lowering.cpp | 2912 Variable *result, Label *exit, bool isNew) in LowerFastCall()
|
D | stub_builder-inl.h | 260 bool isNew, const char* comment) in CallBuiltinRuntime()
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
D | optimized_call.cpp | 307 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall()
|