Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h159 JSTaggedValue FastRuntimeStub::CallGetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValue h… in CallGetter() function
/arkcompiler/ets_runtime/ecmascript/
Dobject_fast_operator-inl.h549 JSTaggedValue ObjectFastOperator::CallGetter(JSThread *thread, JSTaggedValue receiver, JSTaggedValu… in CallGetter() function
Djs_object.cpp822 JSTaggedValue JSObject::CallGetter(JSThread *thread, const AccessorData *accessor, in CallGetter() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp1247 DEF_CALL_SIGNATURE(CallGetter) in DEF_CALL_SIGNATURE() argument
Dcircuit_builder.cpp1281 GateRef CircuitBuilder::CallGetter(GateRef hirGate, GateRef receiver, GateRef propertyLookupResult, in CallGetter() function in panda::ecmascript::kungfu::CircuitBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp1049 void AsmInterpreterCall::CallGetter(ExtendedAssembler *assembler) in CallGetter() function in panda::ecmascript::x64::AsmInterpreterCall
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp837 void AsmInterpreterCall::CallGetter(ExtendedAssembler *assembler) in CallGetter() function in panda::ecmascript::aarch64::AsmInterpreterCall