Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp1003 const JSHandle<JSTaggedValue> &homeObject, const JSHandle<JSFunction> &ctor) in UpdateAccessorFunction()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp970 JSTaggedValue homeObject) in DefineFunc()
1024 …ggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject, in DefineMethod()
Dinterpreter-inl.h3794 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(); in RunInternal() local
4956 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
4979 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
Dinterpreter_assembly.cpp4002 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(); in HandleDeprecatedLdhomeobjectPrefNone() local
6613 JSTaggedValue homeObject = GET_ACC(); in HandleDefinemethodImm16Id16Imm8() local
6723 JSTaggedValue homeObject = GET_ACC(); in HandleDefinemethodImm8Id16Imm8() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2097 const JSHandle<JSTaggedValue> &homeObject) in RuntimeDefinefunc()
2238const JSHandle<JSTaggedValue> &homeObject, uint16_t length, in RuntimeDefineMethod()
Druntime_stubs.cpp2203 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth … in DEF_RUNTIME_STUBS() local
2248 …JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4666 const JSHandle<JSTaggedValue> &homeObject) in NewSFunction()
4678 const JSHandle<JSTaggedValue> &homeObject) in NewJSFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp2652 GateRef homeObject = acc_.GetValueIn(gate, 3); // 3: second arg in LowerDefineMethod() local