Home
last modified time | relevance | path

Searched defs:thisObj (Results 1 - 25 of 35) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/shared_objects/
H A Djs_shared_map_iterator.cpp34 JSTaggedValue JSSharedMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
H A Djs_shared_set_iterator.cpp33 JSTaggedValue JSSharedSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_array_iterator.cpp34 JSTaggedValue JSArrayIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
H A Djs_set_iterator.cpp34 JSTaggedValue JSSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
H A Djs_map_iterator.cpp35 JSTaggedValue JSMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.cpp89 JSTaggedValue thisObj = info->GetThisValue(); in ReBuildRuntimeCallInfo() local
37 NewRuntimeCallInfoBase( JSThread *thread, JSTaggedType func, JSTaggedType thisObj, JSTaggedType newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfoBase() argument
68 NewRuntimeCallInfo( JSThread *thread, JSTaggedValue func, JSTaggedValue thisObj, JSTaggedValue newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument
76 NewRuntimeCallInfo( JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTaggedValue> newTarget, uint32_t numArgs, StackCheck needCheckStack) NewRuntimeCallInfo() argument
H A Dinterpreter-inl.cpp1445 JSTaggedType thisObj = JSTaggedValue::VALUE_UNDEFINED; in RunInternal() local
3328 JSTaggedValue thisObj; in RunInternal() local
3464 JSTaggedValue thisObj; RunInternal() local
3600 JSTaggedValue thisObj; RunInternal() local
3736 JSTaggedValue thisObj; RunInternal() local
4141 JSTaggedValue thisObj; RunInternal() local
4277 JSTaggedValue thisObj; RunInternal() local
4412 JSTaggedValue thisObj; RunInternal() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dcall_ets.cpp25 CallETSHandler(EtsCoroutine *coro, InteropCtx *ctx, Method *method, Span<napi_value> jsargv, EtsObject *thisObj) CallETSHandler() argument
36 HandleImpl(EtsCoroutine *coro, InteropCtx *ctx, Method *method, Span<napi_value> jsargv, EtsObject *thisObj) HandleImpl() argument
190 CallETSInstance(EtsCoroutine *coro, InteropCtx *ctx, Method *method, Span<napi_value> jsargv, EtsObject *thisObj) CallETSInstance() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.h53 GateRef thisObj; member
60 GateRef thisObj; member
H A Dbuiltins_lowering.cpp70 GateRef BuiltinLowering::TypedLocaleCompare(GateRef glue, GateRef gate, GateRef thisObj, GateRef thatObj) in TypedLocaleCompare() argument
206 GateRef thisObj = acc_.GetValueIn(gate, index++); in LowerTypedLocaleCompare() local
238 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerTypedArraySort() local
452 GateRef thisObj = acc_.GetValueIn(gate, 0); LowerIteratorNext() local
480 GateRef thisObj = acc_.GetValueIn(gate, 0); LowerIteratorReturn() local
[all...]
H A Dcommon_stubs.cpp916 GateRef thisObj = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
H A Dnative_inline_lowering.cpp988 GateRef thisObj = acc_.GetValueIn(gate, 0); // 0: this in TryInlineDataViewGet() local
1021 GateRef thisObj = acc_.GetValueIn(gate, 0); // 0: this in TryInlineDataViewSet() local
1542 GateRef thisObj = acc_.GetValueIn(gate, 0); TryInlineArrayIterator() local
[all...]
H A Dts_inline_lowering.cpp279 GateRef thisObj = Circuit::NullGate(); in ReplaceCallInput() local
311 GateRef thisObj = GetAccessorReceiver(gate); in ReplaceAccessorInput() local
H A Dtyped_bytecode_lowering.cpp1548 GateRef thisObj = builder_.TypedNewAllocateThis(ctor, ihclass, size, frameState); in LowerTypedNewObjRange() local
1626 GateRef thisObj = builder_.TypedSuperAllocateThis(superCtor, newTarget, frameState); in LowerTypedSuperCall() local
1860 GateRef thisObj = builder_.Undefined(); in LowerTypedCall() local
2038 GateRef thisObj = tacc.GetThisObj(); in LowerTypedThisCall() local
[all...]
H A Dnew_object_stub_builder.cpp2375 GateRef thisObj = FastNewThisObject(glue, ctor); NewTypedArrayFromCtor() local
2392 Store(VariableType::JS_POINTER(), glue, thisObj, IntPtr(JSTypedArray::VIEWED_ARRAY_BUFFER_OFFSET), *buffer); NewTypedArrayFromCtor() local
2393 Store(VariableType::INT32(), glue, thisObj, IntPtr(JSTypedArray::BYTE_LENGTH_OFFSET), newByteLength); NewTypedArrayFromCtor() local
2394 Store(VariableType::INT32(), glue, thisObj, IntPtr(JSTypedArray::ARRAY_LENGTH_OFFSET), length); NewTypedArrayFromCtor() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_fast_call.cpp96 Register thisObj = r9; in OptimizedFastCallAndPushArgv() local
H A Doptimized_call.cpp1120 PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, Register thisObj, Register newTarget) PushMandatoryJSArgs() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_entrypoints.cpp67 void LaunchCoroutine(Method *method, ObjectHeader *obj, uint64_t *args, ObjectHeader *thisObj) in LaunchCoroutine() argument
110 CreateLaunchVirtualCoroutineEntrypoint(Method *method, ObjectHeader *obj, uint64_t *args, ObjectHeader *thisObj) CreateLaunchVirtualCoroutineEntrypoint() argument
/arkcompiler/ets_runtime/ecmascript/base/
H A Darray_helper.cpp378 JSHandle<TaggedArray> ArrayHelper::SortIndexedProperties(JSThread *thread, const JSHandle<JSTaggedValue> &thisObj, in SortIndexedProperties() argument
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H A Ddeoptimizer.cpp510 JSTaggedValue thisObj = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::THIS_OBJECT_INDEX)); in ConstructAsmInterpretFrame() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp2368 uint8_t thisObj = READ_INST_8_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_call.cpp1094 PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, Register thisObj, Register newTarget, Register currentSp) PushMandatoryJSArgs() argument
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1709 std::unique_ptr<RemoteObject> thisObj = std::make_unique<RemoteObject>(); in GenerateCallFrame() local
1721 GenerateScopeChains(bool getScope, const FrameHandler *frameHandler, const JSPandaFile *jsPandaFile, std::vector<std::unique_ptr<Scope>> &scopeChain, std::unique_ptr<RemoteObject> &thisObj) GenerateScopeChains() argument
1748 GetLocalScopeChain(const FrameHandler *frameHandler, std::unique_ptr<RemoteObject> *thisObj) GetLocalScopeChain() argument
1801 GetClosureScopeChains(const FrameHandler *frameHandler, std::unique_ptr<RemoteObject> *thisObj) GetClosureScopeChains() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_regexp.cpp143 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Exec() local
180 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Test() local
321 JSHandle<JSTaggedValue> thisObj = GetThis(argv); ToString() local
369 JSHandle<JSTaggedValue> thisObj = GetThis(argv); GetFlags() local
383 GetAllFlagsInternal(JSThread *thread, JSHandle<JSTaggedValue> &thisObj) GetAllFlagsInternal() argument
456 JSHandle<JSTaggedValue> thisObj = GetThis(argv); GetGlobal() local
468 JSHandle<JSTaggedValue> thisObj = GetThis(argv); GetHasIndices() local
480 JSHandle<JSTaggedValue> thisObj = GetThis(argv); GetIgnoreCase() local
492 JSHandle<JSTaggedValue> thisObj = GetThis(argv); GetMultiline() local
503 JSHandle<JSTaggedValue> thisObj = GetThis(argv); GetDotAll() local
516 JSHandle<JSTaggedValue> thisObj = GetThis(argv); GetSource() local
561 JSHandle<JSTaggedValue> thisObj = GetThis(argv); GetSticky() local
573 JSHandle<JSTaggedValue> thisObj = GetThis(argv); GetUnicode() local
594 JSHandle<JSTaggedValue> thisObj = GetThis(argv); Match() local
744 JSHandle<JSTaggedValue> thisObj = GetThis(argv); MatchAll() local
985 JSHandle<JSTaggedValue> thisObj = GetThis(argv); Replace() local
996 ReplaceInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTaggedValue> string, JSHandle<JSTaggedValue> inputReplaceValue) ReplaceInternal() argument
1347 JSHandle<JSTaggedValue> thisObj = GetThis(argv); Search() local
1642 JSHandle<JSTaggedValue> thisObj = GetThis(argv); Split() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp2531 GateRef thisObj = newBuilder.NewTypedArrayFromCtor(glue, thisValue, *newArrayLen, slowPath); in Of() local

Completed in 57 milliseconds

12