Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3738 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(); in RunInternal() local
4857 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
4884 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
Dslow_runtime_stub.cpp1016 …ggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject) in DefineMethod()
Dinterpreter_assembly.cpp3963 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(); in HandleDeprecatedLdhomeobjectPrefNone() local
6485 JSTaggedValue homeObject = GET_ACC(); in HandleDefinemethodImm16Id16Imm8() local
6600 JSTaggedValue homeObject = GET_ACC(); in HandleDefinemethodImm8Id16Imm8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2002 const JSHandle<JSTaggedValue> &homeObject) in RuntimeDefineMethod()
Druntime_stubs.cpp1692 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2734 GateRef homeObject = acc_.GetValueIn(gate, 3); // 3: second arg in LowerDefineMethod() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4214 const JSHandle<JSTaggedValue> &homeObject) in NewJSFunction()