Home
last modified time | relevance | path

Searched defs:thisObj (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtest_stubs.cpp32 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
Dslowpath_lowering.cpp800 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 …]
Dts_hcr_lowering.cpp1045 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
Dbuiltins_lowering.cpp225 GateRef thisObj = acc_.GetValueIn(gate, index++); in LowerTypedLocaleCompare() local
Dts_inline_lowering.cpp236 GateRef thisObj = Circuit::NullGate(); in ReplaceCallInput() local
267 GateRef thisObj = GetAccessorReceiver(gate); in ReplaceAccessorInput() local
Dcommon_stubs.cpp667 GateRef thisObj = TaggedArgument(3); // 3 : 4th para in GenerateCircuit() local
Dcircuit_builder-inl.h1198 inline GateRef CircuitBuilder::TypedCallThis3Builtin(GateRef hirGate, GateRef thisObj, GateRef a0, … in TypedCallThis3Builtin()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter.cpp40 …JSThread *thread, JSHandle<JSTaggedValue> func, JSHandle<JSTaggedValue> thisObj, JSHandle<JSTagged… in NewRuntimeCallInfo()
74 JSTaggedValue thisObj = info->GetThisValue(); in ReBuildRuntimeCallInfo() local
Dinterpreter-inl.h1370 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/
Dfunctionrefcall_fuzzer.cpp42 Local<JSValueRef> thisObj(JSValueRef::Undefined(vm)); in FunctionRefCallFuzzTest() local
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js27 apply: function(target, thisObj, args) { argument
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp149 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 …]
Dbuiltins_typedarray.cpp575 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
Dbuiltins_global.cpp533 JSHandle<JSTaggedValue> thisObj(thread, boundFunc->GetBoundThis()); in CallJsBoundFunction() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp254 …TaggedValue ArrayHelper::SortIndexedProperties(JSThread *thread, const JSHandle<JSObject> &thisObj, in SortIndexedProperties()
/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h207 JSHandle<JSTaggedValue> thisObj = GetThis(); in GetThisValue() local
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp483 …JSTaggedValue thisObj = GetDeoptValue(curDepth, static_cast<int32_t>(SpecVregIndex::THIS_OBJECT_IN… in ConstructAsmInterpretFrame() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp254 Register thisObj(X2); in JSFastCallWithArgV() local
332 Register thisObj(X2); in JSFastCallWithArgVAndPushUndefined() local
Doptimized_call.cpp640 Register thisObj(X4); in JSBoundFunctionCallInternal() local
775 Register thisObj, Register newTarget, Register currentSp) in PushMandatoryJSArgs()
962 Register thisObj(X4); in GenJSCallWithArgV() local
Dasm_interpreter_call.cpp471 Register thisObj(X3); in CallNativeWithArgv() local
1103 …Register currentSlot, Register callTarget, Register thisObj, Register method, Register pc, Registe… in PushFrameState()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1134 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/
Doptimized_fast_call.cpp97 Register thisObj = r8; in OptimizedFastCallAndPushUndefined() local
Doptimized_call.cpp815 Register thisObj, Register newTarget) in PushMandatoryJSArgs()
974 Register thisObj(r8); in GenJSCallWithArgV() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_types_test.cpp1560 RemoteObject *thisObj = callFrame->GetThis(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp824 GateRef thisObj = gateAccessor_.GetValueIn(gate, 0); // 0: index of thisObject in InferCallMethod() local

12