| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| H A D | js_shared_map_iterator.cpp | 34 JSTaggedValue JSSharedMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
|
| H A D | js_shared_set_iterator.cpp | 33 JSTaggedValue JSSharedSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_array_iterator.cpp | 34 JSTaggedValue JSArrayIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
|
| H A D | js_set_iterator.cpp | 34 JSTaggedValue JSSetIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
|
| H A D | js_map_iterator.cpp | 35 JSTaggedValue JSMapIterator::NextInternal(JSThread *thread, JSHandle<JSTaggedValue> thisObj) in NextInternal() argument
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| H A D | interpreter.cpp | 89 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 D | interpreter-inl.cpp | 1445 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 D | call_ets.cpp | 25 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 D | call_stub_builder.h | 53 GateRef thisObj;
member 60 GateRef thisObj;
member
|
| H A D | builtins_lowering.cpp | 70 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 D | common_stubs.cpp | 916 GateRef thisObj = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
|
| H A D | native_inline_lowering.cpp | 988 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 D | ts_inline_lowering.cpp | 279 GateRef thisObj = Circuit::NullGate(); in ReplaceCallInput() local 311 GateRef thisObj = GetAccessorReceiver(gate); in ReplaceAccessorInput() local
|
| H A D | typed_bytecode_lowering.cpp | 1548 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 D | new_object_stub_builder.cpp | 2375 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 D | optimized_fast_call.cpp | 96 Register thisObj = r9;
in OptimizedFastCallAndPushArgv() local
|
| H A D | optimized_call.cpp | 1120 PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, Register thisObj, Register newTarget) PushMandatoryJSArgs() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| H A D | ets_entrypoints.cpp | 67 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 D | array_helper.cpp | 378 JSHandle<TaggedArray> ArrayHelper::SortIndexedProperties(JSThread *thread, const JSHandle<JSTaggedValue> &thisObj, in SortIndexedProperties() argument
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | deoptimizer.cpp | 510 JSTaggedValue thisObj = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::THIS_OBJECT_INDEX)); in ConstructAsmInterpretFrame() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| H A D | baseline_compiler.cpp | 2368 uint8_t thisObj = READ_INST_8_2(); in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| H A D | optimized_call.cpp | 1094 PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, Register thisObj, Register newTarget, Register currentSp) PushMandatoryJSArgs() argument
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | debugger_impl.cpp | 1709 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 D | builtins_regexp.cpp | 143 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 D | builtins_typedarray_stub_builder.cpp | 2531 GateRef thisObj = newBuilder.NewTypedArrayFromCtor(glue, thisValue, *newArrayLen, slowPath);
in Of() local
|