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.h165 JSTaggedValue FastRuntimeStub::CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue v… in CallSetter() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h564 JSTaggedValue ObjectFastOperator::CallSetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValu… in CallSetter() function
Djs_object.cpp790 bool JSObject::CallSetter(JSThread *thread, const AccessorData &accessor, const JSHandle<JSTaggedVa… in CallSetter() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp1252 DEF_CALL_SIGNATURE(CallSetter) in DEF_CALL_SIGNATURE() argument
Dcircuit_builder.cpp1301 GateRef CircuitBuilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef propertyLookupResult, in CallSetter() function in panda::ecmascript::kungfu::CircuitBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp1062 void AsmInterpreterCall::CallSetter(ExtendedAssembler *assembler) in CallSetter() function in panda::ecmascript::x64::AsmInterpreterCall
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp852 void AsmInterpreterCall::CallSetter(ExtendedAssembler *assembler) in CallSetter() function in panda::ecmascript::aarch64::AsmInterpreterCall