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.h168 JSTaggedValue FastRuntimeStub::CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue v… in CallSetter() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h1085 JSTaggedValue ObjectFastOperator::CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValu… in CallSetter() function
Djs_object.cpp1206 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.cpp434 GateRef CircuitBuilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallSetter() function in panda::ecmascript::kungfu::CircuitBuilder
Dcall_signature.cpp2139 DEF_CALL_SIGNATURE(CallSetter) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp1171 void AsmInterpreterCall::CallSetter(ExtendedAssembler *assembler) in CallSetter() function in panda::ecmascript::x64::AsmInterpreterCall
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp1045 void AsmInterpreterCall::CallSetter(ExtendedAssembler *assembler) in CallSetter() function in panda::ecmascript::aarch64::AsmInterpreterCall