Home
last modified time | relevance | path

Searched defs:homeObject (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3589 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(); in RunInternal() local
4707 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
4734 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
Dslow_runtime_stub.cpp1003 …ggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject) in DefineMethod()
Dinterpreter_assembly.cpp3863 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(); in HandleDeprecatedLdhomeobjectPrefNone() local
6385 JSTaggedValue homeObject = GET_ACC(); in HandleDefinemethodImm16Id16Imm8() local
6500 JSTaggedValue homeObject = GET_ACC(); in HandleDefinemethodImm8Id16Imm8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1942 const JSHandle<JSTaggedValue> &homeObject) in RuntimeDefineMethod()
Druntime_stubs.cpp1621 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp3397 GateRef homeObject = acc_.GetValueIn(gate, 3); // 3: third arg in LowerDefineMethod() local