Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp584 CreateJSFunctionFromTemplate(JSThread *thread, const JSHandle<FunctionTemplate> &funcTemp, const JSHandle<JSObject> &homeObject, const JSHandle<JSTaggedValue> &lexenv) CreateJSFunctionFromTemplate() argument
916 CreateSFunctionFromTemplate(JSThread *thread, const JSHandle<FunctionTemplate> &funcTemp, const JSHandle<JSObject> &homeObject, const JSHandle<JSTaggedValue> &lexenv) CreateSFunctionFromTemplate() argument
1109 UpdateAccessorFunction(JSThread *thread, const JSMutableHandle<JSTaggedValue> &value, const JSHandle<JSTaggedValue> &homeObject, const JSHandle<JSFunction> &ctor) UpdateAccessorFunction() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp1015 JSTaggedValue SlowRuntimeStub::DefineMethod(JSThread *thread, Method *method, JSTaggedValue homeObject, in DefineMethod() argument
951 DefineFunc(JSThread *thread, JSTaggedValue constPool, uint16_t methodId, JSTaggedValue module, uint16_t length, JSTaggedValue env, JSTaggedValue homeObject) DefineFunc() argument
H A Dinterpreter-inl.cpp3840 JSTaggedValue homeObject = JSFunction::Cast(thisFunc.GetTaggedObject())->GetHomeObject(); in RunInternal() local
5024 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
5046 JSTaggedValue homeObject = GET_ACC(); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp2478 JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 5); // 5: means the fifth parameter in DEF_RUNTIME_STUBS() local
2523 JSHandle<JSTaggedValue> homeObject = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the first parameter in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dslowpath_lowering.cpp3070 GateRef homeObject = acc_.GetValueIn(gate, 4); // 4: homeObject in LowerDefineMethod() local
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.cpp5007 NewJSFunction(const JSHandle<Method> &methodHandle, const JSHandle<JSTaggedValue> &homeObject) NewJSFunction() argument

Completed in 45 milliseconds