Home
last modified time | relevance | path

Searched defs:newTarget (Results 26 - 50 of 101) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_set.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SetConstructor() local
H A Dbuiltins_shared_set.cpp34 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in Constructor() local
H A Dbuiltins_symbol.cpp35 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in SymbolConstructor() local
H A Dbuiltins_date.cpp39 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DateConstructor() local
H A Dbuiltins_dataview.cpp30 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DataViewConstructor() local
H A Dbuiltins_locale.cpp33 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in LocaleConstructor() local
H A Dbuiltins_map.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in MapConstructor() local
H A Dbuiltins_number.cpp37 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in NumberConstructor() local
H A Dbuiltins_sendable_arraybuffer.cpp38 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ArrayBufferConstructor() local
222 AllocateSendableArrayBuffer( JSThread *thread, const JSHandle<JSTaggedValue> &newTarget, uint64_t byteLength) AllocateSendableArrayBuffer() argument
H A Dbuiltins_shared_map.cpp33 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in Constructor() local
H A Dbuiltins_sharedarraybuffer.cpp31 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 Dcontainers_hashset.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in HashSetConstructor() local
H A Dcontainers_stack.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in StackConstructor() local
H A Dcontainers_queue.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in QueueConstructor() local
H A Dcontainers_arraylist.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in ArrayListConstructor() local
H A Dcontainers_bitvector.cpp30 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in BitVectorConstructor() local
H A Dcontainers_lightweightmap.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in LightWeightMapConstructor() local
H A Dcontainers_hashmap.cpp32 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in HashMapConstructor() local
H A Dcontainers_deque.cpp31 JSHandle<JSTaggedValue> newTarget = GetNewTarget(argv); in DequeConstructor() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dinvoke_cache.cpp23 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 Dbytecode_emitter.cpp169 auto newTarget = insnPc; in ReserveSpaceForOffsets() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Derror_helper.cpp133 JSHandle<JSTaggedValue> newTarget = BuiltinsBase::GetNewTarget(argv); in ErrorCommonConstructor() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp183 CallSlowPath(GateRef nativeCode, GateRef glue, GateRef thisValue, GateRef numArgs, GateRef func, GateRef newTarget) CallSlowPath() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.h54 GateRef newTarget; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp188 BB *newTarget = sucBB.GetPrev(); in ClearCurBBAndResetTargetBB() local
[all...]

Completed in 18 milliseconds

12345