Home
last modified time | relevance | path

Searched defs:CallSetter (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h167 JSTaggedValue FastRuntimeStub::CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue v… in CallSetter() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h691 JSTaggedValue ObjectFastOperator::CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValu… in CallSetter() function
Djs_object.cpp975 bool JSObject::CallSetter(JSThread *thread, const AccessorData &accessor, const JSHandle<JSTaggedVa… in CallSetter() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp366 GateRef CircuitBuilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallSetter() function in panda::ecmascript::kungfu::CircuitBuilder
Dcall_signature.cpp1543 DEF_CALL_SIGNATURE(CallSetter) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp923 void AsmInterpreterCall::CallSetter(ExtendedAssembler *assembler) in CallSetter() function in panda::ecmascript::aarch64::AsmInterpreterCall
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp1086 void AsmInterpreterCall::CallSetter(ExtendedAssembler *assembler) in CallSetter() function in panda::ecmascript::x64::AsmInterpreterCall