| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | test_stubs.cpp | 32 GateRef thisObj = TaggedArgument(4); in GenerateCircuit() local 51 [[maybe_unused]] GateRef thisObj = TaggedArgument(4); in GenerateCircuit() local 64 GateRef thisObj = TaggedArgument(4); in GenerateCircuit() local 83 GateRef thisObj = TaggedArgument(4); in GenerateCircuit() local 102 GateRef thisObj = TaggedArgument(4); in GenerateCircuit() local 122 GateRef thisObj = TaggedArgument(4); in GenerateCircuit() local 140 GateRef thisObj = TaggedArgument(4); in GenerateCircuit() local 163 GateRef thisObj = TaggedArgument(4); in GenerateCircuit() local 184 GateRef thisObj = TaggedArgument(4); in GenerateCircuit() local 206 [[maybe_unused]] GateRef thisObj = TaggedArgument(4); in GenerateCircuit() local
|
| D | slowpath_lowering.cpp | 800 GateRef thisObj = argAcc_.GetFrameArgsIn(gate, FrameArgIdx::THIS_OBJECT); in SaveFrameToContext() local 917 GateRef thisObj = builder_.Undefined(); in LowerCallArg0() local 932 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallthisrangeImm8Imm8V8() local 957 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerWideCallthisrangePrefImm16V8() local 992 GateRef thisObj = builder_.Undefined(); in LowerCallrangeImm8Imm8V8() local 1676 …GateRef thisObj = builder_.CallStub(glue_, gate, CommonStubCSigns::NewThisObjectChecked, { glue_, … in LowerNewObjRange() local 2832 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallthis0Imm8V8() local 2846 GateRef thisObj = builder_.Undefined(); in LowerCallArg1Imm8V8() local 2862 GateRef thisObj = builder_.Undefined(); in LowerWideCallrangePrefImm16V8() local 2891 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerCallThisArg1() local [all …]
|
| D | ts_hcr_lowering.cpp | 1045 GateRef thisObj = builder_.TypedNewAllocateThis(ctor, builder_.IntPtr(hclassIndex), frameState); in LowerTypedNewObjRange() local 1074 GateRef thisObj = builder_.TypedSuperAllocateThis(superCtor, newTarget, frameState); in LowerTypedSuperCall() local 1100 GateRef thisObj = acc_.GetValueIn(gate, 0); in SpeculateCallThis3Builtin() local 1265 GateRef thisObj = builder_.Undefined(); in LowerTypedCall() local 1423 GateRef thisObj = acc_.GetValueIn(gate, 0); in LowerTypedThisCall() local
|
| D | builtins_lowering.cpp | 225 GateRef thisObj = acc_.GetValueIn(gate, index++); in LowerTypedLocaleCompare() local
|
| D | ts_inline_lowering.cpp | 236 GateRef thisObj = Circuit::NullGate(); in ReplaceCallInput() local 267 GateRef thisObj = GetAccessorReceiver(gate); in ReplaceAccessorInput() local
|
| D | common_stubs.cpp | 667 GateRef thisObj = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
|
| D | circuit_builder-inl.h | 1198 inline GateRef CircuitBuilder::TypedCallThis3Builtin(GateRef hirGate, GateRef thisObj, GateRef a0, … in TypedCallThis3Builtin()
|
| /arkcompiler/ets_runtime/ecmascript/interpreter/ |
| D | interpreter.cpp | 40 …JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTagged… in NewRuntimeCallInfo() 74 JSTaggedValue thisObj = info->GetThisValue(); in ReBuildRuntimeCallInfo() local
|
| D | interpreter-inl.h | 1370 JSTaggedType thisObj = JSTaggedValue::VALUE_UNDEFINED; in RunInternal() local 3247 JSTaggedValue thisObj; in RunInternal() local 3382 JSTaggedValue thisObj; in RunInternal() local 3517 JSTaggedValue thisObj; in RunInternal() local 3652 JSTaggedValue thisObj; in RunInternal() local 4017 JSTaggedValue thisObj; in RunInternal() local 4153 JSTaggedValue thisObj; in RunInternal() local 4288 JSTaggedValue thisObj; in RunInternal() local
|
| /arkcompiler/ets_runtime/test/fuzztest/functionrefcall_fuzzer/ |
| D | functionrefcall_fuzzer.cpp | 42 Local<JSValueRef> thisObj(JSValueRef::Undefined(vm)); in FunctionRefCallFuzzTest() local
|
| /arkcompiler/ets_runtime/test/moduletest/proxy/ |
| D | proxy.js | 27 apply: function(target, thisObj, args) { argument
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 149 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Exec() local 186 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in Test() local 215 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in ToString() local 250 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetFlags() local 269 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetGlobal() local 281 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetIgnoreCase() local 293 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetMultiline() local 304 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetDotAll() local 317 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetSource() local 346 JSHandle<JSTaggedValue> thisObj = GetThis(argv); in GetSticky() local [all …]
|
| D | builtins_typedarray.cpp | 575 JSHandle<JSTypedArray> thisObj(thisHandle); in Filter() local 910 JSHandle<JSTypedArray> thisObj(thisHandle); in Map() local 1256 JSHandle<JSTypedArray> thisObj(thisHandle); in Slice() local 1454 JSHandle<JSTypedArray> thisObj(thisHandle); in Subarray() local 1656 JSHandle<JSTypedArray> thisObj(thisHandle); in ToSorted() local 1734 JSHandle<JSTypedArray> thisObj(thisHandle); in With() local 1819 JSHandle<JSTypedArray> thisObj(thisHandle); in ToReversed() local
|
| D | builtins_global.cpp | 533 JSHandle<JSTaggedValue> thisObj(thread, boundFunc->GetBoundThis()); in CallJsBoundFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | array_helper.cpp | 254 …TaggedValue ArrayHelper::SortIndexedProperties(JSThread *thread, const JSHandle<JSObject> &thisObj, in SortIndexedProperties()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_runtime_call_info.h | 207 JSHandle<JSTaggedValue> thisObj = GetThis(); in GetThisValue() local
|
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| D | deoptimizer.cpp | 483 …JSTaggedValue thisObj = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::THIS_OBJECT_IN… in ConstructAsmInterpretFrame() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_fast_call.cpp | 254 Register thisObj(X2); in JSFastCallWithArgV() local 332 Register thisObj(X2); in JSFastCallWithArgVAndPushUndefined() local
|
| D | optimized_call.cpp | 640 Register thisObj(X4); in JSBoundFunctionCallInternal() local 775 Register thisObj, Register newTarget, Register currentSp) in PushMandatoryJSArgs() 962 Register thisObj(X4); in GenJSCallWithArgV() local
|
| D | asm_interpreter_call.cpp | 471 Register thisObj(X3); in CallNativeWithArgv() local 1103 …Register currentSlot, Register callTarget, Register thisObj, Register method, Register pc, Registe… in PushFrameState()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1134 std::unique_ptr<RemoteObject> thisObj = std::make_unique<RemoteObject>(); in GenerateCallFrame() local 1158 std::unique_ptr<RemoteObject> *thisObj) in GetLocalScopeChain()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_fast_call.cpp | 97 Register thisObj = r8; in OptimizedFastCallAndPushUndefined() local
|
| D | optimized_call.cpp | 815 Register thisObj, Register newTarget) in PushMandatoryJSArgs() 974 Register thisObj(r8); in GenJSCallWithArgV() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_types_test.cpp | 1560 RemoteObject *thisObj = callFrame->GetThis(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 824 GateRef thisObj = gateAccessor_.GetValueIn(gate, 0); // 0: index of thisObject in InferCallMethod() local
|