| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_set.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SetConstructor() local
|
| H A D | builtins_shared_set.cpp | 34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in Constructor() local
|
| H A D | builtins_symbol.cpp | 35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SymbolConstructor() local
|
| H A D | builtins_date.cpp | 39 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DateConstructor() local
|
| H A D | builtins_dataview.cpp | 30 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DataViewConstructor() local
|
| H A D | builtins_locale.cpp | 33 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in LocaleConstructor() local
|
| H A D | builtins_map.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in MapConstructor() local
|
| H A D | builtins_number.cpp | 37 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in NumberConstructor() local
|
| H A D | builtins_sendable_arraybuffer.cpp | 38 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ArrayBufferConstructor() local 222 AllocateSendableArrayBuffer( JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, uint64_t byteLength) AllocateSendableArrayBuffer() argument
|
| H A D | builtins_shared_map.cpp | 33 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in Constructor() local
|
| H A D | builtins_sharedarraybuffer.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SharedArrayBufferConstructor() local 89 AllocateSharedArrayBuffer( JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, uint64_t byteLength) AllocateSharedArrayBuffer() argument
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| H A D | containers_hashset.cpp | 32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in HashSetConstructor() local
|
| H A D | containers_stack.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in StackConstructor() local
|
| H A D | containers_queue.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in QueueConstructor() local
|
| H A D | containers_arraylist.cpp | 32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ArrayListConstructor() local
|
| H A D | containers_bitvector.cpp | 30 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BitVectorConstructor() local
|
| H A D | containers_lightweightmap.cpp | 32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in LightWeightMapConstructor() local
|
| H A D | containers_hashmap.cpp | 32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in HashMapConstructor() local
|
| H A D | containers_deque.cpp | 31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DequeConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | invoke_cache.cpp | 23 SetMonoConstuctCacheSlot(JSThread *thread, ProfileTypeInfo *profileTypeInfo, uint32_t slotId, JSTaggedValue newTarget, JSTaggedValue initialHClass) SetMonoConstuctCacheSlot() argument 80 Construct(JSThread *thread, JSTaggedValue firstValue, JSTaggedValue secondValue, JSTaggedValue ctor, JSTaggedValue newTarget, uint16_t firstArgIdx, uint16_t length) Construct() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | bytecode_emitter.cpp | 169 auto newTarget = insnPc; in ReserveSpaceForOffsets() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | error_helper.cpp | 133 JSHandle<JSTaggedValue> newTarget = BuiltinsBase::GetNewTarget(argv); in ErrorCommonConstructor() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_stubs.cpp | 183 CallSlowPath(GateRef nativeCode, GateRef glue, GateRef thisValue, GateRef numArgs, GateRef func, GateRef newTarget) CallSlowPath() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | call_stub_builder.h | 54 GateRef newTarget;
member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | cfgo.cpp | 188 BB *newTarget = sucBB.GetPrev(); in ClearCurBBAndResetTargetBB() local [all...] |