Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp352 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall()
372 void OptimizedCall::JSCallInternal(ExtendedAssembler *assembler, Register jsfunc, bool isNew) in JSCallInternal()
1036 void OptimizedCall::GenJSCallWithArgV(ExtendedAssembler *assembler, bool isNew) in GenJSCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp549 void OptimizedCall::GenJSCall(ExtendedAssembler *assembler, bool isNew) in GenJSCall()
1308 void OptimizedCall::GenJSCallWithArgV(ExtendedAssembler *assembler, bool isNew) in GenJSCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp493 …der::CallBuiltinRuntime(GateRef glue, GateRef depend, const std::vector<GateRef> &args, bool isNew) in CallBuiltinRuntime()
Dstub_builder-inl.h216 …ubBuilder::CallBuiltinRuntime(GateRef glue, const std::initializer_list<GateRef>& args, bool isNew) in CallBuiltinRuntime()